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

[Xen-devel] [PATCH 7 of 7] mem_type HVMOP: replaced enum


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • From: Joe Epstein <jepstein98@xxxxxxxxx>
  • Date: Wed, 5 Jan 2011 19:53:55 -0800
  • Delivery-date: Wed, 05 Jan 2011 20:07:11 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=rub0M+SmV5iykz3AuADDl9yDB85uF4+qkR/wfBHYGAOFKUZKsM7RElV/3fMwcGTMCL 2Em+V4rxRRkN1a769S2lL1FX1x9a3UXvHgKInr0h/6WywscNQs/st4v+U8TJH/r5Eft3 eZtyL/rhbHVcnlB0T09GO/le5zhhvAgIUrzEA=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

* 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
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

 


Rackspace

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