aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Epstein <jepstein98@gmail.com>2011-01-07 11:54:52 +0000
committerJoe Epstein <jepstein98@gmail.com>2011-01-07 11:54:52 +0000
commit6f0ecb776d2e216b98041823d89e160de63e8825 (patch)
tree8b7aea16bd9bea64c2197e62bcb5bb8652132fef
parentcd0e05deebf9fe278dc3afcdc03d496b70ca34f8 (diff)
downloadxen-6f0ecb776d2e216b98041823d89e160de63e8825.tar.gz
xen-6f0ecb776d2e216b98041823d89e160de63e8825.tar.bz2
xen-6f0ecb776d2e216b98041823d89e160de63e8825.zip
mem_type HVMOP: replaced enum
* 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>
-rw-r--r--xen/include/public/hvm/hvm_op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/public/hvm/hvm_op.h b/xen/include/public/hvm/hvm_op.h
index 427ffb70bc..0502f68a64 100644
--- a/xen/include/public/hvm/hvm_op.h
+++ b/xen/include/public/hvm/hvm_op.h
@@ -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. */