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] Re: [Xen-changelog] [xen-unstable] [XEN] replace shadow_* wi

To: Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>
Subject: [Xen-devel] Re: [Xen-changelog] [xen-unstable] [XEN] replace shadow_* with paging_* in common code
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Mon, 30 Jul 2007 12:43:59 -0500
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 30 Jul 2007 10:41:46 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200707271016.l6RAGdto005443@xxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
References: <200707271016.l6RAGdto005443@xxxxxxxxxxxxxxxxxxxxx>
Reply-to: Hollis Blanchard <hollisb@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, 2007-07-27 at 03:16 -0700, Xen patchbot-unstable wrote:
> # HG changeset patch
> # User Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>
> # Date 1184927796 -3600
> # Node ID 3c28bc13a3f82032c6171825629d9be754075da5
> # Parent  091134f5555c7fc858dd2ed449bd91b54258a9c6
> [XEN] replace shadow_* with paging_* in common code
> Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>
> ---
>  xen/include/xen/shadow.h     |   23 -----------------------
>  xen/common/compat/kernel.c   |    1 -
>  xen/common/domctl.c          |    1 -
>  xen/common/grant_table.c     |    1 -
>  xen/common/kernel.c          |    4 ++--
>  xen/common/keyhandler.c      |    1 -
>  xen/common/memory.c          |    8 ++++----
>  xen/common/page_alloc.c      |    2 +-
>  xen/common/xenoprof.c        |    6 +++---
>  xen/include/asm-x86/config.h |    2 +-
>  xen/include/xen/paging.h     |   26 ++++++++++++++++++++++++++
>  11 files changed, 37 insertions(+), 38 deletions(-)

Tim, when you perform operations like this, could you please grep the
tree for all users? You broke both the ia64 and powerpc builds.

-- 
Hollis Blanchard
IBM Linux Technology Center


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [Xen-changelog] [xen-unstable] [XEN] replace shadow_* with paging_* in common code, Hollis Blanchard <=