Re: [libvirt] [PATCH 05/10] qemu: domain: Add common function to perform memory hotplug checks

2015-10-20 Thread John Ferlan
On 10/16/2015 08:11 AM, Peter Krempa wrote: > Add a function that will aggregate various checks related to memory > hotplug so that they aren't scattered accross various parts of the > code. > --- > src/qemu/qemu_command.c | 26 ++--- > src/qemu/qemu_domain.c | 77 > +++

[libvirt] [PATCH 05/10] qemu: domain: Add common function to perform memory hotplug checks

2015-10-16 Thread Peter Krempa
Add a function that will aggregate various checks related to memory hotplug so that they aren't scattered accross various parts of the code. --- src/qemu/qemu_command.c | 26 ++--- src/qemu/qemu_domain.c | 77 + src/qemu/qemu_domain.h |