On Fri, 20 Nov 2020 16:53:41 +0100 Paolo Bonzini <pbonz...@redhat.com> wrote:
> On 20/11/20 16:11, Igor Mammedov wrote: > > On Tue, 27 Oct 2020 14:21:37 -0400 > > Paolo Bonzini <pbonz...@redhat.com> wrote: > > > >> Displays should be available before the monitor starts, so that > >> it is possible to use the graphical console to interact with > >> the monitor itself. > >> > >> This patch is quite ugly, but all this is temporary. The double > >> call to qemu_init_displays will go away as soon we can unify machine > >> initialization between the preconfig and "normal" flows, and so will > >> the preconfig_exit_requested variable (that is only preconfig_requested > >> remains). > >> > >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > > > Doesn't apply to yer for-6.0 branch > > I updated the branch. it probably won't help, what I do review/test is drop these patches on branch and reapply them from this thread. Having v2 on list that applies to master would be better. > Thanks, > > Paolo > [...]