From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI4dg-0000Cn-Ir for qemu-devel@nongnu.org; Tue, 19 Mar 2013 18:04:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UI4df-0005r1-Iu for qemu-devel@nongnu.org; Tue, 19 Mar 2013 18:04:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI4df-0005qu-C7 for qemu-devel@nongnu.org; Tue, 19 Mar 2013 18:04:11 -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 r2JM4AaB014495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Mar 2013 18:04:10 -0400 Message-ID: <5148E0D8.4080402@redhat.com> Date: Tue, 19 Mar 2013 16:04:08 -0600 From: Eric Blake MIME-Version: 1.0 References: <1363627441-8297-1-git-send-email-kwolf@redhat.com> <1363627441-8297-8-git-send-email-kwolf@redhat.com> In-Reply-To: <1363627441-8297-8-git-send-email-kwolf@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2RXVTSQVXEMFUQGJKGRBF" Subject: Re: [Qemu-devel] [PATCH 07/11] block: Introduce .bdrv_parse_filename callback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: pbonzini@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2RXVTSQVXEMFUQGJKGRBF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/18/2013 11:23 AM, Kevin Wolf wrote: > If a driver needs structured data and not just a string, it can provide= > a .bdrv_parse_filename callback now that parses the command line string= > into separate options. Keeping this separate from .bdrv_open_filename > ensures that the preferred way of directly specifying the options alway= s > works as well if parsing the string works. >=20 > Signed-off-by: Kevin Wolf > --- > block.c | 11 +++++++++++ > block/nbd.c | 29 +++++++++++++---------------- > include/block/block_int.h | 1 + > 3 files changed, 25 insertions(+), 16 deletions(-) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2RXVTSQVXEMFUQGJKGRBF 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/ iQEcBAEBCAAGBQJRSODYAAoJEKeha0olJ0NqAwgH/RIiwFJ6l5LVJXZCcg2SHiAD P/JAJ1c3wrT+fUdUS0n50Z06yfg68d8wfal9qg1VuD71YOQDQFqniA/Ok1k/TRde vrq0Eierrc8ovL3q4VmYB8qt/juX9DSR+C9u8zqM2NsrTweH08fep2xGsxawHlUk TFyfMnQrSHhCwWUzXhrAs3Uc3sfIHV758k3Vk2Ag+zLhL8v6nnqMPrGlY3jzGUgB ZNo8SrICKe+Kb0ZRVhZ0U1x2Z86xKoaaufamLrbgErurGDRDxznDs1+auxB3gL9x pdIK6irShSdbwhaMax7ZV55mr3kE4HKq6uIG58wHTV5AY6o1F1g2O50q663KerI= =2Ejf -----END PGP SIGNATURE----- ------enig2RXVTSQVXEMFUQGJKGRBF--