projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a875170
)
sysemu: Export 'no_shutdown'
author
Luiz Capitulino
<lcapitulino@redhat.com>
Tue, 11 May 2010 21:07:04 +0000
(18:07 -0300)
committer
Luiz 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
patch
|
blob
|
history
diff --git
a/sysemu.h
b/sysemu.h
index 48ee66ca5961d74857c69f5d84ca0500c1384296..879446ab9eccdc41c7f2df46513fdf1892f47552 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;