From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDkGk-0004S5-GH for qemu-devel@nongnu.org; Wed, 12 Feb 2014 19:35:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDkGg-00063I-0l for qemu-devel@nongnu.org; Wed, 12 Feb 2014 19:35:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDkGf-000618-PO for qemu-devel@nongnu.org; Wed, 12 Feb 2014 19:35:05 -0500 Message-ID: <52FC1336.4020701@redhat.com> Date: Wed, 12 Feb 2014 17:35:02 -0700 From: Eric Blake MIME-Version: 1.0 References: <1392186806-10418-1-git-send-email-cyliu@suse.com> <1392186806-10418-26-git-send-email-cyliu@suse.com> In-Reply-To: <1392186806-10418-26-git-send-email-cyliu@suse.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="apcmhp5NnF39eAVLPsinE5P66TKFha9TD" Subject: Re: [Qemu-devel] [PATCH v20 25/26] cleanup QEMUOptionParameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chunyan Liu , qemu-devel@nongnu.org Cc: kwolf@redhat.com, Dong Xu Wang , stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --apcmhp5NnF39eAVLPsinE5P66TKFha9TD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/11/2014 11:33 PM, Chunyan Liu wrote: > Now all places using QEMUOptionParameter could use QemuOpts too, remove= > QEMUOptionParameter related code. >=20 > Signed-off-by: Dong Xu Wang > Signed-off-by: Chunyan Liu > --- > +++ b/include/qemu/option.h > @@ -38,18 +38,6 @@ enum QEMUOptionParType { > OPT_STRING, > }; > =20 > -typedef struct QEMUOptionParameter { > - const char *name; > - enum QEMUOptionParType type; enum QEMUOptionParType several lines above is now dead, too. Kill it as well. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --apcmhp5NnF39eAVLPsinE5P66TKFha9TD 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJS/BM2AAoJEKeha0olJ0NqhCAH/2mHaQMPHOHKV89xqR9zRvra vQ0PKoeFlFJcLqo/kqcKc/xMSh8R5uAvtrnGKcc0YhWMYmFdOyHUtYZjKDGx7ueR Zw2xAzDrkKgzfpmQygrYOwYob9yZtlvpuVtCrx6kusxbuGdC4OsRXmw6Oc/8vuhL dvjqBURS12PCrIFMv1gjdphJiJgy0MuV8CPoiCHFkhMFoRJIckHdHyZnd9MvxxJL 0YfiTr5Zj9LlYg9Mb3N2MT5yxNiu6PTofgOFxSvXMDIM+BbO0hIWFhJ4Jcf+wsgu F1vOy2QcS4PyPRguPQlWkTvAWOJYTz2b0fn/k6KfJdrRW3NexJcNO32/5Zuqy0U= =JHt2 -----END PGP SIGNATURE----- --apcmhp5NnF39eAVLPsinE5P66TKFha9TD--