]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement support for locking domain's memory pages
authorJiri Denemark <jdenemar@redhat.com>
Thu, 16 May 2013 20:01:05 +0000 (22:01 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 16 May 2013 21:21:58 +0000 (23:21 +0200)
commitfd74f74fe609f3e3eb33ef70fb6a2d402c4cd519
tree6332a5fea6dc6ace811284c6911509af323ac8a4
parent555866389c26a1bcf4f6cec9406e3c8ad435d778
qemu: Implement support for locking domain's memory pages
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-mlock-off.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-mlock-off.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-mlock-on.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-mlock-on.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-mlock-unsupported.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-mlock-unsupported.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c