Xen does not currently use the Multiboot framebuffer. This means there is no graphics when booting Xen with Kexec.
This patchset parses and uses the Multiboot framebuffer information during boot. Tu Dinh Ngoc (2): x86: Parse Multiboot2 framebuffer information x86: Set up framebuffer given by Multiboot2 xen/arch/x86/boot/reloc.c | 22 ++++++++++++++++++ xen/arch/x86/setup.c | 45 +++++++++++++++++++++++++++++++++--- xen/include/xen/multiboot.h | 17 ++++++++++++++ xen/include/xen/multiboot2.h | 33 ++++++++++++++++++++++++++ 4 files changed, 114 insertions(+), 3 deletions(-) -- 2.25.1