Re: [Xen-devel] [PATCH 4/5] xen: move xenforeignmemory compat layer into common place

2016-02-09 Thread Stefano Stabellini
On Tue, 9 Feb 2016, Ian Campbell wrote: > Now that we no longer support Xen 4.2 and earlier only the <470 case > needs this so it can live with all the others. > > Signed-off-by: Ian Campbell Reviewed-by: Stefano Stabellini > include/hw/xen/xen_common.h | 34 ++---

[Xen-devel] [PATCH 4/5] xen: move xenforeignmemory compat layer into common place

2016-02-09 Thread Ian Campbell
Now that we no longer support Xen 4.2 and earlier only the <470 case needs this so it can live with all the others. Signed-off-by: Ian Campbell --- include/hw/xen/xen_common.h | 34 ++ 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/include/hw/xen/