Commit d09952ee authored by Paul Durrant's avatar Paul Durrant Committed by Peter Maydell
Browse files

Fix the compatibility typedef of ioservid_t to match the Xen headers



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

Signed-off-by: default avatarPaul Durrant <paul.durrant@citrix.com>
Tested-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Message-id: 1436275958-25174-1-git-send-email-paul.durrant@citrix.com
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent c8232b39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,