hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35
commitd940208cbbbecd52bb6bac539c5e486bcc07abba
authorDenis Plotnikov <dplotnikov@virtuozzo.com>
Mon, 23 Dec 2019 07:28:56 +0000 (23 10:28 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 5 Jan 2020 12:03:03 +0000 (5 07:03 -0500)
tree7b5f71251d6d5d2d78c50b251711a73e835a3246
parentf0472439383bb5bf5d760fb96e084beccbec03e4
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>
Message-Id: <20191223072856.5369-1-dplotnikov@virtuozzo.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c
hw/i386/pc_q35.c