mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
cpus: Pass CPUState to qemu_cpu_kick()
CPUArchState is no longer needed there. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
d5a6814697
commit
c08d7424d6
12 changed files with 26 additions and 20 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue