[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 01/20] xen: add some xen headers
From: |
Juergen Gross |
Subject: |
Re: [PATCH v5 01/20] xen: add some xen headers |
Date: |
Wed, 28 Nov 2018 12:46:02 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 |
On 28/11/2018 12:31, Daniel Kiper wrote:
> On Wed, Nov 21, 2018 at 03:28:36PM +0100, Juergen Gross wrote:
>> In order to support grub2 in Xen PVH environment some additional Xen
>> headers are needed as grub2 will be started in PVH mode requiring to
>> use several HVM hypercalls and structures.
>>
>> Add the needed headers from Xen 4.10 being the first Xen version with
>> full (not only experimental) PVH guest support.
>>
>> Signed-off-by: Juergen Gross <address@hidden>
>> Reviewed-by: Daniel Kiper <address@hidden>
>
> When I apply this patch I get this:
>
> Applying: xen: add some xen headers
> .git/rebase-apply/patch:723: trailing whitespace.
> *
> .git/rebase-apply/patch:725: trailing whitespace.
> *
> .git/rebase-apply/patch:764: trailing whitespace.
> * Maximum # bits addressable by the user of the allocated region (e.g., I/O
> .git/rebase-apply/patch:765: trailing whitespace.
> * devices often have a 32-bit limitation even in 64-bit systems). If zero
> .git/rebase-apply/patch:766: trailing whitespace.
> * then the user has no addressing restriction. This field is not used by
> warning: squelched 7 whitespace errors
> warning: 12 lines add whitespace errors.
>
> Could you fix this?
Yes.
Juergen
- [PATCH v5 02/20] loader/linux: support passing rsdp address via boot params, (continued)
- [PATCH v5 02/20] loader/linux: support passing rsdp address via boot params, Juergen Gross, 2018/11/21
- [PATCH v5 04/20] xen: prepare common code for Xen PVH support, Juergen Gross, 2018/11/21
- [PATCH v5 08/20] xen: add PVH specific defines to offset.h, Juergen Gross, 2018/11/21
- [PATCH v5 09/20] xen: add basic hooks for PVH in current code, Juergen Gross, 2018/11/21
- [PATCH v5 05/20] xen: add some dummy headers for PVH mode, Juergen Gross, 2018/11/21
- [PATCH v5 01/20] xen: add some xen headers, Juergen Gross, 2018/11/21
- [PATCH v5 16/20] grub-module-verifier: Ignore all_video for xenpvh, Juergen Gross, 2018/11/21
- [PATCH v5 17/20] xen: use elfnote defines instead of plain numbers, Juergen Gross, 2018/11/21
- [PATCH v5 19/20] xen_pvh: support grub-install for xen_pvh, Juergen Gross, 2018/11/21
- [PATCH v5 18/20] xen_pvh: support building a standalone image, Juergen Gross, 2018/11/21
- [PATCH v5 11/20] xen: setup hypercall page for PVH, Juergen Gross, 2018/11/21
- [PATCH v5 15/20] xen_pvh: add build runes for grub-core, Juergen Gross, 2018/11/21