Message ID | 20220305233415.64627-1-philippe.mathieu.daude@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | accel|target: Remove pointless CPUArchState casts | expand |
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~
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'.
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(-)