Use qemu-xhci for USB keyboard/ mouse on macOS 14.4
This commit is contained in:
parent
a1144792a4
commit
2141ee6f47
2 changed files with 8 additions and 6 deletions
|
@ -35,13 +35,14 @@ OVMF_DIR="."
|
||||||
args=(
|
args=(
|
||||||
-enable-kvm -m "$ALLOCATED_RAM" -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$MY_OPTIONS"
|
-enable-kvm -m "$ALLOCATED_RAM" -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$MY_OPTIONS"
|
||||||
-machine q35
|
-machine q35
|
||||||
-usb -device usb-kbd -device usb-tablet
|
-device qemu-xhci,id=xhci
|
||||||
|
-device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0
|
||||||
-smp "$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS"
|
-smp "$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS"
|
||||||
-device usb-ehci,id=ehci
|
-device usb-ehci,id=ehci
|
||||||
# -device usb-kbd,bus=ehci.0
|
# -device usb-kbd,bus=ehci.0
|
||||||
# -device usb-mouse,bus=ehci.0
|
# -device usb-mouse,bus=ehci.0
|
||||||
-device nec-usb-xhci,id=xhci
|
# -device nec-usb-xhci,id=xhci
|
||||||
-global nec-usb-xhci.msi=off
|
# -global nec-usb-xhci.msi=off
|
||||||
# -global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off
|
# -global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off
|
||||||
# -device usb-host,vendorid=0x8086,productid=0x0808 # 2 USD USB Sound Card
|
# -device usb-host,vendorid=0x8086,productid=0x0808 # 2 USD USB Sound Card
|
||||||
# -device usb-host,vendorid=0x1b3f,productid=0x2008 # Another 2 USD USB Sound Card
|
# -device usb-host,vendorid=0x1b3f,productid=0x2008 # Another 2 USD USB Sound Card
|
||||||
|
|
|
@ -40,13 +40,14 @@ OVMF_DIR="."
|
||||||
args=(
|
args=(
|
||||||
-enable-kvm -m "$ALLOCATED_RAM" -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$MY_OPTIONS"
|
-enable-kvm -m "$ALLOCATED_RAM" -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$MY_OPTIONS"
|
||||||
-machine q35
|
-machine q35
|
||||||
-usb -device usb-kbd -device usb-tablet
|
-device qemu-xhci,id=xhci
|
||||||
|
-device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0
|
||||||
-smp "$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS"
|
-smp "$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS"
|
||||||
-device usb-ehci,id=ehci
|
-device usb-ehci,id=ehci
|
||||||
# -device usb-kbd,bus=ehci.0
|
# -device usb-kbd,bus=ehci.0
|
||||||
# -device usb-mouse,bus=ehci.0
|
# -device usb-mouse,bus=ehci.0
|
||||||
-device nec-usb-xhci,id=xhci
|
# -device nec-usb-xhci,id=xhci
|
||||||
-global nec-usb-xhci.msi=off
|
# -global nec-usb-xhci.msi=off
|
||||||
-global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off
|
-global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off
|
||||||
# -device usb-host,vendorid=0x8086,productid=0x0808 # 2 USD USB Sound Card
|
# -device usb-host,vendorid=0x8086,productid=0x0808 # 2 USD USB Sound Card
|
||||||
# -device usb-host,vendorid=0x1b3f,productid=0x2008 # Another 2 USD USB Sound Card
|
# -device usb-host,vendorid=0x1b3f,productid=0x2008 # Another 2 USD USB Sound Card
|
||||||
|
|
Loading…
Reference in a new issue