summaryrefslogblamecommitdiffstats
path: root/accel/tcg/hmp.c
blob: bb679414207c6e482a517affe52f855c4d0da6ff (plain) (tree)
1
2
3
4
5
6
7
8
9

                              

                                       

                            
 

                                  
                                                          
                                                                  


                            
#include "qemu/osdep.h"
#include "qemu/error-report.h"
#include "qapi/error.h"
#include "qapi/qapi-commands-machine.h"
#include "exec/exec-all.h"
#include "monitor/monitor.h"

static void hmp_tcg_register(void)
{
    monitor_register_hmp_info_hrt("jit", qmp_x_query_jit);
    monitor_register_hmp_info_hrt("opcount", qmp_x_query_opcount);
}

type_init(hmp_tcg_register);