mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 11:29:26 +00:00
The patches that introduced the properties were submitted when QEMU 5.0 had not been released yet, so they got merged under the wrong heading. Move them to hw_compat_5_0 so that 5.0 machine types get the pre-patch behavior. Fixes:b889212973
("hw/i386/vmport: Propagate IOPort read to vCPU EAX register") Fixes:0342ee761e
("hw/i386/vmport: Set EAX to -1 on failed and unsupported commands") Fixes:f8bdc55037
("hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION") Fixes:aaacf1c15a
("hw/i386/vmport: Add support for CMD_GETBIOSUUID") Reported-by: Laurent Vivier <lvivier@redhat.com> Cc: Liran Alon <liran.alon@oracle.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>