Re: [libvirt PATCH] qemu_driver: fix setting vcpu_quota if not all vCPUs are online

2021-03-15 Thread Erik Skultety
On Mon, Mar 15, 2021 at 02:13:50PM +0100, Pavel Hrdina wrote: > When switching to g_autoptr this was incorrectly changed from > 'continue;' into 'return -1;' resulting into an error when user tries > to set vcpu_quota of running VM: > > error: An error occurred, but the cause is unknown > >

[libvirt PATCH] qemu_driver: fix setting vcpu_quota if not all vCPUs are online

2021-03-15 Thread Pavel Hrdina
When switching to g_autoptr this was incorrectly changed from 'continue;' into 'return -1;' resulting into an error when user tries to set vcpu_quota of running VM: error: An error occurred, but the cause is unknown Fixes: e4a8bbfaf2b4cdd741bb441873bb730f9134b714 Signed-off-by: Pavel Hrdina