Skip to content

hw/arm/virt: Fix spurious call to arm_virt_compat_set()

Eric Auger requested to merge eauger1/centos-qemu-kvm:arm_rhel_compat_fix into c9s

JIRA: https://issues.redhat.com/browse/RHEL-34945 Status: RHEL-only Brew: http://brewweb.engineering.redhat.com/brew/taskinfo?taskID=61045306

Downstream, we apply arm_rhel_compat in place of arm_virt_compat. This is done though arm_rhel_compat_set() transparently called in DEFINE_RHEL_MACHINE_LATEST(). So there is no need to call arm_virt_compat_set() in rhel_machine_class_init(). Besides this triggers a "GLib: g_ptr_array_add: assertion 'rarray' failed" warning.

Signed-off-by: Eric Auger eric.auger@redhat.com

Edited by Eric Auger

Merge request reports