From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWTW4-0005Fh-Kl for qemu-devel@nongnu.org; Tue, 23 Sep 2014 13:04:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWTVz-0005bC-7m for qemu-devel@nongnu.org; Tue, 23 Sep 2014 13:04:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWTVy-0005aj-Tz for qemu-devel@nongnu.org; Tue, 23 Sep 2014 13:04:35 -0400 Message-ID: <5421A812.6050205@redhat.com> Date: Tue, 23 Sep 2014 11:04:18 -0600 From: Eric Blake MIME-Version: 1.0 References: <1411464235-5653-1-git-send-email-yanghy@cn.fujitsu.com> <1411464235-5653-19-git-send-email-yanghy@cn.fujitsu.com> In-Reply-To: <1411464235-5653-19-git-send-email-yanghy@cn.fujitsu.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rHTV0gdsH3R7QEmamowgm1SLioBI2euoq" Subject: Re: [Qemu-devel] [RFC PATCH v2 18/23] COLO nic: add command line switch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yang Hongyang , qemu-devel@nongnu.org Cc: Stefan Hajnoczi , GuiJianfeng@cn.fujitsu.com, yunhong.jiang@intel.com, eddie.dong@intel.com, dgilbert@redhat.com, mrhines@linux.vnet.ibm.com, Anthony Liguori This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rHTV0gdsH3R7QEmamowgm1SLioBI2euoq Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/23/2014 03:23 AM, Yang Hongyang wrote: > add command line switch >=20 > Signed-off-by: Yang Hongyang > Cc: Anthony Liguori > Cc: Stefan Hajnoczi > --- > qapi-schema.json | 8 +++++++- > qemu-options.hx | 10 +++++++++- > 2 files changed, 16 insertions(+), 2 deletions(-) >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index 7dcfb90..e53a571 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -2008,6 +2008,10 @@ > # > # @queues: #optional number of queues to be created for multiqueue cap= able tap > # > +# @colo_nicname: #optional the host physical nic for QEMU (Since 2.2) > +# > +# @colo_script: #optional the script file which used by COLO (Since 2.= 2) Please use dash, not underscore, for these two new names. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --rHTV0gdsH3R7QEmamowgm1SLioBI2euoq 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 iQEcBAEBCAAGBQJUIagSAAoJEKeha0olJ0NqKqoH/1pBbuMMToBvQAmewaCQX8bH t2hV7KRjfQVH3pqugTq+MIAId73CnaZLUGA8Y4hS/ltIuwya5VK0EGs5tgtKskcy h2CrLTp/QjYvRMP87Xjls6zGrEeor5QmvtiRJad1fevHzgu4xAOBy0/fQcoHUpve AIew3f1D+Dpd/nc7TdN7NPkQ12wu/m9eRd2hkW73egy3mqxZOqRq0QAns+xjWMVY hZK7RD9Znu8+nL9jd1zDeDepCtsDycAQKCBFwQ1WY0AWoVEYSUR8m/VGFrCXT2lF SIpE9iVE9ca2lGcqOl2i4qVWvihBbki6lSbXM32jCFyiXCyA9Jw2Bvej/3huV30= =mlZs -----END PGP SIGNATURE----- --rHTV0gdsH3R7QEmamowgm1SLioBI2euoq--