From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPFeS-0006BL-JJ for qemu-devel@nongnu.org; Mon, 08 Apr 2013 13:14:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPFeM-0005TO-DR for qemu-devel@nongnu.org; Mon, 08 Apr 2013 13:14:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPFeM-0005TB-42 for qemu-devel@nongnu.org; Mon, 08 Apr 2013 13:14:34 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r38HEX4E021917 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Apr 2013 13:14:33 -0400 Message-ID: <5162FAF8.7010304@redhat.com> Date: Mon, 08 Apr 2013 11:14:32 -0600 From: Eric Blake MIME-Version: 1.0 References: <111bea6806c8d7e0f20856e75edba74f86a6bc9b.1365430186.git.minovotn@redhat.com> In-Reply-To: <111bea6806c8d7e0f20856e75edba74f86a6bc9b.1365430186.git.minovotn@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2AGVTXPOEKHNPHFAQISCS" Subject: Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Novotny Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2AGVTXPOEKHNPHFAQISCS Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 04/08/2013 10:41 AM, Michal Novotny wrote: > Alter the query-machines QMP command to output information about > maximum number of CPUs for each machine type with default value > set to 1 in case the number of max_cpus is not set. >=20 > Signed-off-by: Michal Novotny > --- > qapi-schema.json | 4 +++- > vl.c | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-) >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index db542f6..689ca8d 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -2861,11 +2861,13 @@ > # > # @default: #optional whether the machine is default > # > +# @cpu-max: maximum number of CPUs supported by the machine type Typically, when adding a field in a later version than the original introduction of the datatype, we add '(since 1.5)' to make it obvious when to expect the field. However, as nothing (currently) enforces this rule, I think such an addition is minor enough that it wouldn't invalidate the use of my: Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2AGVTXPOEKHNPHFAQISCS 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/ iQEcBAEBCAAGBQJRYvr4AAoJEKeha0olJ0NqL/4H/1KEgkm2QDCUag+w8qAhvfms fn3jw0cY9bVPu08r+fclN9yaVN+yx0nj2O/W5VVu5TPd0G3cIX9nbj3gbvb+jOEL UTh4ErJJCDF98frIjwXQm0GbVJomzsFjLMiFZzGsGRPEDkrL27WwJAQwoDmHczvN 3uNTgyJOCF2FupqRDWgu0YnmKMokqcu2nSJWRsIeMcKwjqPROpkwqQfiKnpdUyzE uXEJSkeUG2/j1Ul3n8nuf+VVo+G1wyZSpCyLtWRiQYxx+ofgoGniLneZ9FtsTQyL B12M5pDbP5SFxOpBvJxT+Gd282OJq+N4yXa/vxOkbtzWIw2E9H5UC0mSQEe1EdY= =Nlzt -----END PGP SIGNATURE----- ------enig2AGVTXPOEKHNPHFAQISCS--