]> xenbits.xensource.com Git - xen.git/commitdiff
mem_type HVMOP: replaced enum
authorJoe Epstein <jepstein98@gmail.com>
Fri, 7 Jan 2011 11:54:52 +0000 (11:54 +0000)
committerJoe Epstein <jepstein98@gmail.com>
Fri, 7 Jan 2011 11:54:52 +0000 (11:54 +0000)
* Replaced the memory type enum with a 64-bit aligned value

Signed-off-by: Joe Epstein <jepstein98@gmail.com>
Acked-by: Tim Deegan <Tim.Deegan@citrix.com>
xen/include/public/hvm/hvm_op.h

index 427ffb70bc11080953430c4546b6cceae40e04ed..0502f68a64a8e3d497880323bf21eb6893542e95 100644 (file)
@@ -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. */