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] mem_type HVMOP: replaced enum

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] mem_type HVMOP: replaced enum
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Jan 2011 07:58:56 -0800
Delivery-date: Mon, 17 Jan 2011 08:06:17 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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 Joe Epstein <jepstein98@xxxxxxxxx>
# Date 1294401292 0
# Node ID 6ec9d1491f2ae1d7c4f3862aae2d185aba487ab4
# Parent  32ec2fab6ea4ebf9be31a43c88937a75eb6f9040
mem_type HVMOP: replaced enum

* Replaced the memory type enum with a 64-bit aligned value

Signed-off-by: Joe Epstein <jepstein98@xxxxxxxxx>
Acked-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
---
 xen/include/public/hvm/hvm_op.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 32ec2fab6ea4 -r 6ec9d1491f2a xen/include/public/hvm/hvm_op.h
--- a/xen/include/public/hvm/hvm_op.h   Fri Jan 07 11:54:50 2011 +0000
+++ b/xen/include/public/hvm/hvm_op.h   Fri Jan 07 11:54:52 2011 +0000
@@ -119,7 +119,7 @@ struct xen_hvm_set_mem_type {
     /* Domain to be updated. */
     domid_t domid;
     /* Memory type */
-    hvmmem_type_t hvmmem_type;
+    uint64_aligned_t hvmmem_type;
     /* First pfn. */
     uint64_aligned_t first_pfn;
     /* Number of pages. */

_______________________________________________
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] mem_type HVMOP: replaced enum, Xen patchbot-unstable <=