diff options
author | Frediano Ziglio <freddy77@gmail.com> | 2011-09-22 11:26:15 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-23 10:55:32 -0500 |
commit | 74e26c179efa6eed821c2863b8a50c7b586432c4 (patch) | |
tree | 5a05abb3b7241a47078d818cbddf793bcec6a5a1 /qemu-common.h | |
parent | 7e36b264ce524bc60b7b71dd45c05af767ceff2b (diff) |
core: remove qemu_service_io
qemu_service_io was mainly an alias to qemu_notify_event,
currently used only by PPC for timer hack, so call
qemu_notify_event directly.
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu-common.h b/qemu-common.h index 404c421a5d..5e87bdf2f2 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -276,9 +276,6 @@ void cpu_exec_init_all(void); void cpu_save(QEMUFile *f, void *opaque); int cpu_load(QEMUFile *f, void *opaque, int version_id); -/* Force QEMU to stop what it's doing and service IO */ -void qemu_service_io(void); - /* Force QEMU to process pending events */ void qemu_notify_event(void); |