qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Fix the compatibility typedef of ioservid_t to matc


From: Paul Durrant
Subject: [Qemu-devel] [PATCH] Fix the compatibility typedef of ioservid_t to match the Xen headers
Date: Tue, 7 Jul 2015 14:32:38 +0100

There is a mismatch between the definition of ioservid_t in
xen_common.h and the definition in the Xen publix headers. This patch
corrects the definition in xen_common.h.

Signed-off-by: Paul Durrant <address@hidden>
Cc: Stefano Stabellini <address@hidden>
---
 include/hw/xen/xen_common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hw/xen/xen_common.h b/include/hw/xen/xen_common.h
index 38f29fb..ed5fd3e 100644
--- a/include/hw/xen/xen_common.h
+++ b/include/hw/xen/xen_common.h
@@ -195,7 +195,7 @@ static inline int xen_get_vmport_regs_pfn(XenXC xc, domid_t 
dom,
 
 #define IOREQ_TYPE_PCI_CONFIG 2
 
-typedef uint32_t ioservid_t;
+typedef uint16_t ioservid_t;
 
 static inline void xen_map_memory_section(XenXC xc, domid_t dom,
                                           ioservid_t ioservid,
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]