Skip to content

Commit

Permalink
Use xhci instead of ehci for USB
Browse files Browse the repository at this point in the history
  • Loading branch information
phaer authored and astro committed Apr 18, 2024
1 parent a1341f7 commit 6a4f822
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/runners/qemu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ in {
)
++
lib.optionals requireUsb [
"-usb"
"-device" "usb-ehci"
"-device" "qemu-xhci"
]
++
builtins.concatMap ({ bus, path, ... }: {
Expand Down

0 comments on commit 6a4f822

Please sign in to comment.