We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7609cd9 + 63560b7 commit d0fc794Copy full SHA for d0fc794
labgrid/driver/qemudriver.py
@@ -124,7 +124,8 @@ def on_activate(self):
124
if self.machine == "q35":
125
self._cmd.append("-drive")
126
self._cmd.append(
127
- f"format={disk_format},file={disk_path}")
+ f"if=virtio,format={disk_format},file={disk_path}")
128
+ boot_args.append("root=/dev/vda rootwait")
129
elif self.machine == "pc":
130
131
0 commit comments