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 12:15:10 -05:00
2020-09-09 09:27:09 -04:00
2020-12-10 12:15:18 -05:00
2020-12-15 12:51:48 -05:00
2020-12-10 12:15:10 -05:00
2019-08-16 13:31:53 +02:00