]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove use of piix3-uhci for non-x86
authorAndrea Bolognani <abologna@redhat.com>
Fri, 1 Aug 2025 14:34:41 +0000 (16:34 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Oct 2025 09:16:34 +0000 (11:16 +0200)
commit436485cb7ce973277e1d40089a57158df2068f25
treee0b2a004611ace28b2c333ba997fa6396abbc6f0
parent198e68197c5835bea16a8531efb342ba397f5af5
qemu: Remove use of piix3-uhci for non-x86

There are still a couple of scenarios in which we end up
using the Intel-specific piix3-uhci (USB1) controller for
non-x86 guests.

Remove these uses, leaving the generic pci-ohci (USB1)
controller as either the fallback or default for situations
where no better choice can be made.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c
tests/qemuxmlconfdata/ppc-dtb.ppc-latest.args
tests/qemuxmlconfdata/ppc-dtb.ppc-latest.xml
tests/qemuxmlconfdata/ppc-mac99-minimal.ppc-latest.abi-update.args
tests/qemuxmlconfdata/ppc-mac99-minimal.ppc-latest.abi-update.xml
tests/qemuxmlconfdata/ppc-mac99-minimal.ppc-latest.args
tests/qemuxmlconfdata/ppc-mac99-minimal.ppc-latest.xml
tests/qemuxmlconfdata/ppce500-serial.ppc-latest.args
tests/qemuxmlconfdata/ppce500-serial.ppc-latest.xml
tests/qemuxmlconfdata/usb-controller-default-mac99ppc.ppc-latest.args
tests/qemuxmlconfdata/usb-controller-default-mac99ppc.ppc-latest.xml