From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWez-0000ob-HD for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjWeu-0002dD-QZ for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:27:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWeu-0002d7-Ic for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:26:56 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r53FQte0029147 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Jun 2013 11:26:55 -0400 Date: Mon, 3 Jun 2013 11:26:54 -0400 From: Luiz Capitulino Message-ID: <20130603112654.3111e1d0@redhat.com> In-Reply-To: <1370272015-9659-1-git-send-email-pbonzini@redhat.com> References: <1370272015-9659-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] gdbstub runstate check follow-ups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: lersek@redhat.com, qemu-devel@nongnu.org On Mon, 3 Jun 2013 17:06:53 +0200 Paolo Bonzini wrote: > My patch committed at 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dc > was broken. These patches fix the problem in a better way. Looks good to me: Reviewed-by: Luiz Capitulino