From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmkOz-0003t1-Jr for qemu-devel@nongnu.org; Thu, 15 Oct 2015 11:25:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmkOu-0007vS-M4 for qemu-devel@nongnu.org; Thu, 15 Oct 2015 11:25:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmkOu-0007us-Hl for qemu-devel@nongnu.org; Thu, 15 Oct 2015 11:25:04 -0400 References: <1444918537-18107-1-git-send-email-armbru@redhat.com> <1444918537-18107-2-git-send-email-armbru@redhat.com> From: Eric Blake Message-ID: <561FC54A.8080901@redhat.com> Date: Thu, 15 Oct 2015 09:24:58 -0600 MIME-Version: 1.0 In-Reply-To: <1444918537-18107-2-git-send-email-armbru@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kSuSbF3uv9aFEeuR6ARsv4qoru8poLtu6" Subject: Re: [Qemu-devel] [PATCH 1/6] qobject: Drop QObject_HEAD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: mdroth@linux.vnet.ibm.com, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kSuSbF3uv9aFEeuR6ARsv4qoru8poLtu6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/15/2015 08:15 AM, Markus Armbruster wrote: > QObject_HEAD is a macro expanding into the common part of structs that > are sub-types of QObject. It's always been just QObject base, and > unlikely to change. Drop the macro, because the code is clearer with > out it. >=20 > Signed-off-by: Markus Armbruster > --- > include/qapi/qmp/qbool.h | 2 +- > include/qapi/qmp/qdict.h | 2 +- > include/qapi/qmp/qfloat.h | 2 +- > include/qapi/qmp/qint.h | 2 +- > include/qapi/qmp/qlist.h | 2 +- > include/qapi/qmp/qobject.h | 4 ---- > include/qapi/qmp/qstring.h | 2 +- > 7 files changed, 6 insertions(+), 10 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --kSuSbF3uv9aFEeuR6ARsv4qoru8poLtu6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWH8VLAAoJEKeha0olJ0NqaQgH/iX2WLq8c0klQVlEPL38EIpo Qx+0J1NRlTNmOYDWWXcAKEOZrr85+ikxN2MuCHkFie28BRdUod2dxbp4kII6ddGY 9afxxSo1q00n+2SU17eAPpYVCdl6KFeslqqLzdaTgMXTN8UccLDuYxU6zvETUXiK UGA7/JYs+FXjU8S9UbqFsNOarHzewluzPtzgZcDhi8nkVRxfdLk8I/L14V5A69SL 8cYIJw7nWxur7eSaYI1blURHLbsD5Z+HEkg8LUm/4YySPAzKrThXlWB2CCcFwXN/ LS7ljsHjoF9AIbA7uChjXrqZiTUxRJN5hlRhgZqLMDwpyZdBTNL/Ks3Di512O7U= =xoFv -----END PGP SIGNATURE----- --kSuSbF3uv9aFEeuR6ARsv4qoru8poLtu6--