From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLFnJ-0007L5-RW for qemu-devel@nongnu.org; Mon, 08 Oct 2012 12:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLFnI-0003zP-GW for qemu-devel@nongnu.org; Mon, 08 Oct 2012 12:03:01 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:42969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLFnI-0003yx-AA for qemu-devel@nongnu.org; Mon, 08 Oct 2012 12:03:00 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so4203469pbb.4 for ; Mon, 08 Oct 2012 09:02:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5072F125.3010204@siemens.com> References: <506F1934.5000002@siemens.com> <506F207A.70805@siemens.com> <5072782E.9090707@siemens.com> <5072EEB7.2070408@redhat.com> <5072F125.3010204@siemens.com> Date: Mon, 8 Oct 2012 17:02:58 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] versatile: Push lsi initialization to the end List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Paolo Bonzini , qemu-devel On 8 October 2012 16:28, Jan Kiszka wrote: > It's not (only) about a missing event for the serial frontend, it's also > about a spurious open event to the monitor. That generates unwanted > output during startup. Right, so whatever's sending that event needs not to do so until creation of the machine is complete. Sending events randomly halfway through init is a recipe for problems... -- PMM