[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/8] xen: add some xen headers
On Wed, Nov 29, 2017 at 02:46:43PM +0100, Juergen Gross wrote: > In order to support grub2 in Xen PVH environment some additional Xen > headers are needed. Add them. > > Signed-off-by: Juergen Gross <jgross@xxxxxxxx> > --- > include/xen/hvm/hvm_op.h | 296 +++++++++++++++++++ > include/xen/hvm/params.h | 284 ++++++++++++++++++ > include/xen/hvm/start_info.h | 98 +++++++ > include/xen/memory.h | 665 > +++++++++++++++++++++++++++++++++++++++++++ > include/xen/physdev.h | 387 +++++++++++++++++++++++++ > include/xen/trace.h | 339 ++++++++++++++++++++++ > include/xen/xen.h | 104 +++++-- > 7 files changed, 2142 insertions(+), 31 deletions(-) > create mode 100644 include/xen/hvm/hvm_op.h > create mode 100644 include/xen/hvm/params.h > create mode 100644 include/xen/hvm/start_info.h > create mode 100644 include/xen/memory.h > create mode 100644 include/xen/physdev.h > create mode 100644 include/xen/trace.h Is it simple copy from Xen source? If yes and we need all that stuff (really?) I would not mind if you mention Xen version or commit id in the commit message from which you copied it. Daniel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |