Re: [libvirt] [PATCH] qemu_driver: unlink new domain cfg file when rollbak

2016-10-24 Thread Chen Hanxiao
At 2016-10-19 17:25:29, "Chen Hanxiao" wrote: >At 2016-10-14 17:35:26, "Chen Hanxiao" wrote: >>From: Chen Hanxiao >> >>If we failed to unlink old dom cfg file, we goto rollback. >>But inside rollback, we fogot to unlink the

Re: [libvirt] [PATCH] qemu_driver: unlink new domain cfg file when rollbak

2016-10-19 Thread Chen Hanxiao
At 2016-10-14 17:35:26, "Chen Hanxiao" wrote: >From: Chen Hanxiao > >If we failed to unlink old dom cfg file, we goto rollback. >But inside rollback, we fogot to unlink the new dom cfg file. >This patch fixes this issue. > ping? Regards, - Chen

[libvirt] [PATCH] qemu_driver: unlink new domain cfg file when rollbak

2016-10-14 Thread Chen Hanxiao
From: Chen Hanxiao If we failed to unlink old dom cfg file, we goto rollback. But inside rollback, we fogot to unlink the new dom cfg file. This patch fixes this issue. Signed-off-by: Chen Hanxiao --- src/qemu/qemu_driver.c | 11 +++ 1