[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 08/18] xen: add basic hooks for PVH in current code
On Fri, Oct 19, 2018 at 05:52:44PM +0200, Juergen Gross wrote: > On 19/10/2018 17:33, Roger Pau Monné wrote: > > On Tue, Oct 09, 2018 at 01:03:07PM +0200, Juergen Gross wrote: > >> Add the hooks to current code needed for Xen PVH. > >> > >> Signed-off-by: Juergen Gross <jgross@xxxxxxxx> > >> --- > >> grub-core/kern/i386/xen/pvh.c | 36 > >> +++++++++++++++++++++++++++++++++++ > >> grub-core/kern/i386/xen/startup_pvh.S | 29 ++++++++++++++++++++++++++++ > >> grub-core/kern/xen/init.c | 6 ++++++ > >> include/grub/i386/xenpvh/kernel.h | 30 +++++++++++++++++++++++++++++ > >> include/grub/xen.h | 6 ++++++ > >> 5 files changed, 107 insertions(+) > >> create mode 100644 grub-core/kern/i386/xen/pvh.c > >> create mode 100644 grub-core/kern/i386/xen/startup_pvh.S > >> create mode 100644 include/grub/i386/xenpvh/kernel.h > >> > >> diff --git a/grub-core/kern/i386/xen/pvh.c b/grub-core/kern/i386/xen/pvh.c > >> new file mode 100644 > >> index 000000000..182ef95f9 > >> --- /dev/null > >> +++ b/grub-core/kern/i386/xen/pvh.c > >> @@ -0,0 +1,36 @@ > >> +/* > >> + * GRUB -- GRand Unified Bootloader > >> + * Copyright (C) 2011 Free Software Foundation, Inc. > > > > Isn't this header (and the ones below) kind of off at least year > > wise? > > Hmm, only a little bit :-) > > Will update. Please do this for all headers in the patchset 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 |