[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 01/19] x86: allow EFI reboot method neither on EFI platforms...
>>> On 06.08.16 at 01:04, <daniel.kiper@xxxxxxxxxx> 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |