Displaying 1 result from an estimated 1 matches for "guest_handle_from_param".
2012 Aug 16
27
[PATCH v3 0/6] ARM hypercall ABI: 64 bit ready
...be different from
XEN_GUEST_HANDLE on x86 too. I am attaching the debug patch to this
email.
It is based on Ian''s arm-for-4.3 branch.
Changes in v3:
- default all the guest_handle_* conversion macros to
XEN_GUEST_HANDLE_PARAM as return type;
- add two new guest_handle_to_param and guest_handle_from_param macros
to do conversions.
Changes in v2:
- do not use an anonymous union in struct xen_add_to_physmap;
- do not replace the unsigned long in x86 specific calls;
- do not replace the unsigned long in multicall_entry;
- add missing include "xen.h" in version.h;
- use proper printf flag...