[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: |
Juergen Gross |
Subject: |
Re: [Xen-devel] [PATCH v2 08/18] xen: add basic hooks for PVH in current code |
Date: |
Fri, 19 Oct 2018 17:52:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
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 <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?
Hmm, only a little bit :-)
Will update.
Juergen
- [PATCH v2 00/18] xen: add pvh guest support, Juergen Gross, 2018/10/09
- [PATCH v2 04/18] xen: prepare common code for Xen PVH support, Juergen Gross, 2018/10/09
- [PATCH v2 08/18] xen: add basic hooks for PVH in current code, Juergen Gross, 2018/10/09
- [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