Re: [PATCH v2 1/4] x86/boot: print CPU and APIC ID in bring up failure

2025-05-23 Thread Roger Pau Monné
On Thu, May 22, 2025 at 06:22:19PM +0100, Andrew Cooper wrote: > On 22/05/2025 5:50 pm, Roger Pau Monné wrote: > > On Thu, May 22, 2025 at 03:39:57PM +0100, Andrew Cooper wrote: > >> On 22/05/2025 10:10 am, Jan Beulich wrote: > >>> On 22.05.2025 09:54, Roger Pau Monne wrote: > Print the CPU an

Re: [PATCH v2 1/4] x86/boot: print CPU and APIC ID in bring up failure

2025-05-22 Thread Andrew Cooper
On 22/05/2025 5:50 pm, Roger Pau Monné wrote: > On Thu, May 22, 2025 at 03:39:57PM +0100, Andrew Cooper wrote: >> On 22/05/2025 10:10 am, Jan Beulich wrote: >>> On 22.05.2025 09:54, Roger Pau Monne wrote: Print the CPU and APIC ID that fails to respond to the init sequence, or that didn't

Re: [PATCH v2 1/4] x86/boot: print CPU and APIC ID in bring up failure

2025-05-22 Thread Roger Pau Monné
On Thu, May 22, 2025 at 03:39:57PM +0100, Andrew Cooper wrote: > On 22/05/2025 10:10 am, Jan Beulich wrote: > > On 22.05.2025 09:54, Roger Pau Monne wrote: > >> Print the CPU and APIC ID that fails to respond to the init sequence, or > >> that didn't manage to reach the "callin" state. Expand a bi

Re: [PATCH v2 1/4] x86/boot: print CPU and APIC ID in bring up failure

2025-05-22 Thread Andrew Cooper
On 22/05/2025 10:10 am, Jan Beulich wrote: > On 22.05.2025 09:54, Roger Pau Monne wrote: >> Print the CPU and APIC ID that fails to respond to the init sequence, or >> that didn't manage to reach the "callin" state. Expand a bit the printed >> error messages. Otherwise the "Not responding." messa

Re: [PATCH v2 1/4] x86/boot: print CPU and APIC ID in bring up failure

2025-05-22 Thread Jan Beulich
On 22.05.2025 09:54, Roger Pau Monne wrote: > Print the CPU and APIC ID that fails to respond to the init sequence, or > that didn't manage to reach the "callin" state. Expand a bit the printed > error messages. Otherwise the "Not responding." message is not easy to > understand by users. > > Re