Paolo Bonzini f66dc8737c vl: move all generic initialization out of vl.c
qdev_machine_creation_done is only setting a flag now.  Extend it to
move more code out of vl.c.  Leave only consistency checks and gdbserver
processing in qemu_machine_creation_done.

gdbserver_start can be moved after qdev_machine_creation_done because
it only does listen on the socket and creates some internal data
structures; it does not send any data (e.g. guest state) over the socket.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-12-15 12:51:50 -05:00
..
2020-12-10 17:16:44 +01:00
2020-10-27 11:10:44 +00:00
2020-12-10 17:16:44 +01:00
2020-12-10 12:15:05 -05:00
2020-09-22 21:11:10 +01:00
2020-11-18 16:59:29 +01:00
2020-10-12 11:50:51 -04:00
2020-12-10 12:15:19 -05:00