]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Book3S HV: Map single pages when doing dirty page logging
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 12 Dec 2018 04:16:17 +0000 (15:16 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Sun, 16 Dec 2018 23:58:33 +0000 (10:58 +1100)
commitda6da93c346e2f0703e8c76c5e3b3e7cced524d2
tree2d64f032525138a207d3ae0c6b02308c271141d5
parent00ea768bba88ebc7cf6dcb617b1446fc8eec2567
KVM: PPC: Book3S HV: Map single pages when doing dirty page logging

For radix guests, this makes KVM map guest memory as individual pages
when dirty page logging is enabled for the memslot corresponding to the
guest real address.  Having a separate partition-scoped PTE for each
system page mapped to the guest means that we have a separate dirty
bit for each page, thus making the reported dirty bitmap more accurate.
Without this, if part of guest memory is backed by transparent huge
pages, the dirty status is reported at a 2MB granularity rather than
a 64kB (or 4kB) granularity for that part, causing userspace to have
to transmit more data when migrating the guest.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Reviewed-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_64_mmu_radix.c