[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 05/20] xen: add some dummy headers for PVH mode
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v5 05/20] xen: add some dummy headers for PVH mode |
Date: |
Tue, 27 Nov 2018 20:59:28 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Nov 21, 2018 at 03:28:40PM +0100, Juergen Gross wrote:
> With Xen PVH mode adding a new machine type the machine related headers
> need to be present for the build to succeed. Most of the headers just
> need to include the related common i386 headers. Add those to the tree.
>
> Note that xen_pvh/int.h needs to include pc/int_types.h instead of
> pc/int.h in order to avoid the definition of grub_bios_interrupt().
>
> xen_pvh/memory.h needs to include coreboot/memory.h (like some other
> <machine>/memory.h do as well) as this contains just the needed stubs.
>
> Signed-off-by: Juergen Gross <address@hidden>
Reviewed-by: Daniel Kiper <address@hidden>
Daniel
- Re: [PATCH v5 07/20] xen: modify grub_xen_ptr2mfn() for xen-pvh, (continued)
- [PATCH v5 03/20] xen: carve out grant tab initialization into dedicated function, Juergen Gross, 2018/11/21
- [PATCH v5 06/20] xen: rearrange xen/init.c to prepare it for Xen PVH mode, Juergen Gross, 2018/11/21
- [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
- Re: [PATCH v5 05/20] xen: add some dummy headers for PVH mode,
Daniel Kiper <=
- [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