From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlg5O-0007p1-5e for qemu-devel@nongnu.org; Wed, 27 Nov 2013 09:27:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vlg5I-00017W-Pd for qemu-devel@nongnu.org; Wed, 27 Nov 2013 09:27:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlg5I-00017Q-Gh for qemu-devel@nongnu.org; Wed, 27 Nov 2013 09:27:20 -0500 Message-ID: <5295FAE3.5060900@redhat.com> Date: Wed, 27 Nov 2013 07:00:03 -0700 From: Eric Blake MIME-Version: 1.0 References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="GXjUeM18Dx8hexQVVQ4G6PP1tLqWlTbIn" Subject: Re: [Qemu-devel] [RFC qom-cpu v4 05/10] qmp: add 'cpu-del' command support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Fan , qemu-devel@nongnu.org Cc: Igor Mammedov , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GXjUeM18Dx8hexQVVQ4G6PP1tLqWlTbIn Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/09/2013 03:43 AM, Chen Fan wrote: > Signed-off-by: Chen Fan > --- > hw/i386/pc.c | 6 ++++++ > hw/i386/pc_piix.c | 3 ++- > include/hw/boards.h | 2 ++ > include/hw/i386/pc.h | 1 + > qapi-schema.json | 12 ++++++++++++ > qmp-commands.hx | 23 +++++++++++++++++++++++ > qmp.c | 9 +++++++++ > 7 files changed, 55 insertions(+), 1 deletion(-) > +++ b/qapi-schema.json > @@ -1479,6 +1479,18 @@ > ## > { 'command': 'cpu-add', 'data': {'id': 'int'} } > =20 > +# @cpu-del > + > +# Deletes CPU with specified ID > +# > +# @id: ID of CPU to be deleted, valid values [0..max_cpus) > +# > +# Returns: Nothing on success > +# > +# Since 1.7 Since this mail is still titled RFC, there's no way it will make it into 1.7. Are you shooting for 1.8? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --GXjUeM18Dx8hexQVVQ4G6PP1tLqWlTbIn 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.15 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSlfrjAAoJEKeha0olJ0NqyN4H/RuLIOQWJYbPJIHka8Qq5RCw +20Wh6IOOIbjqrcG7/i/InwKsUeRY3FK72PIa86lbED1IUay8Mu4gm7oNGlwRKb8 fWvt4JdohH7R6X9bIJkUWul+eQogo5HCBgSgzBwlpX/kTtMyYUj5ZzsM6/XH0JHF hPX+wnBNP7Lljrd+zjL+6bgtnphpG4HQEv0ffDs5w/xR4PshyQzAdtWuXLirJncf P1gcHhQQz8AovkqkMdaWYRF833okZhkc59rFrH1cSCxIob29h22Z9VUq1xUyiBsq DMVQn4xEC0gxB56jrFeTLZsi5k0MFcd0S3cuyc1LEUCu//2HnvmG92PwkIZsxJU= =N472 -----END PGP SIGNATURE----- --GXjUeM18Dx8hexQVVQ4G6PP1tLqWlTbIn--