]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Unify USB controllers across Arm architectures
authorAndrea Bolognani <abologna@redhat.com>
Tue, 19 Aug 2025 13:18:42 +0000 (15:18 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Oct 2025 09:16:27 +0000 (11:16 +0200)
commitbfe1aca211a85bcf834ed1fedcfd41b2f7cc938f
tree275f1932da1133c9200f886565f4939aacfb918e
parentd9add4c3f1b467a1d213bed4c736726ef25ded70
qemu: Unify USB controllers across Arm architectures

Currently we differentiate between 64-bit and 32-bit
architectures, which doesn't seem very reasonable
considering that the same machine types are available
in both cases. Remove this inconsistency.

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/usb-controller-default-versatilepb.armv7l-latest.args
tests/qemuxmlconfdata/usb-controller-default-versatilepb.armv7l-latest.xml
tests/qemuxmlconftest.c