mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
sysemu: Export 'no_shutdown'
It's a global variable already, do_quit() will use it. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
a875170167
commit
a691d41a11
1 changed files with 1 additions and 0 deletions
1
sysemu.h
1
sysemu.h
|
@ -128,6 +128,7 @@ extern int max_cpus;
|
|||
extern int cursor_hide;
|
||||
extern int graphic_rotate;
|
||||
extern int no_quit;
|
||||
extern int no_shutdown;
|
||||
extern int semihosting_enabled;
|
||||
extern int old_param;
|
||||
extern int boot_menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue