From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJTOP-0007w2-Ez for qemu-devel@nongnu.org; Mon, 18 Aug 2014 16:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJTOJ-0000Hm-2i for qemu-devel@nongnu.org; Mon, 18 Aug 2014 16:19:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJTOI-0000Hi-P4 for qemu-devel@nongnu.org; Mon, 18 Aug 2014 16:18:54 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7IKIrl7020320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 18 Aug 2014 16:18:54 -0400 Message-ID: <53F25FAC.9050902@redhat.com> Date: Mon, 18 Aug 2014 14:18:52 -0600 From: Eric Blake MIME-Version: 1.0 References: <1408392029-29531-1-git-send-email-mreitz@redhat.com> <1408392029-29531-4-git-send-email-mreitz@redhat.com> In-Reply-To: <1408392029-29531-4-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="op3i8MQ8OcwmVNlNwkTe8OQvgNwufRMM5" Subject: Re: [Qemu-devel] [PATCH 3/4] qcow2: Add runtime options for cache sizes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --op3i8MQ8OcwmVNlNwkTe8OQvgNwufRMM5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/18/2014 02:00 PM, Max Reitz wrote: > Add options for specifying the size of the metadata caches. This can > either be done directly for each cache (if only one is given, the other= > will be derived according to a default ratio) or combined for both. >=20 > Signed-off-by: Max Reitz > --- > block/qcow2.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++= +------- > block/qcow2.h | 3 ++ > 2 files changed, 103 insertions(+), 12 deletions(-) I would suspect that you need to also modify qapi/block-core.json to document the new QMP parameters that can be tuned when hot-plugging a qcow2 disk. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --op3i8MQ8OcwmVNlNwkTe8OQvgNwufRMM5 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 iQEcBAEBCAAGBQJT8l+sAAoJEKeha0olJ0Nq9uoH/3vqxIJPSKlUKN2Dlq6RCumB 1YJhvRQ9gVZUBycjmRNJZ95tiT7Byso/I0UyGNwBitxlPkbTua8lbxFkVQLYsSW9 iigUSY5DVdJEILfRRwezjexRe4jp2iWoQv2iQ0oz/GRxSL0g4CheyUJj+f7tKwf9 StcCPmVQgs60ba3ZVVjZFlsIUvkZdhqmn2YbLUwH5vZmp+l5hYkf3iBsJHnBot5x dUS1wraGIWBIaKs3LHkXUDE4bE7YFELwbx+Tb4anwXbPRYK+jSOXor/Hz9E0bCuy COoQQoVQwgyjV5IYwTkq6m7XYrtgjtjq/fC+EpXbrx4Q4gWR1KoIGtaorAM6Umw= =7nDD -----END PGP SIGNATURE----- --op3i8MQ8OcwmVNlNwkTe8OQvgNwufRMM5--