Revision 6e4f984c sysemu.h

b/sysemu.h
73 73
void qemu_savevm_state_cancel(Monitor *mon, QEMUFile *f);
74 74
int qemu_loadvm_state(QEMUFile *f);
75 75

  
76
void qemu_errors_to_file(FILE *fp);
77
void qemu_errors_to_mon(Monitor *mon);
78
void qemu_errors_to_previous(void);
79 76
void qemu_error(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
80 77
void qemu_error_internal(const char *file, int linenr, const char *func,
81 78
                         const char *fmt, ...)

Also available in: Unified diff