
19 Sep
2016
19 Sep
'16
6:34 a.m.
On Mon, Sep 19, 2016 at 07:55:48 +0200, Michal Privoznik wrote:
Now that we have two same implementations for getting path for huge pages backed guest memory, lets merge them into one function.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_command.c | 63 ++++--------------------------------------------- src/qemu/qemu_conf.c | 50 +++++++++++++++++++++++++++++++++++++++ src/qemu/qemu_conf.h | 4 ++++ 3 files changed, 59 insertions(+), 58 deletions(-)
ACK