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

Daniel Henrique Barboza danielhb413 at gmail.com
Mon Jul 6 13:09:24 UTC 2020


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):
>    qemu_driver.c: use g_autoptr in qemuDomainGetEmulatorPinInfo()
>    virhostcpu.c: use g_autoptr in virHostCPUGetMap()
>    virsh-domain.c: modernize virshVcpuinfoInactive()
>    virsh-domain.c: modernize cmdVcpuinfo()
>    virhostcpu.c: refactor virHostCPUParseCountLinux()
>    virhostcpu.c: introduce virHostCPUGetAvailableCPUsBitmap()
>    conf, qemu: consider available CPUs in vcpupin/emulatorpin output
> 
>   src/conf/domain_conf.c   |  4 +--
>   src/libvirt_private.syms |  1 +
>   src/qemu/qemu_driver.c   | 10 ++-----
>   src/util/virhostcpu.c    | 63 ++++++++++++++++++++++++----------------
>   src/util/virhostcpu.h    |  2 ++
>   tools/virsh-domain.c     | 44 ++++++++++------------------
>   6 files changed, 59 insertions(+), 65 deletions(-)
> 




More information about the libvir-list mailing list