From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfY3W-0008SU-FV for qemu-devel@nongnu.org; Thu, 11 Feb 2010 07:22:02 -0500 Received: from [199.232.76.173] (port=34969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfY3W-0008SM-6g for qemu-devel@nongnu.org; Thu, 11 Feb 2010 07:22:02 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfY3V-0006uh-1j for qemu-devel@nongnu.org; Thu, 11 Feb 2010 07:22:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:18072) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfY3U-0006ub-KV for qemu-devel@nongnu.org; Thu, 11 Feb 2010 07:22:00 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1BCLx2v012704 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Feb 2010 07:21:59 -0500 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH v0 00/21]: Monitor: improve handlers error handling References: <1265853007-27300-1-git-send-email-lcapitulino@redhat.com> <20100211094806.76aaba90@doriath> Date: Thu, 11 Feb 2010 13:21:57 +0100 In-Reply-To: <20100211094806.76aaba90@doriath> (Luiz Capitulino's message of "Thu, 11 Feb 2010 09:48:06 -0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org Luiz Capitulino writes: > On Thu, 11 Feb 2010 09:58:43 +0100 > Markus Armbruster wrote: > >> Excellent job! I'll base my next patch submissions on this series, >> because that way I can resolve the conflicts now rather than after >> Anthony bounced my patches right back to me. Anthony, merging this >> sooner rather than later would help me. No need for undue haste, of >> course. > > Hope you have reviewed in detail too :) Yup, did that. [...]