[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: [Qemu-devel] [PATCH V11 13/15] xen: Initialize event channels and io rings
On Wed, Mar 23, 2011 at 12:36, Alexander Graf <agraf@xxxxxxx> wrote: >> +/* Compatibility with older version */ >> +#if __XEN_LATEST_INTERFACE_VERSION__ < 0x0003020a >> +# Âdefine xen_vcpu_eport(shared_page, i) \ >> + Â Â(shared_page->vcpu_iodata[i].vp_eport) >> +# Âdefine xen_vcpu_ioreq(shared_page, vcpu) \ >> + Â Â(shared_page->vcpu_iodata[vcpu].vp_ioreq) >> +# Âdefine FMT_ioreq_size PRIx64 >> +#else >> +# Âdefine xen_vcpu_eport(shared_page, i) \ >> + Â Â(shared_page->vcpu_ioreq[i].vp_eport) >> +# Âdefine xen_vcpu_ioreq(shared_page, vcpu) \ >> + Â Â(shared_page->vcpu_ioreq[vcpu]) > > Could you please change these to static inline functions? Yes, I will do that. Regards, -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |