Re: [libvirt] [PATCH] qemu: Fix update device for CURRENT + FORCE flags

2011-06-28 Thread Michal Privoznik
On 27.06.2011 11:27, Jiri Denemark wrote: When CURRENT and FORCE flags were used together, UpdateDeviceFlags did nothing because it failed to transform CURRENT into either LIVE or CONFIG. --- src/qemu/qemu_driver.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff

Re: [libvirt] [PATCH] qemu: Fix update device for CURRENT + FORCE flags

2011-06-28 Thread Jiri Denemark
On Tue, Jun 28, 2011 at 11:50:00 +0200, Michal Privoznik wrote: On 27.06.2011 11:27, Jiri Denemark wrote: When CURRENT and FORCE flags were used together, UpdateDeviceFlags did nothing because it failed to transform CURRENT into either LIVE or CONFIG. --- src/qemu/qemu_driver.c |7

[libvirt] [PATCH] qemu: Fix update device for CURRENT + FORCE flags

2011-06-27 Thread Jiri Denemark
When CURRENT and FORCE flags were used together, UpdateDeviceFlags did nothing because it failed to transform CURRENT into either LIVE or CONFIG. --- src/qemu/qemu_driver.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_driver.c