
On 12/12/18 7:58 AM, Michal Privoznik wrote:
v2 of:
https://www.redhat.com/archives/libvir-list/2018-November/msg00159.html
diff to v1: - Patch 01/02 is completely new - Patch 02/02 has reworded commit message
Michal Prívozník (2): qemuBuildMemoryBackendProps: Pass @priv instead of its individual members qemu: Don't use -mem-prealloc among with .prealloc=yes
src/qemu/qemu_command.c | 56 ++++++++++--------- src/qemu/qemu_command.h | 3 +- src/qemu/qemu_domain.c | 7 +++ src/qemu/qemu_domain.h | 3 + src/qemu/qemu_hotplug.c | 2 +- .../hugepages-numa-default-dimm.args | 2 +- 6 files changed, 44 insertions(+), 29 deletions(-)
Adjust commit message for patch2 to spell "fully" instead of "fullly"... Reviewed-by: John Ferlan <jferlan@redhat.com> (series) John