mirror of
https://github.com/mii443/qemu.git
synced 2025-08-29 18:39:26 +00:00
Prior to commitf2ce39b4f0
a MachineClass kvm_type method only needed to be registered to ensure it would be executed. With commitf2ce39b4f0
a kvm-type machine property must also be specified. hw/arm/virt relies on the kvm_type method to pass its selected IPA limit to KVM, but this is not exposed as a machine property. Restore the previous functionality of invoking kvm_type when it's present. Fixes:f2ce39b4f0
("vl: make qemu_get_machine_opts static") Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Message-id: 20210310135218.255205-2-drjones@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>