WIP: XHCI
This commit is contained in:
parent
efec22ba9d
commit
1127c771ce
6 changed files with 35 additions and 2 deletions
|
@ -17,6 +17,9 @@ endif
|
|||
ifeq ($(vga),no)
|
||||
QEMUFLAGS+=-nographic -vga none
|
||||
endif
|
||||
ifneq ($(usb),no)
|
||||
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0
|
||||
endif
|
||||
ifeq ($(UNAME),Linux)
|
||||
ifneq ($(kvm),no)
|
||||
QEMUFLAGS+=-enable-kvm -cpu host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue