mbox series

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

Message ID 20220305233415.64627-1-philippe.mathieu.daude@gmail.com
Headers show
Series accel|target: Remove pointless CPUArchState casts | expand

Message

Philippe Mathieu-Daudé March 5, 2022, 11:34 p.m. UTC
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(-)

Comments

Richard Henderson March 6, 2022, 4:43 a.m. UTC | #1
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~
Philippe Mathieu-Daudé March 6, 2022, 11:12 a.m. UTC | #2
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'.