summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-02-18 16:24:31 +0100
committerMarkus Armbruster <armbru@redhat.com>2010-03-16 16:55:05 +0100
commit2f7920166d1aa402104d7b30d0225e71588f91f9 (patch)
tree377ab72ba69140c5988ae78dedc0ec419e7c70c2 /sysemu.h
parent6e4f984cb9474db99bf4e3998ff86cdb9ed02380 (diff)
downloadqemu-2f7920166d1aa402104d7b30d0225e71588f91f9.tar.gz
error: Move qemu_error & friends into their own header
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysemu.h b/sysemu.h
index 14de993afc..8a9c630ebd 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -73,14 +73,6 @@ int qemu_savevm_state_complete(Monitor *mon, QEMUFile *f);
void qemu_savevm_state_cancel(Monitor *mon, QEMUFile *f);
int qemu_loadvm_state(QEMUFile *f);
-void qemu_error(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
-void qemu_error_internal(const char *file, int linenr, const char *func,
- const char *fmt, ...)
- __attribute__ ((format(printf, 4, 5)));
-
-#define qemu_error_new(fmt, ...) \
- qemu_error_internal(__FILE__, __LINE__, __func__, fmt, ## __VA_ARGS__)
-
#ifdef _WIN32
/* Polling handling */