mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
Cleanup unused global var qemu_system_powerdown
All deps that used global qemu_system_powerdown var are now converted to notifiers, so remove it. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
bea42280da
commit
013c2f150f
2 changed files with 7 additions and 6 deletions
1
sysemu.h
1
sysemu.h
|
@ -62,7 +62,6 @@ int qemu_reset_requested(void);
|
|||
int qemu_powerdown_requested(void);
|
||||
void qemu_system_killed(int signal, pid_t pid);
|
||||
void qemu_kill_report(void);
|
||||
extern qemu_irq qemu_system_powerdown;
|
||||
void qemu_devices_reset(void);
|
||||
void qemu_system_reset(bool report);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue