Re: [PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown

2020-01-24 Thread Philippe Mathieu-Daudé
On 1/24/20 8:02 AM, Thomas Huth wrote: On 23/01/2020 22.37, Philippe Mathieu-Daudé wrote: On 1/23/20 7:29 PM, Philippe Mathieu-Daudé wrote: On 1/23/20 5:39 AM, Thomas Huth wrote: On 23/01/2020 01.36, Philippe Mathieu-Daudé wrote: The boot-serial test uses SeaBIOS on HPPA, and expects to read

Re: [PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown

2020-01-23 Thread Thomas Huth
On 23/01/2020 22.37, Philippe Mathieu-Daudé wrote: > On 1/23/20 7:29 PM, Philippe Mathieu-Daudé wrote: >> On 1/23/20 5:39 AM, Thomas Huth wrote: >>> On 23/01/2020 01.36, Philippe Mathieu-Daudé wrote: The boot-serial test uses SeaBIOS on HPPA, and expects to read the "SeaBIOS wants SYSTEM

Re: [PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown

2020-01-23 Thread Philippe Mathieu-Daudé
On 1/23/20 7:29 PM, Philippe Mathieu-Daudé wrote: On 1/23/20 5:39 AM, Thomas Huth wrote: On 23/01/2020 01.36, Philippe Mathieu-Daudé wrote: The boot-serial test uses SeaBIOS on HPPA, and expects to read the "SeaBIOS wants SYSTEM HALT" string, see [*]:   122 void __VISIBLE __noreturn hlt(void)

Re: [PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown

2020-01-23 Thread Philippe Mathieu-Daudé
On 1/23/20 5:39 AM, Thomas Huth wrote: On 23/01/2020 01.36, Philippe Mathieu-Daudé wrote: The boot-serial test uses SeaBIOS on HPPA, and expects to read the "SeaBIOS wants SYSTEM HALT" string, see [*]: 122 void __VISIBLE __noreturn hlt(void) 123 { 124 if (pdc_debug) 125

Re: [PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown

2020-01-23 Thread Philippe Mathieu-Daudé
On 1/23/20 4:27 AM, Richard Henderson wrote: On 1/22/20 2:36 PM, Philippe Mathieu-Daudé wrote: The boot-serial test uses SeaBIOS on HPPA, and expects to read the "SeaBIOS wants SYSTEM HALT" string, see [*]: 122 void __VISIBLE __noreturn hlt(void) 123 { 124 if (pdc_debug) 125

Re: [PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown

2020-01-22 Thread Thomas Huth
On 23/01/2020 01.36, Philippe Mathieu-Daudé wrote: > The boot-serial test uses SeaBIOS on HPPA, and expects to read the > "SeaBIOS wants SYSTEM HALT" string, see [*]: > > 122 void __VISIBLE __noreturn hlt(void) > 123 { > 124 if (pdc_debug) > 125 printf("HALT initiated from %p\n",

Re: [PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown

2020-01-22 Thread Richard Henderson
On 1/22/20 2:36 PM, Philippe Mathieu-Daudé wrote: > The boot-serial test uses SeaBIOS on HPPA, and expects to read the > "SeaBIOS wants SYSTEM HALT" string, see [*]: > > 122 void __VISIBLE __noreturn hlt(void) > 123 { > 124 if (pdc_debug) > 125 printf("HALT initiated from %p\n",