On 9/1/20 12:21 AM, Claudio Fontana wrote: > kvm: uses the generic handler > qtest: uses the generic handler > whpx: changed to use the generic handler (identical implementation) > hax: changed to use the generic handler (identical implementation) > hvf: changed to use the generic handler (identical implementation) > tcg: adapt tcg-cpus to point to the tcg-specific handler > > Signed-off-by: Claudio Fontana <cfont...@suse.de> > --- > accel/tcg/tcg-all.c | 26 -------------------------- > accel/tcg/tcg-cpus.c | 28 ++++++++++++++++++++++++++++ > hw/core/cpu.c | 13 ------------- > include/hw/core/cpu.h | 14 -------------- > include/sysemu/cpus.h | 2 ++ > softmmu/cpus.c | 18 ++++++++++++++++++ > target/i386/hax-all.c | 10 ---------- > target/i386/hvf/hvf.c | 9 --------- > target/i386/whpx-all.c | 10 ---------- > 9 files changed, 48 insertions(+), 82 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~