[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 01/16] tmem: fix public head file
>>> On 03.12.13 at 03:19, Bob Liu <lliubbo@xxxxxxxxx> wrote: > Commit 006a687ba4de74d7933c09b43872abc19f126c63 dropped typedef > tmem_cli_mfn_t > from public tmem.h which may cause some problem. > This patch added tmem_cli_mfn_t back with #ifdef __XEN_INTERFACE_VERSION__ > around. > > Signed-off-by: Bob Liu <bob.liu@xxxxxxxxxx> Konrad, any chance of you ack-ing at least this one, so we can get the public header in proper shape again for 4.4? Jan > --- > xen/include/public/tmem.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/xen/include/public/tmem.h b/xen/include/public/tmem.h > index dd685ee..5eb2fb4 100644 > --- a/xen/include/public/tmem.h > +++ b/xen/include/public/tmem.h > @@ -95,6 +95,9 @@ > > > #ifndef __ASSEMBLY__ > +#if __XEN_INTERFACE_VERSION__ < 0x00040400 > +typedef xen_pfn_t tmem_cli_mfn_t; > +#endif > typedef XEN_GUEST_HANDLE(char) tmem_cli_va_t; > struct tmem_op { > uint32_t cmd; > -- > 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |