From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWPPb-0006TU-Hc for qemu-devel@nongnu.org; Mon, 10 Dec 2018 12:32:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWPPY-0003f6-Qb for qemu-devel@nongnu.org; Mon, 10 Dec 2018 12:32:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52034) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gWPPY-0003eg-It for qemu-devel@nongnu.org; Mon, 10 Dec 2018 12:32:04 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C99063D09 for ; Mon, 10 Dec 2018 17:32:03 +0000 (UTC) Date: Mon, 10 Dec 2018 18:31:59 +0100 From: Igor Mammedov Message-ID: <20181210183159.7613d08d@Igors-MacBook-Pro.local> In-Reply-To: <20181210170718.GE4669@habkost.net> References: <20181204142023.15982-1-marcandre.lureau@redhat.com> <20181210170718.GE4669@habkost.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-3.2 v5 00/19] Generalize machine compatibility properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: =?UTF-8?Q?Marc-Andr=C3=A9?= Lureau , qemu-devel@nongnu.org On Mon, 10 Dec 2018 15:07:18 -0200 Eduardo Habkost wrote: > On Tue, Dec 04, 2018 at 06:20:04PM +0400, Marc-Andr=C3=A9 Lureau wrote: > [...] > > Marc-Andr=C3=A9 Lureau (19): > > tests: qdev_prop_check_globals() doesn't return "all_used" > > qom: make interface types abstract > > qom: make user_creatable_complete() specific to UserCreatable > > accel: register global_props like machine globals > > qdev: move qdev_prop_register_global_list() to tests > > qom: remove unimplemented class_finalize >=20 > Patches 1-6 (above) queued on machine-next. Thanks! let's drop patch 6 for now until we decide what to do with GPtrArray leaks >=20 > > hw: apply accel compat properties without touching globals > > hw: apply machine compat properties without touching globals > > hw: remove SET_MACHINE_COMPAT > > qdev: make a separate helper function to apply compat properties > > qdev: all globals are now user-provided > > qdev-props: convert global_props to GPtrArray > > qdev-props: remove errp from GlobalProperty > > qdev-props: call object_apply_global_props() > > qom: add object_class_get_class_data() > > RFC: arm: replace instance_post_init() > > hw/i386: add pc-i440fx-4.0 & pc-q35-4.0 > > hw/arm/virt: add virt-4.0 machine type > > hostmem: use object id for memory region name with >=3D 4.0 > >=20 >=20