ppc/xive: Add support for PQ state bits offload
[qemu.git] / accel / tcg / hmp.c
blobd2ea35265538127f49c7248f39e291dc881bd599
1 #include "qemu/osdep.h"
2 #include "qemu/error-report.h"
3 #include "qapi/error.h"
4 #include "qapi/qapi-commands-machine.h"
5 #include "exec/exec-all.h"
6 #include "monitor/monitor.h"
7 #include "sysemu/tcg.h"
9 static void hmp_tcg_register(void)
11 monitor_register_hmp_info_hrt("jit", qmp_x_query_jit);
12 monitor_register_hmp_info_hrt("opcount", qmp_x_query_opcount);
15 type_init(hmp_tcg_register);