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

[Xen-changelog] [xen-unstable] passthrough: fix alignment of bind.u.msi.gtable



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1236846912 0
# Node ID 8ce14a3bcf05966a4623b1aae2b6bd6570ffd480
# Parent  75fa5c00a100e843323414c2406f1396f2367195
passthrough: fix alignment of bind.u.msi.gtable

use uint64_aligned_t gtable instead of uint64_t for 32/64 compatiblity

Signed-off-by: Qing He <qing.he@xxxxxxxxx>
---
 xen/include/public/domctl.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 75fa5c00a100 -r 8ce14a3bcf05 xen/include/public/domctl.h
--- a/xen/include/public/domctl.h       Thu Mar 12 08:34:07 2009 +0000
+++ b/xen/include/public/domctl.h       Thu Mar 12 08:35:12 2009 +0000
@@ -488,7 +488,7 @@ struct xen_domctl_bind_pt_irq {
         struct {
             uint8_t gvec;
             uint32_t gflags;
-            uint64_t gtable;
+            uint64_aligned_t gtable;
         } msi;
     } u;
 };

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


 


Rackspace

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