Re: [PATCH 7/8] qemu: refactor qemuDomainDefineXMLFlags

2020-03-05 Thread Nikolay Shirokovskiy
On 03.03.2020 11:19, Nikolay Shirokovskiy wrote: > Let's move objlist restoring to cleanup section so that we can > handle failure of actions between virDomainObjListAdd and > virDomainDefSave. > > Signed-off-by: Nikolay Shirokovskiy > --- > src/qemu/qemu_driver.c | 32

[PATCH 7/8] qemu: refactor qemuDomainDefineXMLFlags

2020-03-03 Thread Nikolay Shirokovskiy
Let's move objlist restoring to cleanup section so that we can handle failure of actions between virDomainObjListAdd and virDomainDefSave. Signed-off-by: Nikolay Shirokovskiy --- src/qemu/qemu_driver.c | 32 1 file changed, 16 insertions(+), 16 deletions(-)