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.
1 parent 7609cd9 commit 63560b7Copy full SHA for 63560b7
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