Skip to content

Commit 1764775

Browse files
fix: fix the xhci pt in gui-vm
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1 parent c13b979 commit 1764775

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/microvm/sysvms/guivm.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ let
270270

271271
qemu = {
272272
extraArgs = [
273+
"-device"
274+
"qemu-xhci"
273275
"-device"
274276
"vhost-vsock-pci,guest-cid=${toString config.ghaf.networking.hosts.${vmName}.cid}"
275277
];

0 commit comments

Comments
 (0)