mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
This commit is contained in:
parent
11fcfab4b0
commit
45669e0048
1 changed files with 2 additions and 1 deletions
3
vl.c
3
vl.c
|
@ -8011,8 +8011,9 @@ int main(int argc, char **argv)
|
||||||
gdbstub_port);
|
gdbstub_port);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (loadvm)
|
if (loadvm)
|
||||||
do_loadvm(loadvm);
|
do_loadvm(loadvm);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue