[PATCH 0/2] target/i386/helper: Minor #ifdef'ry simplifications

Philippe Mathieu-Daudé posted 2 patches 10 months, 3 weeks ago
Failed in applying to current master (apply log)
target/i386/cpu.h    |  3 ++-
target/i386/helper.c | 15 ++++-----------
2 files changed, 6 insertions(+), 12 deletions(-)
[PATCH 0/2] target/i386/helper: Minor #ifdef'ry simplifications
Posted by Philippe Mathieu-Daudé 10 months, 3 weeks ago
Not very interesting code shuffle, but this was in
the way of another big cleanup. So sending apart.

BTW this file isn't covered in MAINTAINERS:

  $ ./scripts/get_maintainer.pl -f target/i386/helper.c
  get_maintainer.pl: No maintainers found

Philippe Mathieu-Daudé (2):
  target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
  target/i386/helper: Shuffle do_cpu_init()

 target/i386/cpu.h    |  3 ++-
 target/i386/helper.c | 15 ++++-----------
 2 files changed, 6 insertions(+), 12 deletions(-)

-- 
2.38.1


Re: [PATCH 0/2] target/i386/helper: Minor #ifdef'ry simplifications
Posted by Richard Henderson 10 months, 3 weeks ago
On 6/2/23 15:46, Philippe Mathieu-Daudé wrote:
> Not very interesting code shuffle, but this was in
> the way of another big cleanup. So sending apart.
> 
> BTW this file isn't covered in MAINTAINERS:
> 
>    $ ./scripts/get_maintainer.pl -f target/i386/helper.c
>    get_maintainer.pl: No maintainers found
> 
> Philippe Mathieu-Daudé (2):
>    target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
>    target/i386/helper: Shuffle do_cpu_init()
> 
>   target/i386/cpu.h    |  3 ++-
>   target/i386/helper.c | 15 ++++-----------
>   2 files changed, 6 insertions(+), 12 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~