[PATCH 0/2] accel|target: Remove pointless CPUArchState casts

Philippe Mathieu-Daudé posted 2 patches 2 years, 2 months ago
Failed in applying to current master (apply log)
accel/tcg/cpu-exec.c        |  4 ++--
target/i386/hax/hax-all.c   |  4 ++--
target/i386/nvmm/nvmm-all.c | 14 +++++++-------
target/i386/whpx/whpx-all.c | 18 +++++++++---------
4 files changed, 20 insertions(+), 20 deletions(-)
[PATCH 0/2] accel|target: Remove pointless CPUArchState casts
Posted by Philippe Mathieu-Daudé 2 years, 2 months ago
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

Now than we can use the abstract CPUArchState, let's clean up.

Based-on: <20220214183144.27402-1-f4bug@amsat.org>
target: Use ArchCPU & CPUArchState as abstract interface to target CPU

Philippe Mathieu-Daudé (2):
  accel/tcg: Remove pointless CPUArchState casts
  target/i386: Remove pointless CPUArchState casts

 accel/tcg/cpu-exec.c        |  4 ++--
 target/i386/hax/hax-all.c   |  4 ++--
 target/i386/nvmm/nvmm-all.c | 14 +++++++-------
 target/i386/whpx/whpx-all.c | 18 +++++++++---------
 4 files changed, 20 insertions(+), 20 deletions(-)

-- 
2.34.1


Re: [PATCH 0/2] accel|target: Remove pointless CPUArchState casts
Posted by Richard Henderson 2 years, 2 months ago
On 3/5/22 13:34, Philippe Mathieu-Daudé wrote:
> From: Philippe Mathieu-Daudé<f4bug@amsat.org>
> 
> Now than we can use the abstract CPUArchState, let's clean up.
> 
> Based-on:<20220214183144.27402-1-f4bug@amsat.org>
> target: Use ArchCPU & CPUArchState as abstract interface to target CPU
> 
> Philippe Mathieu-Daudé (2):
>    accel/tcg: Remove pointless CPUArchState casts
>    target/i386: Remove pointless CPUArchState casts

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

r~

Re: [PATCH 0/2] accel|target: Remove pointless CPUArchState casts
Posted by Philippe Mathieu-Daudé 2 years, 2 months ago
On 6/3/22 05:43, Richard Henderson wrote:
> On 3/5/22 13:34, Philippe Mathieu-Daudé wrote:
>> From: Philippe Mathieu-Daudé<f4bug@amsat.org>
>>
>> Now than we can use the abstract CPUArchState, let's clean up.
>>
>> Based-on:<20220214183144.27402-1-f4bug@amsat.org>
>> target: Use ArchCPU & CPUArchState as abstract interface to target CPU
>>
>> Philippe Mathieu-Daudé (2):
>>    accel/tcg: Remove pointless CPUArchState casts
>>    target/i386: Remove pointless CPUArchState casts
> 
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Thanks, queued as 'abstract-arch-cpu'.