On 04/12/2013 02:47 PM, Kevin Wolf wrote:
> Signed-off-by: Kevin Wolf <kw...@redhat.com>
> ---
>  block/raw-win32.c | 57 
> +++++++++++++++++++++++++++++++++++++++++++++----------
>  1 file changed, 47 insertions(+), 10 deletions(-)
> 

> +static int raw_open(BlockDriverState *bs, const char *unused,
>                      QDict *options, int flags)
>  {
>      BDRVRawState *s = bs->opaque;
>      int access_flags;
>      DWORD overlapped;
> +    QemuOpts *opts;
> +    Error *local_err = NULL;
> +    const char* filename;

Copy-and-paste formatting of this line from 4/15.  Same caveat about it
being trivial enough to add this once fixed:

Reviewed-by: Eric Blake <ebl...@redhat.com>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to