Re: [PATCH 08/29] vl: move prelaunch part of qemu_init to new functions

2020-11-11 Thread Igor Mammedov
On Tue, 27 Oct 2020 14:21:23 -0400 Paolo Bonzini wrote: > The final part of qemu_init, starting with the completion of > board init, is already relatively clean. Split it out of > qemu_init so that qemu_init keeps only the messy parts. > > Signed-off-by: Paolo Bonzini Reviewed-by: Igor

[PATCH 08/29] vl: move prelaunch part of qemu_init to new functions

2020-10-27 Thread Paolo Bonzini
The final part of qemu_init, starting with the completion of board init, is already relatively clean. Split it out of qemu_init so that qemu_init keeps only the messy parts. Signed-off-by: Paolo Bonzini --- softmmu/vl.c | 250 +++ 1 file changed,