From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua8ea-0000hN-Ol for qemu-devel@nongnu.org; Wed, 08 May 2013 13:59:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua8eU-0003vV-HY for qemu-devel@nongnu.org; Wed, 08 May 2013 13:59:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua8eU-0003vI-6b for qemu-devel@nongnu.org; Wed, 08 May 2013 13:59:42 -0400 Message-ID: <518A9286.2040603@redhat.com> Date: Wed, 08 May 2013 11:59:34 -0600 From: Eric Blake MIME-Version: 1.0 References: <1368002735-3646-1-git-send-email-wdongxu@linux.vnet.ibm.com> <1368002735-3646-7-git-send-email-wdongxu@linux.vnet.ibm.com> In-Reply-To: <1368002735-3646-7-git-send-email-wdongxu@linux.vnet.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2MFPLTVMKTLCMLIGTWCWD" Subject: Re: [Qemu-devel] [PATCH V14 6/6] remove QEMUOptionParameter related functions and struct List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dong Xu Wang Cc: "kwolf@redhat.com" , wdongxu@cn.ibm.com, qemu-devel@nongnu.org, stefanha@redhat.com, armbru@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2MFPLTVMKTLCMLIGTWCWD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable [assuming you mis-typed your cc:, and that you meant kwolf instead of kwol at redhat] On 05/08/2013 02:45 AM, Dong Xu Wang wrote: > Signed-off-by: Dong Xu Wang > --- > include/qemu/option.h | 32 ------ > util/qemu-option.c | 285 ----- ------------------------------------= --------- > 2 files changed, 317 deletions(-) >=20 > diff --git a/include/qemu/option.h b/include/qemu/option.h > index d63e447..51814cf 100644 > --- a/include/qemu/option.h > +++ b/include/qemu/option.h > @@ -38,17 +38,6 @@ enum QEMUOptionParType { > OPT_STRING, > }; > =20 > -typedef struct QEMUOptionParameter { > - const char *name; > - enum QEMUOptionParType type; 'enum QEMUOptionParType' several lines earlier is now unused; you should clean that too. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2MFPLTVMKTLCMLIGTWCWD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJRipKGAAoJEKeha0olJ0NqxAgH/iGvQtDS5AtQQQKQYNeMZWzo awpWQTvl3i27Eu8QNi2Wj5WoAnhvw94SBerSPZxmhsjL7hHmYZfa3zQM+ajTQOLp VSiV3haLLCxTN4bOtjqBhEV9szSIUZ2vkVUNd3Vr97N9UNvK7fgFRm77a2ttb8HL H2nDUnhNpdwQJMgpp25Ty2MWQCT3AKWiMyf+7H0H1lMIK5ZSQa2mAb7rJxGq+v4P tAJ3hg6ZkuGSD6bZbHMmbOSYfrdoe3v2LVgYF2GpEmbGNE22jAVoEtVTGF55nCY0 NQaSxMkNMvYdHXEZb1WmbcsdHWKC8G0oenu4OO/cFAgpL7L9zr0md887aVHjgDQ= =0M6Z -----END PGP SIGNATURE----- ------enig2MFPLTVMKTLCMLIGTWCWD--