Re: [Qemu-devel] [v19 22/25] vhdx.c: replace QEMUOptionParameter with QemuOpts

2014-01-22 Thread Kevin Wolf
Am 20.01.2014 um 15:20 hat Chunyan Liu geschrieben: > vhdx.c: replace QEMUOptionParameter with QemuOpts > > Signed-off-by: Dong Xu Wang > Signed-off-by: Chunyan Liu > --- > block/vhdx.c | 93 +++-- > block/vhdx.h |1 + > 2 files changed,

[Qemu-devel] [v19 22/25] vhdx.c: replace QEMUOptionParameter with QemuOpts

2014-01-20 Thread Chunyan Liu
vhdx.c: replace QEMUOptionParameter with QemuOpts Signed-off-by: Dong Xu Wang Signed-off-by: Chunyan Liu --- block/vhdx.c | 93 +++-- block/vhdx.h |1 + 2 files changed, 45 insertions(+), 49 deletions(-) diff --git a/block/vhdx.c b/bloc