Re: [PATCH 06/15] vl: move all generic initialization out of vl.c

2020-12-07 Thread Igor Mammedov
On Wed, 2 Dec 2020 03:18:45 -0500 Paolo Bonzini wrote: > 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

[PATCH 06/15] vl: move all generic initialization out of vl.c

2020-12-02 Thread Paolo Bonzini
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