diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-05-11 18:07:04 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2010-05-19 12:45:54 -0300 |
commit | a691d41a118289e8eb8210e1a824a848497d14a9 (patch) | |
tree | ddb9afd85e4e24486e39d5f584c432fedc470c2f /sysemu.h | |
parent | a875170167f75e63a11f68adc0a15b4e82a6c186 (diff) |
sysemu: Export 'no_shutdown'
It's a global variable already, do_quit() will use it.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |