projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd0e05d
)
mem_type HVMOP: replaced enum
author
Joe Epstein
<jepstein98@gmail.com>
Fri, 7 Jan 2011 11:54:52 +0000
(11:54 +0000)
committer
Joe 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
patch
|
blob
|
history
diff --git
a/xen/include/public/hvm/hvm_op.h
b/xen/include/public/hvm/hvm_op.h
index 427ffb70bc11080953430c4546b6cceae40e04ed..0502f68a64a8e3d497880323bf21eb6893542e95 100644
(file)
--- 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. */