[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
From: |
Roger Pau Monné |
Subject: |
Re: [Xen-devel] [PATCH v2 08/18] xen: add basic hooks for PVH in current code |
Date: |
Fri, 19 Oct 2018 16:33:27 +0100 |
User-agent: |
NeoMutt/20180716 |
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 <address@hidden>
> ---
> 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?
Roger.
[PATCH v2 05/18] xen: add some dummy headers for PVH mode, Juergen Gross, 2018/10/09
[PATCH v2 11/18] xen: get memory map from hypervisor for PVH, Juergen Gross, 2018/10/09
[PATCH v2 10/18] xen: setup hypercall page for PVH, Juergen Gross, 2018/10/09