From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X08rJ-0006KA-Sa for qemu-devel@nongnu.org; Thu, 26 Jun 2014 08:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X08rE-0001Ia-Vs for qemu-devel@nongnu.org; Thu, 26 Jun 2014 08:32:57 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:63279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X08rE-0001IM-PD for qemu-devel@nongnu.org; Thu, 26 Jun 2014 08:32:52 -0400 Received: by mail-la0-f49.google.com with SMTP id gf5so1770101lab.8 for ; Thu, 26 Jun 2014 05:32:51 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1403679897-11480-1-git-send-email-pbonzini@redhat.com> References: <1403679897-11480-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Thu, 26 Jun 2014 13:32:31 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH for 2.1] qemu-char: initialize out_lock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Stefan Weil , QEMU Developers On 25 June 2014 08:04, Paolo Bonzini wrote: > Otherwise, Windows fails with a deadlock. > > Reported-by: Stefan Weil > Signed-off-by: Paolo Bonzini Applied to master (with s/out_lock/chr_write_lock/ in the subject); thanks. -- PMM