On Thu, Sep 25, 2025 at 20:07:21 +0200, Andrea Bolognani via Devel wrote: > We have special behavior for these two machine types, and > more specifically for the USB controller that they get added > by default - something that doesn't generally happen on Arm. > > Not only this is inconsistent with other machine types for > the architecture, it also means that the model for the USB > controller that gets added automatically (pci-ohci, USB1) is > worse than the default one for user-added USB controllers > (qemu-xhci, USB3) which is just silly. > > Bring these machine types in line with the rest of the > architecture. > > Signed-off-by: Andrea Bolognani <[email protected]> > --- > src/qemu/qemu_domain.c | 7 ------- > ...aarch64-realview-minimal.aarch64-latest.abi-update.args | 2 +- > .../aarch64-realview-minimal.aarch64-latest.abi-update.xml | 2 +- > .../aarch64-realview-minimal.aarch64-latest.args | 2 +- > .../aarch64-realview-minimal.aarch64-latest.xml | 2 +- > ...rmv7l-versatilepb-minimal.armv7l-latest.abi-update.args | 2 +- > ...armv7l-versatilepb-minimal.armv7l-latest.abi-update.xml | 2 +- > .../armv7l-versatilepb-minimal.armv7l-latest.args | 2 +- > .../armv7l-versatilepb-minimal.armv7l-latest.xml | 2 +- > .../usb-controller-automatic-realview.aarch64-latest.args | 2 +- > .../usb-controller-automatic-realview.aarch64-latest.xml | 2 +- > ...usb-controller-automatic-versatilepb.armv7l-latest.args | 2 +- > .../usb-controller-automatic-versatilepb.armv7l-latest.xml | 2 +- > ...ontroller-default-fallback-realview.aarch64-latest.args | 2 +- > ...controller-default-fallback-realview.aarch64-latest.xml | 2 +- > tests/qemuxmlconftest.c | 2 +- > 16 files changed, 15 insertions(+), 22 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
