On 02/11/2014 11:33 PM, Chunyan Liu wrote: > raw-win32.c: replace QEMUOptionParameter with QemuOpts > > Signed-off-by: Dong Xu Wang > Signed-off-by: Chunyan Liu > --- > block/raw-win32.c | 33 +++++++++++++++++---------------- > 1 files changed, 17 insertions(+), 16 deletions(-) > > @@ -506,7 +507,7 @@ static BlockDriver bdrv_file = { > .bdrv_needs_filename = true, > .bdrv_file_open = raw_open, > .bdrv_close = raw_close, > - .bdrv_create = raw_create, > + .bdrv_create2 = raw_create, > .bdrv_has_zero_init = bdrv_has_zero_init_1, > Alignment was inconsistent before your patch, but you could take this opportunity to clean it up. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org