From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3DCE0C5519F for ; Sat, 14 Nov 2020 07:39:30 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8868822240 for ; Sat, 14 Nov 2020 07:39:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.b="JFJVvILA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8868822240 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:49780 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdq9g-00068b-Bj for qemu-devel@archiver.kernel.org; Sat, 14 Nov 2020 02:39:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdq8X-0004ow-TH; Sat, 14 Nov 2020 02:38:17 -0500 Received: from ozlabs.org ([203.11.71.1]:50521) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdq8U-0005B5-Hc; Sat, 14 Nov 2020 02:38:17 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 4CY6cz1fG9z9sRK; Sat, 14 Nov 2020 18:37:55 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1605339475; bh=HOcAm1kcHQWQ4kPbM1yLhI31TBMH1JE1+MlfTkljhBE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JFJVvILAiKpJ0YQkwyXZ8fGs/3FGgjBi8gFl10BCT37gKgSCIq28Ngme16nVFEMa9 vwMSgT9/+/T+zujnWJ2f+6RV9GN8thqZjvwxpzdOvn1pMhmapbIOI/c/8dXVu17Wt7 BywTWZ1xJ124F8QVE9ApnMUucRaUuuJ9TfeJ2W2k= Date: Wed, 11 Nov 2020 17:21:53 +1100 From: David Gibson To: Cornelia Huck Subject: Re: [PATCH] hw: add compat machines for 6.0 Message-ID: <20201111062153.GB396466@yekko.fritz.box> References: <20201109173928.1001764-1-cohuck@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline In-Reply-To: <20201109173928.1001764-1-cohuck@redhat.com> Received-SPF: pass client-ip=203.11.71.1; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/14 02:37:56 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Thomas Huth , Eduardo Habkost , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Halil Pasic , Christian Borntraeger , qemu-s390x@nongnu.org, qemu-arm@nongnu.org, qemu-ppc@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 09, 2020 at 06:39:28PM +0100, Cornelia Huck wrote: > Add 6.0 machine types for arm/i440fx/q35/s390x/spapr. ppc part Acked-by: David Gibson >=20 > Signed-off-by: Cornelia Huck > --- > hw/arm/virt.c | 9 ++++++++- > hw/core/machine.c | 3 +++ > hw/i386/pc.c | 3 +++ > hw/i386/pc_piix.c | 14 +++++++++++++- > hw/i386/pc_q35.c | 13 ++++++++++++- > hw/ppc/spapr.c | 15 +++++++++++++-- > hw/s390x/s390-virtio-ccw.c | 14 +++++++++++++- > include/hw/boards.h | 3 +++ > include/hw/i386/pc.h | 3 +++ > 9 files changed, 71 insertions(+), 6 deletions(-) >=20 > diff --git a/hw/arm/virt.c b/hw/arm/virt.c > index 27dbeb549ef1..d21dad4491c4 100644 > --- a/hw/arm/virt.c > +++ b/hw/arm/virt.c > @@ -2587,10 +2587,17 @@ static void machvirt_machine_init(void) > } > type_init(machvirt_machine_init); > =20 > +static void virt_machine_6_0_options(MachineClass *mc) > +{ > +} > +DEFINE_VIRT_MACHINE_AS_LATEST(6, 0) > + > static void virt_machine_5_2_options(MachineClass *mc) > { > + virt_machine_6_0_options(mc); > + compat_props_add(mc->compat_props, hw_compat_5_2, hw_compat_5_2_len); > } > -DEFINE_VIRT_MACHINE_AS_LATEST(5, 2) > +DEFINE_VIRT_MACHINE(5, 2) > =20 > static void virt_machine_5_1_options(MachineClass *mc) > { > diff --git a/hw/core/machine.c b/hw/core/machine.c > index 98b87f76cbbe..c5a6c517bb9d 100644 > --- a/hw/core/machine.c > +++ b/hw/core/machine.c > @@ -28,6 +28,9 @@ > #include "hw/mem/nvdimm.h" > #include "migration/vmstate.h" > =20 > +GlobalProperty hw_compat_5_2[] =3D {}; > +const size_t hw_compat_5_2_len =3D G_N_ELEMENTS(hw_compat_5_2); > + > GlobalProperty hw_compat_5_1[] =3D { > { "vhost-scsi", "num_queues", "1"}, > { "vhost-user-blk", "num-queues", "1"}, > diff --git a/hw/i386/pc.c b/hw/i386/pc.c > index 5e6c0023e0c7..d386c5662698 100644 > --- a/hw/i386/pc.c > +++ b/hw/i386/pc.c > @@ -97,6 +97,9 @@ > #include "trace.h" > #include CONFIG_DEVICES > =20 > +GlobalProperty pc_compat_5_2[] =3D {}; > +const size_t pc_compat_5_2_len =3D G_N_ELEMENTS(pc_compat_5_2); > + > GlobalProperty pc_compat_5_1[] =3D { > { "ICH9-LPC", "x-smi-cpu-hotplug", "off" }, > }; > diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c > index 13d1628f13bf..6188c3e97eaf 100644 > --- a/hw/i386/pc_piix.c > +++ b/hw/i386/pc_piix.c > @@ -426,7 +426,7 @@ static void pc_i440fx_machine_options(MachineClass *m) > machine_class_allow_dynamic_sysbus_dev(m, TYPE_VMBUS_BRIDGE); > } > =20 > -static void pc_i440fx_5_2_machine_options(MachineClass *m) > +static void pc_i440fx_6_0_machine_options(MachineClass *m) > { > PCMachineClass *pcmc =3D PC_MACHINE_CLASS(m); > pc_i440fx_machine_options(m); > @@ -435,6 +435,18 @@ static void pc_i440fx_5_2_machine_options(MachineCla= ss *m) > pcmc->default_cpu_version =3D 1; > } > =20 > +DEFINE_I440FX_MACHINE(v6_0, "pc-i440fx-6.0", NULL, > + pc_i440fx_6_0_machine_options); > + > +static void pc_i440fx_5_2_machine_options(MachineClass *m) > +{ > + pc_i440fx_6_0_machine_options(m); > + m->alias =3D NULL; > + m->is_default =3D false; > + compat_props_add(m->compat_props, hw_compat_5_2, hw_compat_5_2_len); > + compat_props_add(m->compat_props, pc_compat_5_2, pc_compat_5_2_len); > +} > + > DEFINE_I440FX_MACHINE(v5_2, "pc-i440fx-5.2", NULL, > pc_i440fx_5_2_machine_options); > =20 > diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c > index a3f4959c4357..0a212443aa84 100644 > --- a/hw/i386/pc_q35.c > +++ b/hw/i386/pc_q35.c > @@ -344,7 +344,7 @@ static void pc_q35_machine_options(MachineClass *m) > m->max_cpus =3D 288; > } > =20 > -static void pc_q35_5_2_machine_options(MachineClass *m) > +static void pc_q35_6_0_machine_options(MachineClass *m) > { > PCMachineClass *pcmc =3D PC_MACHINE_CLASS(m); > pc_q35_machine_options(m); > @@ -352,6 +352,17 @@ static void pc_q35_5_2_machine_options(MachineClass = *m) > pcmc->default_cpu_version =3D 1; > } > =20 > +DEFINE_Q35_MACHINE(v6_0, "pc-q35-6.0", NULL, > + pc_q35_6_0_machine_options); > + > +static void pc_q35_5_2_machine_options(MachineClass *m) > +{ > + pc_q35_6_0_machine_options(m); > + m->alias =3D NULL; > + compat_props_add(m->compat_props, hw_compat_5_2, hw_compat_5_2_len); > + compat_props_add(m->compat_props, pc_compat_5_2, pc_compat_5_2_len); > +} > + > DEFINE_Q35_MACHINE(v5_2, "pc-q35-5.2", NULL, > pc_q35_5_2_machine_options); > =20 > diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c > index 227075103e9a..45e0afbeba49 100644 > --- a/hw/ppc/spapr.c > +++ b/hw/ppc/spapr.c > @@ -4515,15 +4515,26 @@ static void spapr_machine_latest_class_options(Ma= chineClass *mc) > } \ > type_init(spapr_machine_register_##suffix) > =20 > +/* > + * pseries-6.0 > + */ > +static void spapr_machine_6_0_class_options(MachineClass *mc) > +{ > + /* Defaults for the latest behaviour inherited from the base class */ > +} > + > +DEFINE_SPAPR_MACHINE(6_0, "6.0", true); > + > /* > * pseries-5.2 > */ > static void spapr_machine_5_2_class_options(MachineClass *mc) > { > - /* Defaults for the latest behaviour inherited from the base class */ > + spapr_machine_6_0_class_options(mc); > + compat_props_add(mc->compat_props, hw_compat_5_2, hw_compat_5_2_len); > } > =20 > -DEFINE_SPAPR_MACHINE(5_2, "5.2", true); > +DEFINE_SPAPR_MACHINE(5_2, "5.2", false); > =20 > /* > * pseries-5.1 > diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c > index 22222c4fd5ad..b1229abc3134 100644 > --- a/hw/s390x/s390-virtio-ccw.c > +++ b/hw/s390x/s390-virtio-ccw.c > @@ -785,14 +785,26 @@ bool css_migration_enabled(void) > } = \ > type_init(ccw_machine_register_##suffix) > =20 > +static void ccw_machine_6_0_instance_options(MachineState *machine) > +{ > +} > + > +static void ccw_machine_6_0_class_options(MachineClass *mc) > +{ > +} > +DEFINE_CCW_MACHINE(6_0, "6.0", true); > + > static void ccw_machine_5_2_instance_options(MachineState *machine) > { > + ccw_machine_6_0_instance_options(machine); > } > =20 > static void ccw_machine_5_2_class_options(MachineClass *mc) > { > + ccw_machine_6_0_class_options(mc); > + compat_props_add(mc->compat_props, hw_compat_5_2, hw_compat_5_2_len); > } > -DEFINE_CCW_MACHINE(5_2, "5.2", true); > +DEFINE_CCW_MACHINE(5_2, "5.2", false); > =20 > static void ccw_machine_5_1_instance_options(MachineState *machine) > { > diff --git a/include/hw/boards.h b/include/hw/boards.h > index a49e3a6b4481..f94f4ad5d83c 100644 > --- a/include/hw/boards.h > +++ b/include/hw/boards.h > @@ -310,6 +310,9 @@ struct MachineState { > } \ > type_init(machine_initfn##_register_types) > =20 > +extern GlobalProperty hw_compat_5_2[]; > +extern const size_t hw_compat_5_2_len; > + > extern GlobalProperty hw_compat_5_1[]; > extern const size_t hw_compat_5_1_len; > =20 > diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h > index 911e4600970c..49dfa667de09 100644 > --- a/include/hw/i386/pc.h > +++ b/include/hw/i386/pc.h > @@ -191,6 +191,9 @@ void pc_system_firmware_init(PCMachineState *pcms, Me= moryRegion *rom_memory); > void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid, > const CPUArchIdList *apic_ids, GArray *entry); > =20 > +extern GlobalProperty pc_compat_5_2[]; > +extern const size_t pc_compat_5_2_len; > + > extern GlobalProperty pc_compat_5_1[]; > extern const size_t pc_compat_5_1_len; > =20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAl+rgwEACgkQbDjKyiDZ s5IQBRAAlu+z4r7TGp4jB2vexmXeiqQDO2d7Nazuk2b/VohOmu6YT+hhx9q/9I5F lqUyTU9Hr7b19WgO+BjH8o9vPa0ga8sLmjtUZwV4A37YQ+pxLQl+w05G7uUEsJqF ls4umPoQfdSFZf7kSYYsKVOR1PcdOZL0izrCeEOGLZyTWBidp435qkTrLCeN8Vhl jKzTAvdFvu61CriM40nrDnbBvUfsgI4WkCKwgXsrODizbbOQrVwDgKPD5O9dWpTR K9E+Pq5tnt+DZ9l1SqEU0kie1PtrdD3CHdQ/qiGCtiCJHCYJ6Q20GugURPtEI6by qg5oqgs9ryrTXJGHRyu+hNqRd1ZQ3q/AGGorImTfg+fRL+91kAoRWrGcp7h+2OPy ZG7XDCdDw/EuYPVV062d9AbwBHmd5UJOiK71Tah00u+gIniZogr/yUrvxen7f5QH Yy4Ot01/kcv9tDdmUNVLBGGF47uR5cUj6S/ScPpiMdw/LGrU+NoIKWc4j+Gu2kmj WQKKZB/VYdtd4DXGaio5FDP9dgPnwt3QpF9vXTHzUs+poeyMciQATPYDkL84VrKm FOuuyaKTUXhNBwYmRp46Jw4EKsurHHKOZj1LNUY3Fq1dsl6gLIGBAxIu70Uf6wb0 6urS+V81y01hlLzaFgcaGcnPwSWWqfDpxeVv9ZcXG4UcpXnXIos= =t5Xw -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX--