summaryrefslogtreecommitdiff
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-03 04:34:15 +0200
committerAndreas Färber <afaerber@suse.de>2012-10-31 01:02:45 +0100
commitc08d7424d600dce915a5506e95d55a359c243c66 (patch)
treef582f50c912f4558ac4f8d93929970484b013ba8 /qemu-common.h
parentd5a6814697014561dd0a2e2871df0e6c62a0ce59 (diff)
downloadqemu-c08d7424d600dce915a5506e95d55a359c243c66.tar.gz
cpus: Pass CPUState to qemu_cpu_kick()
CPUArchState is no longer needed there. Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 2094742f2b..2011c00fe2 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -324,7 +324,6 @@ void cpu_save(QEMUFile *f, void *opaque);
int cpu_load(QEMUFile *f, void *opaque, int version_id);
/* Unblock cpu */
-void qemu_cpu_kick(void *env);
void qemu_cpu_kick_self(void);
/* work queue */