Re: [Xen-devel] [PATCH v2] x86/EFI: allow reboot= overrides when running under EFI

2015-03-23 Thread Ross Lagerwall
On 03/23/2015 01:13 PM, Konrad Rzeszutek Wilk wrote: On Mon, Mar 23, 2015 at 09:21:14AM +, Ross Lagerwall wrote: On 03/12/2015 04:32 PM, Jan Beulich wrote: By default we will always use EFI reboot mechanism when running under EFI platforms. However some EFI platforms are buggy and need to u

Re: [Xen-devel] [PATCH v2] x86/EFI: allow reboot= overrides when running under EFI

2015-03-23 Thread Konrad Rzeszutek Wilk
On Mon, Mar 23, 2015 at 09:21:14AM +, Ross Lagerwall wrote: > On 03/12/2015 04:32 PM, Jan Beulich wrote: > >By default we will always use EFI reboot mechanism when > >running under EFI platforms. However some EFI platforms > >are buggy and need to use the ACPI mechanism to > >reboot (such as Le

Re: [Xen-devel] [PATCH v2] x86/EFI: allow reboot= overrides when running under EFI

2015-03-23 Thread Ross Lagerwall
On 03/12/2015 04:32 PM, Jan Beulich wrote: By default we will always use EFI reboot mechanism when running under EFI platforms. However some EFI platforms are buggy and need to use the ACPI mechanism to reboot (such as Lenovo ThinkCentre M57). As such respect the 'reboot=' override and DMI overri

Re: [Xen-devel] [PATCH v2] x86/EFI: allow reboot= overrides when running under EFI

2015-03-13 Thread Konrad Rzeszutek Wilk
On Fri, Mar 13, 2015 at 11:23:40AM +, Andrew Cooper wrote: > On 13/03/15 10:37, Jan Beulich wrote: > On 12.03.15 at 17:43, wrote: > >> On 12/03/15 16:32, Jan Beulich wrote: > >>> By default we will always use EFI reboot mechanism when > >>> running under EFI platforms. However some EFI pl

Re: [Xen-devel] [PATCH v2] x86/EFI: allow reboot= overrides when running under EFI

2015-03-13 Thread Andrew Cooper
On 13/03/15 10:37, Jan Beulich wrote: On 12.03.15 at 17:43, wrote: >> On 12/03/15 16:32, Jan Beulich wrote: >>> By default we will always use EFI reboot mechanism when >>> running under EFI platforms. However some EFI platforms >>> are buggy and need to use the ACPI mechanism to >>> reboot (s

Re: [Xen-devel] [PATCH v2] x86/EFI: allow reboot= overrides when running under EFI

2015-03-13 Thread Jan Beulich
>>> On 12.03.15 at 17:43, wrote: > On 12/03/15 16:32, Jan Beulich wrote: >> By default we will always use EFI reboot mechanism when >> running under EFI platforms. However some EFI platforms >> are buggy and need to use the ACPI mechanism to >> reboot (such as Lenovo ThinkCentre M57). As such >> r

Re: [Xen-devel] [PATCH v2] x86/EFI: allow reboot= overrides when running under EFI

2015-03-12 Thread Andrew Cooper
On 12/03/15 16:32, Jan Beulich wrote: > By default we will always use EFI reboot mechanism when > running under EFI platforms. However some EFI platforms > are buggy and need to use the ACPI mechanism to > reboot (such as Lenovo ThinkCentre M57). As such > respect the 'reboot=' override and DMI ove

[Xen-devel] [PATCH v2] x86/EFI: allow reboot= overrides when running under EFI

2015-03-12 Thread Jan Beulich
By default we will always use EFI reboot mechanism when running under EFI platforms. However some EFI platforms are buggy and need to use the ACPI mechanism to reboot (such as Lenovo ThinkCentre M57). As such respect the 'reboot=' override and DMI overrides for EFI platforms. Signed-off-by: Konrad