On Fri, Mar 20, 2015 at 15:39:02 +0100, Pavel Hrdina wrote: > From: Luyao Huang <[email protected]> > > Commit e105dc9 fix setting vcpus for offline domain, but forget check > if vm is active when pass VIR_DOMAIN_AFFECT_LIVE flags. > > # virsh setvcpus test3 4 --live > error: Failed to create controller cpu for group: No such file or directory > > Add a check if we pass VIR_DOMAIN_AFFECT_LIVE flags. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1204006 > > Signed-off-by: Luyao Huang <[email protected]> > Signed-off-by: Pavel Hrdina <[email protected]> > --- > src/qemu/qemu_driver.c | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-)
NACK, after the virDomainLiveConfigHelperMethod gets moved, this is not logner necessary as it contains the same code. Peter
signature.asc
Description: Digital signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
