]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add support for locking domain's memory pages
authorJiri Denemark <jdenemar@redhat.com>
Thu, 16 May 2013 20:00:03 +0000 (22:00 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 16 May 2013 21:03:08 +0000 (23:03 +0200)
commit555866389c26a1bcf4f6cec9406e3c8ad435d778
treea002bcaa424952f21bbaee5fc26c7ac4028f738e
parent4734f1f53be88732202ed05c2a5a4cb5747ef995
Add support for locking domain's memory pages

The following XML configuration can be used to request all domain's
memory pages to be kept locked in host's memory (i.e., domain's memory
pages will not be swapped out):

      <memoryBacking>
        <locked/>
      </memoryBacking>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h