Failed in applying to current master (
apply log)
qapi/accelerator.json | 17 +++
accel/tcg/internal-common.h | 2 +-
include/accel/accel-cpu-ops.h | 3 +
include/accel/accel-ops.h | 2 +
accel/accel-qmp.c | 35 ++++++
accel/accel-system.c | 9 ++
accel/hvf/hvf-accel-ops.c | 24 ++++
accel/tcg/monitor.c | 202 +-------------------------------
accel/tcg/tcg-accel-ops-rr.c | 2 -
accel/tcg/tcg-all.c | 6 +
accel/tcg/tcg-stats.c | 214 ++++++++++++++++++++++++++++++++++
accel/meson.build | 2 +-
accel/tcg/meson.build | 1 +
hmp-commands-info.hx | 12 ++
14 files changed, 326 insertions(+), 205 deletions(-)
create mode 100644 accel/accel-qmp.c
create mode 100644 accel/tcg/tcg-stats.c