Re: [PATCH 0/7] consider available CPUs in vcpupin/emulatorpin output

2020-07-08 Thread Michal Privoznik
On 6/27/20 12:10 AM, Daniel Henrique Barboza wrote: Hi, This series contains 5 cleanups and refactorings I found on my way to fixing [1]. Last 2 patches contains the actual fix for the bug. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1434276 Daniel Henrique Barboza (7): qemu_driver.c:

Re: [PATCH 0/7] consider available CPUs in vcpupin/emulatorpin output

2020-07-06 Thread Daniel Henrique Barboza
Ping On 6/26/20 7:10 PM, Daniel Henrique Barboza wrote: Hi, This series contains 5 cleanups and refactorings I found on my way to fixing [1]. Last 2 patches contains the actual fix for the bug. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1434276 Daniel Henrique Barboza (7):

[PATCH 0/7] consider available CPUs in vcpupin/emulatorpin output

2020-06-26 Thread Daniel Henrique Barboza
Hi, This series contains 5 cleanups and refactorings I found on my way to fixing [1]. Last 2 patches contains the actual fix for the bug. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1434276 Daniel Henrique Barboza (7): qemu_driver.c: use g_autoptr in qemuDomainGetEmulatorPinInfo()