Re: [Xen-devel] [Patch V2 01/15] xen: sync with xen headers

2015-04-09 Thread David Vrabel
On 09/04/15 07:55, Juergen Gross wrote: > Use the newest headers from the xen tree to get some new structure > layouts. Reviewed-by: David Vrabel David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

[Patch V2 01/15] xen: sync with xen headers

2015-04-09 Thread Juergen Gross
Use the newest headers from the xen tree to get some new structure layouts. Signed-off-by: Juergen Gross --- arch/x86/include/asm/xen/interface.h | 96 include/xen/interface/xen.h | 10 ++-- 2 files changed, 93 insertions(+), 13 deletions(-) diff --