From: balrog Date: Mon, 2 Jul 2007 13:20:17 +0000 (+0000) Subject: gdb stub support and loadvm should work together, patch by Jason Wessel X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=45669e0048cfbb99f07fe35270a5dbc7d7ad5cd6;p=qemu.git gdb stub support and loadvm should work together, patch by Jason Wessel git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3039 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/vl.c b/vl.c index 78c8babc61..c556aa60d2 100644 --- a/vl.c +++ b/vl.c @@ -8011,8 +8011,9 @@ int main(int argc, char **argv) gdbstub_port); exit(1); } - } else + } #endif + if (loadvm) do_loadvm(loadvm);