mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-16 14:51:42 +00:00

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 <jgross@suse.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> Tested-by: Hans van Kranenburg <hans@knorrie.org> Origin: upstream, https://git.savannah.gnu.org/cgit/grub.git/commit/?id=408de833bbd1ccad39ad439eaf3cddd528b039b5 Bug-Debian: https://bugs.debian.org/776450 Last-Update: 2019-01-07 Patch-Name: xen-pvh-add-dummy-headers.patch
2 lines
34 B
C
2 lines
34 B
C
#include <grub/i386/pc/console.h>
|