Re: [PATCH v2 3/6] hppa: Add support for an emulated TOC/NMI button.

2024-05-29 Thread Helge Deller
On 5/29/24 17:11, Philippe Mathieu-Daudé wrote: Hi Helge & Richard, Hi Philippe, Nevermind the missed review comments, I'm revisiting this patch while looking at building libtcg-hppa.so. Ok. On 1/2/22 00:56, Philippe Mathieu-Daudé wrote: On 31/1/22 22:35, Helge Deller wrote: Almost all

Re: [PATCH v2 3/6] hppa: Add support for an emulated TOC/NMI button.

2024-05-29 Thread Philippe Mathieu-Daudé
Hi Helge & Richard, Nevermind the missed review comments, I'm revisiting this patch while looking at building libtcg-hppa.so. On 1/2/22 00:56, Philippe Mathieu-Daudé wrote: On 31/1/22 22:35, Helge Deller wrote: Almost all PA-RISC machines have either a button that is labeled with 'TOC' or a

Re: [PATCH v2 3/6] hppa: Add support for an emulated TOC/NMI button.

2022-01-31 Thread Philippe Mathieu-Daudé via
On 31/1/22 22:35, Helge Deller wrote: Almost all PA-RISC machines have either a button that is labeled with 'TOC' or a BMC/GSP function to trigger a TOC. TOC is a non-maskable interrupt that is sent to the processor. This can be used for diagnostic purposes like obtaining a stack

Re: [PATCH v2 3/6] hppa: Add support for an emulated TOC/NMI button.

2022-01-31 Thread Richard Henderson
On 2/1/22 08:35, Helge Deller wrote: Almost all PA-RISC machines have either a button that is labeled with 'TOC' or a BMC/GSP function to trigger a TOC. TOC is a non-maskable interrupt that is sent to the processor. This can be used for diagnostic purposes like obtaining a stack trace/register

[PATCH v2 3/6] hppa: Add support for an emulated TOC/NMI button.

2022-01-31 Thread Helge Deller
Almost all PA-RISC machines have either a button that is labeled with 'TOC' or a BMC/GSP function to trigger a TOC. TOC is a non-maskable interrupt that is sent to the processor. This can be used for diagnostic purposes like obtaining a stack trace/register dump or to enter KDB/KGDB in Linux.