[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 7 of 7] mem_type HVMOP: replaced enum
* Replaced the memory type enum with a 64-bit aligned value Signed-off-by: Joe Epstein <jepstein98@xxxxxxxxx> diff -r 9b0f278f919a -r a849bf3a6879 xen/include/public/hvm/hvm_op.h --- a/xen/include/public/hvm/hvm_op.h Wed Jan 05 19:05:50 2011 -0800 +++ b/xen/include/public/hvm/hvm_op.h Wed Jan 05 19:15:08 2011 -0800 @@ -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. */ Attachment:
7.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |