Re: [PATCH 05/29] vl: split various early command line options to a separate function

2020-11-02 Thread Paolo Bonzini
On 02/11/20 16:30, Igor Mammedov wrote: > On Tue, 27 Oct 2020 14:21:20 -0400 > Paolo Bonzini wrote: > >> Various options affect the global state of QEMU including the rest of >> qemu_init, and they need to be called very early. Group them together >> in a function that is called at the beginning

Re: [PATCH 05/29] vl: split various early command line options to a separate function

2020-11-02 Thread Igor Mammedov
On Tue, 27 Oct 2020 14:21:20 -0400 Paolo Bonzini wrote: > Various options affect the global state of QEMU including the rest of > qemu_init, and they need to be called very early. Group them together > in a function that is called at the beginning. > > Signed-off-by: Paolo Bonzini > --- > sof

[PATCH 05/29] vl: split various early command line options to a separate function

2020-10-27 Thread Paolo Bonzini
Various options affect the global state of QEMU including the rest of qemu_init, and they need to be called very early. Group them together in a function that is called at the beginning. Signed-off-by: Paolo Bonzini --- softmmu/vl.c | 202 --- 1 f