5 void qemu_error(const char *fmt
, ...)
11 monitor_vprintf(cur_mon
, fmt
, args
);
13 vfprintf(stderr
, fmt
, args
);
18 void qemu_error_internal(const char *file
, int linenr
, const char *func
,
25 qerror
= qerror_from_info(file
, linenr
, func
, fmt
, &va
);
29 monitor_set_error(cur_mon
, qerror
);