qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 28/29] vl: remove separate preconfig main_loop


From: Paolo Bonzini
Subject: Re: [PATCH 28/29] vl: remove separate preconfig main_loop
Date: Mon, 23 Nov 2020 09:34:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 20/11/20 17:26, Igor Mammedov wrote:
+    if (!preconfig_requested) {
+        qmp_x_exit_preconfig(&error_fatal);
+    }
+    qemu_init_displays();
given that qemu_init_displays() were called in both cases,
shouldn't it be called unconditionally at [1]?


Yes, correct.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]