[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] mem_type HVMOP: replaced enum



# 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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.