OSDN Git Service

sysemu: Export 'no_shutdown'
authorLuiz Capitulino <lcapitulino@redhat.com>
Tue, 11 May 2010 21:07:04 +0000 (18:07 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 19 May 2010 15:45:54 +0000 (12:45 -0300)
It's a global variable already, do_quit() will use it.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
sysemu.h

index 48ee66c..879446a 100644 (file)
--- a/sysemu.h
+++ b/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;