On 02/18/2015 09:16 AM, Peter Krempa wrote:
The memory sizes in qemu are aligned up to 1 MiB boundaries. There
are
two places where this was done once for the total size and then for
individual NUMA cell sizes.
Add a function that will align the sizes in one place so that it's clear
where the sizes are aligned.
---
src/qemu/qemu_command.c | 7 +++----
src/qemu/qemu_domain.c | 21 +++++++++++++++++++++
src/qemu/qemu_domain.h | 2 ++
3 files changed, 26 insertions(+), 4 deletions(-)
ACK
John