]> xenbits.xensource.com Git - libvirt.git/commit
qemu: command: move mem.nosharepages validation to qemu_domain.c
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 9 Dec 2019 23:15:07 +0000 (20:15 -0300)
committerCole Robinson <crobinso@redhat.com>
Mon, 16 Dec 2019 22:50:17 +0000 (17:50 -0500)
commit96178e223827751e61f5a672c8375b965be501c2
tree871316d1d12f10d3cd400f6614a8182cdcde20f4
parent2628247f84a581a8f12e01fd4ffbc04e23ef9489
qemu: command: move mem.nosharepages validation to qemu_domain.c

Move QEMU_CAPS_MEM_MERGE validation from qemuBuildMachineCommandLine()
to qemuDomainDefValidateMemory().

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c