migration: Send requested page directly in rp-return thread
[qemu.git] / accel / tcg / hmp.c
blobbb679414207c6e482a517affe52f855c4d0da6ff
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"
8 static void hmp_tcg_register(void)
10 monitor_register_hmp_info_hrt("jit", qmp_x_query_jit);
11 monitor_register_hmp_info_hrt("opcount", qmp_x_query_opcount);
14 type_init(hmp_tcg_register);