From 95f5c89ecaf0f5ecedc660831ace68f291a7113f Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Tue, 18 Jul 2023 16:22:35 +0200 Subject: hw: Add compat machines for 8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 8.2 machine types for arm/i440fx/m68k/q35/s390x/spapr. Signed-off-by: Cornelia Huck Message-Id: <20230718142235.135319-1-cohuck@redhat.com> Reviewed-by: Thomas Huth Reviewed-by: Cédric Le Goater Acked-by: Laurent Vivier Acked-by: Michael S. Tsirkin Signed-off-by: Thomas Huth --- hw/core/machine.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/core/machine.c') diff --git a/hw/core/machine.c b/hw/core/machine.c index f0d35c6401..da699cf4e1 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -39,6 +39,9 @@ #include "hw/virtio/virtio.h" #include "hw/virtio/virtio-pci.h" +GlobalProperty hw_compat_8_1[] = {}; +const size_t hw_compat_8_1_len = G_N_ELEMENTS(hw_compat_8_1); + GlobalProperty hw_compat_8_0[] = { { "migration", "multifd-flush-after-each-section", "on"}, { TYPE_PCI_DEVICE, "x-pcie-ari-nextfn-1", "on" }, -- cgit 1.4.1