WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 0 of 6] P2M various fixes

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 0 of 6] P2M various fixes
From: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx>
Date: Mon, 14 Nov 2011 16:48:41 -0500
Cc: olaf@xxxxxxxxx, George.Dunlap@xxxxxxxxxxxxx, andres@xxxxxxxxxxxxxx, tim@xxxxxxx, keir.xen@xxxxxxxxx, adin@xxxxxxxxxxxxxx
Delivery-date: Mon, 14 Nov 2011 13:50:24 -0800
Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=lagarcavilla.org; h= content-type:mime-version:content-transfer-encoding:subject :message-id:date:from:to:cc; s=lagarcavilla.org; bh=tSbFJsEbdp5Q QZSEE/yi7atlZXY=; b=o7u+/cMqQCphmqEEav5Kndjct/JBLdikYrDH0sMpxlmf k2ZXgxCZEtMjtWEHBl2pu8vnpQ32+C4X7Sgi7RuInGaejXsZnbj5OAfA6UOjF27U gPq7k4NMlJPWVADe1f5IqqjMvgpy6ApkVB1CQSUPfLaACI4yUhtmxqL7OY0+6co=
Domainkey-signature: a=rsa-sha1; c=nofws; d=lagarcavilla.org; h=content-type :mime-version:content-transfer-encoding:subject:message-id:date :from:to:cc; q=dns; s=lagarcavilla.org; b=F4JNpewn3iY5ClIERo82zX hpJ37toKKwgsf7eqM5Vn/xKKxQqPB1lF4VhJ1qjGDsSHgIJDw5dQqRP+kTxv1j2e owOvAIbrnvSJ/k1GFAURsMx1ND293FZkZBBhPSItpT0MZS/fuabEcxfEDuC4peQz q/U4jtlla3KO5i08v2GRQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.8.4
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