]> git.proxmox.com Git - mirror_qemu.git/commit
hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35
authorDenis Plotnikov <dplotnikov@virtuozzo.com>
Mon, 23 Dec 2019 07:28:56 +0000 (10:28 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Jan 2020 11:08:39 +0000 (12:08 +0100)
commit3817261eb9e763cb2e71649201c7ec0823858f0c
tree81480d0b334cf346a38e2d75d67e14ec4ec59028
parentd1972be13fd7125ca86a6aaf2690539cf9196ea1
hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35

5.0 machine type uses 4.2 compats. This seems to be incorrect, since
the latests machine type by now is 5.0 and it should use its own
compat or shouldn't use any relying on the defaults.
Seems, like this appeared because of some problems on merge/rebase.

Signed-off-by: Denis Plotnikov <dplotnikov@virtuozzo.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20191223072856.5369-1-dplotnikov@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc_piix.c
hw/i386/pc_q35.c