1 2 3 4 5 6 7 8
#include "qemu/osdep.h" const MonitorDef *target_monitor_defs(void); const MonitorDef *target_monitor_defs(void) { return NULL; }