mirror of https://github.com/xqemu/xqemu.git
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
sysemu.h
1
sysemu.h
|
@ -128,6 +128,7 @@ extern int max_cpus;
|
||||||
extern int cursor_hide;
|
extern int cursor_hide;
|
||||||
extern int graphic_rotate;
|
extern int graphic_rotate;
|
||||||
extern int no_quit;
|
extern int no_quit;
|
||||||
|
extern int no_shutdown;
|
||||||
extern int semihosting_enabled;
|
extern int semihosting_enabled;
|
||||||
extern int old_param;
|
extern int old_param;
|
||||||
extern int boot_menu;
|
extern int boot_menu;
|
||||||
|
|
Loading…
Reference in New Issue