Re: [libvirt] [PATCH 03/10] qemu: command: Make qemuBuildMemoryBackendStr usable without NUMA

2015-10-20 Thread John Ferlan
On 10/16/2015 08:11 AM, Peter Krempa wrote: > Make the function usable so that -1 can be passed to it as cell ID so > that we can later enable memory hotplug on non-NUMA guests for certain > architectures. > > I've inspected all functions that take guestNode as an argument to > verify that they

[libvirt] [PATCH 03/10] qemu: command: Make qemuBuildMemoryBackendStr usable without NUMA

2015-10-16 Thread Peter Krempa
Make the function usable so that -1 can be passed to it as cell ID so that we can later enable memory hotplug on non-NUMA guests for certain architectures. I've inspected all functions that take guestNode as an argument to verify that they are eiter safe to be called or are not called at all. ---