Skip to content

Commit

Permalink
make usb flags actually work with arm64 -M virt
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Aug 16, 2024
1 parent b6d9064 commit 74cf34d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/qemubootery/qemubootery.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ func testboot(w io.Writer) error {
"-m", "1024",
"-smp", "2",
"-cpu", "max",
"-usb",
"-device", "usb-ehci,id=ehci",
"-device", "usb-host,bus=ehci.0,vendorid=0x0bda,productid=0xc811",
"-drive", "if=pflash,format=raw,file=efi.img,readonly=on",
"-drive", "if=pflash,format=raw,file=varstore.img")
}
Expand Down

0 comments on commit 74cf34d

Please sign in to comment.