On 05/07/2014 03:58 AM, Chunyan Liu wrote: > Change block layer to support both QemuOpts and QEMUOptionParameter. > After this patch, it will change backend drivers one by one. At the end, > QEMUOptionParameter will be removed and only QemuOpts is kept. > > Signed-off-by: Dong Xu Wang <[email protected]> > Signed-off-by: Chunyan Liu <[email protected]> > --- > Changes: > * Fix Eric's comments: > - remove the end '.' in two error messages. > - update related iotests .out file. > > block.c | 160 > +++++++++++++++++++++++++++++++-------------- > block/cow.c | 2 +- > block/qcow.c | 2 +- > block/qcow2.c | 2 +- > block/qed.c | 2 +- > block/raw_bsd.c | 2 +- > block/vhdx.c | 2 +- > block/vmdk.c | 4 +- > block/vvfat.c | 2 +- > include/block/block.h | 7 +- > include/block/block_int.h | 13 +++- > qemu-img.c | 94 +++++++++++++------------- > tests/qemu-iotests/049.out | 2 +- > tests/qemu-iotests/061.out | 2 +- > 14 files changed, 183 insertions(+), 113 deletions(-) >
Reviewed-by: Eric Blake <[email protected]> -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
