diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-21 16:47:01 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-21 16:47:01 +0000 |
commit | 3c07f8e89488c208391863cc7e26d106d7c0e46e (patch) | |
tree | a990778ec78e8b994eaca35912036546f9272372 /vl.h | |
parent | 72f341ed1ef52607070120a7bbdc350edf52da47 (diff) |
Don't resume guest when gdb connection terminates and -S specified.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2343 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ extern int usb_enabled; extern int smp_cpus; extern int no_quit; extern int semihosting_enabled; +extern int autostart; #define MAX_OPTION_ROMS 16 extern const char *option_rom[MAX_OPTION_ROMS]; |