From 01854af2cfee62028693f45f1f23107b916974b1 Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Fri, 17 Dec 2021 15:39:48 +0100 Subject: hw: Add compat machines for 7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 7.0 machine types for arm/i440fx/q35/s390x/spapr. Signed-off-by: Cornelia Huck Reviewed-by: Juan Quintela Reviewed-by: Andrew Jones Reviewed-by: Daniel P. Berrangé Reviewed-by: Christian Borntraeger Acked-by: Cédric Le Goater Message-Id: <20211217143948.289995-1-cohuck@redhat.com> 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 a4a2df405f..debcdc0e70 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -37,6 +37,9 @@ #include "hw/virtio/virtio.h" #include "hw/virtio/virtio-pci.h" +GlobalProperty hw_compat_6_2[] = {}; +const size_t hw_compat_6_2_len = G_N_ELEMENTS(hw_compat_6_2); + GlobalProperty hw_compat_6_1[] = { { "vhost-user-vsock-device", "seqpacket", "off" }, { "nvme-ns", "shared", "off" }, -- cgit 1.4.1