OSDN Git Service

vl: move prelaunch part of qemu_init to new functions
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 23 Oct 2020 12:04:29 +0000 (08:04 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Dec 2020 17:15:12 +0000 (12:15 -0500)
commitd8e4de41c95f701f79869080b23362f1325c8897
treee08bb42129fbdfeb8ad5f8e54e4fd3891ddd4797
parentefd7ab22fbc9e58c0aaa0fbc0a723e95972a626f
vl: move prelaunch part of qemu_init to new functions

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.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/vl.c