From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFTAW-0003Bv-OH for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:43:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFTAS-00037a-Bh for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:43:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFTAS-00037M-3k for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:43:48 -0500 Message-ID: <53025823.7040406@redhat.com> Date: Mon, 17 Feb 2014 11:42:43 -0700 From: Eric Blake MIME-Version: 1.0 References: <1392186806-10418-1-git-send-email-cyliu@suse.com> <1392186806-10418-16-git-send-email-cyliu@suse.com> In-Reply-To: <1392186806-10418-16-git-send-email-cyliu@suse.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="8pNrKqieIIV6EcepN08l1VLebe1Dv7xCJ" Subject: Re: [Qemu-devel] [PATCH v20 15/26] raw-win32.c: replace QEMUOptionParameter with QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chunyan Liu , qemu-devel@nongnu.org Cc: kwolf@redhat.com, Dong Xu Wang , stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --8pNrKqieIIV6EcepN08l1VLebe1Dv7xCJ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/11/2014 11:33 PM, Chunyan Liu wrote: > raw-win32.c: replace QEMUOptionParameter with QemuOpts >=20 > Signed-off-by: Dong Xu Wang > Signed-off-by: Chunyan Liu > --- > block/raw-win32.c | 33 +++++++++++++++++---------------- > 1 files changed, 17 insertions(+), 16 deletions(-) >=20 > @@ -506,7 +507,7 @@ static BlockDriver bdrv_file =3D { > .bdrv_needs_filename =3D true, > .bdrv_file_open =3D raw_open, > .bdrv_close =3D raw_close, > - .bdrv_create =3D raw_create, > + .bdrv_create2 =3D raw_create, > .bdrv_has_zero_init =3D bdrv_has_zero_init_1, > =20 Alignment was inconsistent before your patch, but you could take this opportunity to clean it up. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --8pNrKqieIIV6EcepN08l1VLebe1Dv7xCJ 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 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTAlgjAAoJEKeha0olJ0NqPAgH/iiCSHp4AuvBVx+UAN5IZzU0 jfS1UNqGF4DxSUNd/YdmnaWFTpEZNgLmCxKiFYtiz6U57CkGnp2QwGXuWK/edMv4 kiXbeahFshadSB9DFzICC0feIKAETrk4Eoroz8RTkb3bl5OHqJqKUlAlclRaBHTm nFYCPLq6b6ToEZnlfyHanaCw+hixJYx0sCYxXWmQslZgbWVClrX6sZjG7i1Nij7o PUUdlCRy2YA1ZIJ9JX7uRZcgDGKucXrY7cvBOJt+G8wckVT0OoSx3U8cXyhvUeyE s/sdF5gkVFi+qui8jMc0rNcxI1yj6dcSvqM4/f+7QjGxFkUCbcyLi4t7Of/EU3Q= =V68E -----END PGP SIGNATURE----- --8pNrKqieIIV6EcepN08l1VLebe1Dv7xCJ--