|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0 of 6] P2M various fixes
This patch series brings about a number of fixes to the p2m code
in anticipation of synchonizing lookups. Specifically:
- Four bug fixes on shadow domctls, setting shared p2m entries,
and splitting 1GB PoD superpages
- Rework the p2m audit code. Today it does neither compile nor
apply to ept, so make it compile and move it out of the way
for most callers, which obviously don't care.
Signed-off-by: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx>
xen/arch/x86/mm/p2m-pod.c | 1 -
xen/arch/x86/mm/p2m-pt.c | 9 +-
xen/arch/x86/mm/p2m.c | 5 +-
xen/arch/x86/mm/hap/hap.c | 1 +
tools/libxc/xc_domain.c | 6 +-
xen/arch/x86/domctl.c | 24 +++++++
xen/arch/x86/mm/p2m-ept.c | 1 +
xen/arch/x86/mm/p2m-pod.c | 5 -
xen/arch/x86/mm/p2m-pt.c | 137 +++++++------------------------------------
xen/arch/x86/mm/p2m.c | 124 ++++++++++++++++++++++++++++++++++++---
xen/include/asm-x86/p2m.h | 11 ++-
xen/include/public/domctl.h | 12 +++
tools/libxc/xc_domain.c | 22 +++++++
tools/libxc/xenctrl.h | 27 ++++++++
14 files changed, 241 insertions(+), 144 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 0 of 6] P2M various fixes,
Andres Lagar-Cavilla <=
|
|
|
|
|