ksm support
commitccb167e9d7d460a7cd09fdabd848efd3606dd27e
authorIzik Eidus <ieidus@redhat.com>
Thu, 8 Oct 2009 14:39:39 +0000 (8 16:39 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Oct 2009 14:32:04 +0000 (15 09:32 -0500)
tree5c3616480df6ef301774cd4294f5dfc14a490992
parentde41ac924bb2cf7cb8aaaa8c7f95a38c6d9b3783
ksm support

Call MADV_MERGEABLE on guest memory allocations.  MADV_MERGABLE will be
available starting in Linux 2.6.32.  This system call registers a region of
virtual address space with Linux as a candidate for transparent memory
sharing.

Patchworks-ID: 35447
Signed-off-by: Izik Eidus <ieidus@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
exec.c