>>> On 06.08.16 at 01:04, <daniel.ki...@oracle.com> wrote: > ..nor EFI platforms with runtime services disabled.
DYM non-EFI in the subject part of the sentence? > --- a/xen/arch/x86/shutdown.c > +++ b/xen/arch/x86/shutdown.c > @@ -80,6 +80,9 @@ static void __init set_reboot_type(char *str) > break; > str++; > } > + > + if ( reboot_type == BOOT_EFI && !efi_enabled(EFI_RS) ) > + reboot_type = BOOT_INVALID; This being patch 1 in the series, but efi_enabled() and EFI_RS getting introduced only later, how is this supposed to build? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel