All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 2] P2M audit rework
@ 2011-11-24 17:12 Andres Lagar-Cavilla
  2011-11-24 17:12 ` [PATCH 1 of 2] Rework stale p2m auditing Andres Lagar-Cavilla
  2011-11-24 17:12 ` [PATCH 2 of 2] Add libxc wrapper for p2m audit domctl Andres Lagar-Cavilla
  0 siblings, 2 replies; 3+ messages in thread
From: Andres Lagar-Cavilla @ 2011-11-24 17:12 UTC (permalink / raw)
  To: xen-devel; +Cc: andres, keir.xen, tim, JBeulich, adin

Bring the p2m audit back from the dead. Tease out -ept and -pt
specific code. TUrn it into a domctl.

Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>

 xen/arch/x86/domctl.c       |   30 +++++++++
 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 ++++++++
 9 files changed, 235 insertions(+), 134 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-24 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 17:12 [PATCH 0 of 2] P2M audit rework Andres Lagar-Cavilla
2011-11-24 17:12 ` [PATCH 1 of 2] Rework stale p2m auditing Andres Lagar-Cavilla
2011-11-24 17:12 ` [PATCH 2 of 2] Add libxc wrapper for p2m audit domctl Andres Lagar-Cavilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.