Re: [libvirt] [PATCH 0/2] Fix vcpu hotplug with memoryless NUMA nodes

2016-09-13 Thread Martin Kletzander
On Tue, Sep 13, 2016 at 05:08:02PM +0200, Peter Krempa wrote: See patch 2. Peter Krempa (2): util: numa: Remove impossible error handling numa: Rename virNumaGetHostNodeset and make it return only nodes with memory Looks sane, ACK. src/libvirt_private.syms | 2 +- src/qemu/qemu_cgroup.

[libvirt] [PATCH 0/2] Fix vcpu hotplug with memoryless NUMA nodes

2016-09-13 Thread Peter Krempa
See patch 2. Peter Krempa (2): util: numa: Remove impossible error handling numa: Rename virNumaGetHostNodeset and make it return only nodes with memory src/libvirt_private.syms | 2 +- src/qemu/qemu_cgroup.c | 4 ++-- src/util/virnuma.c | 18 +++--- src/util/virnum