Re: [Qemu-devel] [PATCH V17 8/9] qemu-option: make qemu_opts_del accept opts being NULL

2013-07-17 Thread Kevin Wolf
Am 17.07.2013 um 11:50 hat Dong Xu Wang geschrieben: > Please ignore patch 8 and patch9, it won't work and I will re-send > them seperately. > Sorry for the inconvenience. Seriously? We're at v17 and you're still sending code that is broken enough that you recall it after half an hour? How much an

Re: [Qemu-devel] [PATCH V17 8/9] qemu-option: make qemu_opts_del accept opts being NULL

2013-07-17 Thread Dong Xu Wang
Please ignore patch 8 and patch9, it won't work and I will re-send them seperately. Sorry for the inconvenience. On Wed, Jul 17, 2013 at 5:29 PM, Dong Xu Wang wrote: > Signed-off-by: Dong Xu Wang > --- > util/qemu-option.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/util/qemu-o

[Qemu-devel] [PATCH V17 8/9] qemu-option: make qemu_opts_del accept opts being NULL

2013-07-17 Thread Dong Xu Wang
Signed-off-by: Dong Xu Wang --- util/qemu-option.c | 4 1 file changed, 4 insertions(+) diff --git a/util/qemu-option.c b/util/qemu-option.c index 7545486..f4a0282 100644 --- a/util/qemu-option.c +++ b/util/qemu-option.c @@ -656,6 +656,10 @@ void qemu_opts_del(QemuOpts *opts) { QemuOp