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-changelog

[Xen-changelog] [xen-unstable] [IA64] update xc_shadow_control call with

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] update xc_shadow_control call with new parameters
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Aug 2006 22:10:36 +0000
Delivery-date: Wed, 30 Aug 2006 15:14:02 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID ac41222866e90ceb8b927c9fd0d42761ebc1d8b1
# Parent  56ec2377b32e18ab3f0da752c08047491a54ecb7
[IA64] update xc_shadow_control call with new parameters

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 tools/libxc/ia64/xc_ia64_linux_save.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 56ec2377b32e -r ac41222866e9 tools/libxc/ia64/xc_ia64_linux_save.c
--- a/tools/libxc/ia64/xc_ia64_linux_save.c     Wed Aug 23 11:16:11 2006 -0600
+++ b/tools/libxc/ia64/xc_ia64_linux_save.c     Wed Aug 23 11:16:26 2006 -0600
@@ -79,7 +79,7 @@ static int xc_ia64_shadow_control(int xc
     }
 
     return xc_shadow_control(xc_handle, domid, sop,
-                             dirty_bitmap, pages, stats);
+                             dirty_bitmap, pages, NULL, 0, stats);
 }
 
 static inline ssize_t

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] update xc_shadow_control call with new parameters, Xen patchbot-unstable <=