Re: [PATCH v2] x86/shutdown: change default reboot method preference

2024-07-29 Thread Marek Marczykowski-Górecki
On Fri, Sep 15, 2023 at 09:43:47AM +0200, Roger Pau Monne wrote: > The current logic to chose the preferred reboot method is based on the mode > Xen > has been booted into, so if the box is booted from UEFI, the preferred reboot > method will be to use the ResetSystem() run time service call. > >

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-10-23 Thread Roger Pau Monné
On Tue, Oct 03, 2023 at 01:35:25PM +0200, Roger Pau Monné wrote: > On Wed, Sep 27, 2023 at 10:21:44AM +0200, Jan Beulich wrote: > > On 15.09.2023 09:43, Roger Pau Monne wrote: > > > The current logic to chose the preferred reboot method is based on the > > > mode Xen > > > has been booted into, so

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-10-03 Thread Roger Pau Monné
On Wed, Sep 27, 2023 at 10:21:44AM +0200, Jan Beulich wrote: > On 15.09.2023 09:43, Roger Pau Monne wrote: > > The current logic to chose the preferred reboot method is based on the mode > > Xen > > has been booted into, so if the box is booted from UEFI, the preferred > > reboot > > method will

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-09-27 Thread Jan Beulich
On 15.09.2023 09:43, Roger Pau Monne wrote: > The current logic to chose the preferred reboot method is based on the mode > Xen > has been booted into, so if the box is booted from UEFI, the preferred reboot > method will be to use the ResetSystem() run time service call. > > However, that method

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-09-19 Thread Roger Pau Monné
On Tue, Sep 19, 2023 at 11:31:07AM +0200, Jan Beulich wrote: > On 18.09.2023 18:00, Roger Pau Monné wrote: > > On Mon, Sep 18, 2023 at 05:44:47PM +0200, Jan Beulich wrote: > >> On 18.09.2023 17:09, Roger Pau Monné wrote: > >>> On Mon, Sep 18, 2023 at 02:26:51PM +0200, Jan Beulich wrote: > On 1

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-09-19 Thread Jan Beulich
On 18.09.2023 18:00, Roger Pau Monné wrote: > On Mon, Sep 18, 2023 at 05:44:47PM +0200, Jan Beulich wrote: >> On 18.09.2023 17:09, Roger Pau Monné wrote: >>> On Mon, Sep 18, 2023 at 02:26:51PM +0200, Jan Beulich wrote: On 15.09.2023 09:43, Roger Pau Monne wrote: > The current logic to chos

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-09-18 Thread Roger Pau Monné
On Mon, Sep 18, 2023 at 05:44:47PM +0200, Jan Beulich wrote: > On 18.09.2023 17:09, Roger Pau Monné wrote: > > On Mon, Sep 18, 2023 at 02:26:51PM +0200, Jan Beulich wrote: > >> On 15.09.2023 09:43, Roger Pau Monne wrote: > >>> The current logic to chose the preferred reboot method is based on the

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-09-18 Thread Jan Beulich
On 18.09.2023 17:09, Roger Pau Monné wrote: > On Mon, Sep 18, 2023 at 02:26:51PM +0200, Jan Beulich wrote: >> On 15.09.2023 09:43, Roger Pau Monne wrote: >>> The current logic to chose the preferred reboot method is based on the mode >>> Xen >>> has been booted into, so if the box is booted from U

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-09-18 Thread Roger Pau Monné
On Mon, Sep 18, 2023 at 02:26:51PM +0200, Jan Beulich wrote: > On 15.09.2023 09:43, Roger Pau Monne wrote: > > The current logic to chose the preferred reboot method is based on the mode > > Xen > > has been booted into, so if the box is booted from UEFI, the preferred > > reboot > > method will

Re: [PATCH v2] x86/shutdown: change default reboot method preference

2023-09-18 Thread Jan Beulich
On 15.09.2023 09:43, Roger Pau Monne wrote: > The current logic to chose the preferred reboot method is based on the mode > Xen > has been booted into, so if the box is booted from UEFI, the preferred reboot > method will be to use the ResetSystem() run time service call. > > However, that method

[PATCH v2] x86/shutdown: change default reboot method preference

2023-09-15 Thread Roger Pau Monne
The current logic to chose the preferred reboot method is based on the mode Xen has been booted into, so if the box is booted from UEFI, the preferred reboot method will be to use the ResetSystem() run time service call. However, that method seems to be widely untested, and quite often leads to a