From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6JvF-00057l-QV for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:20:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6JvE-0005KT-Ma for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:20:57 -0400 Date: Wed, 21 Sep 2011 11:20:50 +0100 From: Stefan Hajnoczi Message-ID: <20110921102050.GA5308@stefanha-thinkpad.localdomain> References: <4E79921F.5080605@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E79921F.5080605@siemens.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Abort on thread layer errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-trivial , Paolo Bonzini , qemu-devel On Wed, Sep 21, 2011 at 09:28:31AM +0200, Jan Kiszka wrote: > Makes it easier to catch the bug in gdb as there is no need to set an > explicit breakpoint. > > Signed-off-by: Jan Kiszka > --- > qemu-thread-posix.c | 2 +- > qemu-thread-win32.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan