From: Luiz Capitulino Date: Tue, 11 May 2010 21:07:04 +0000 (-0300) Subject: sysemu: Export 'no_shutdown' X-Git-Tag: v0.13.0-rc0~440^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a691d41a118289e8eb8210e1a824a848497d14a9;p=thirdparty%2Fqemu.git sysemu: Export 'no_shutdown' It's a global variable already, do_quit() will use it. Signed-off-by: Luiz Capitulino --- diff --git a/sysemu.h b/sysemu.h index 48ee66ca596..879446ab9ec 100644 --- 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;