On Thu, Sep 25, 2025 at 20:07:23 +0200, Andrea Bolognani via Devel wrote: > 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 <[email protected]> > --- > src/qemu/qemu_domain.c | 10 +++------- > tests/qemuxmlconfdata/ppc-dtb.ppc-latest.args | 2 +- > tests/qemuxmlconfdata/ppc-dtb.ppc-latest.xml | 2 +- > .../ppc-mac99-minimal.ppc-latest.abi-update.args | 2 +- > .../ppc-mac99-minimal.ppc-latest.abi-update.xml | 2 +- > .../qemuxmlconfdata/ppc-mac99-minimal.ppc-latest.args | 2 +- > tests/qemuxmlconfdata/ppc-mac99-minimal.ppc-latest.xml | 2 +- > tests/qemuxmlconfdata/ppce500-serial.ppc-latest.args | 2 +- > tests/qemuxmlconfdata/ppce500-serial.ppc-latest.xml | 2 +- > .../usb-controller-default-mac99ppc.ppc-latest.args | 2 +- > .../usb-controller-default-mac99ppc.ppc-latest.xml | 2 +- > 11 files changed, 13 insertions(+), 17 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
