From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQKPg-0005yh-Sf for qemu-devel@nongnu.org; Mon, 22 Oct 2012 11:59:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQKPf-0004AP-HH for qemu-devel@nongnu.org; Mon, 22 Oct 2012 11:59:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQKPf-0004AD-82 for qemu-devel@nongnu.org; Mon, 22 Oct 2012 11:59:35 -0400 From: Markus Armbruster References: <1350653528-5834-1-git-send-email-pbonzini@redhat.com> Date: Mon, 22 Oct 2012 17:59:27 +0200 In-Reply-To: <1350653528-5834-1-git-send-email-pbonzini@redhat.com> (Paolo Bonzini's message of "Fri, 19 Oct 2012 15:31:39 +0200") Message-ID: <87lieya468.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 00/29] qemu-sockets error propagation + NBD server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Anthony Liguori , qemu-devel@nongnu.org Paolo Bonzini writes: > Anthony, > > The following changes since commit b6348f29d033d5a8a26f633d2ee94362595f32a4: > > target-arm/translate: Fix RRX operands (2012-10-17 19:56:46 +0200) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git nbd-next > > for you to fetch changes up to 1f493f2c7ee75691c4ad22a7663f908924f464c5: > > qmp: add NBD server commands (2012-10-19 15:29:12 +0200) > > I and Luiz agreed that I would take care of sending it to you. It's been > through his and Markus's review, and in particularly Markus suggested > various improvements to the commit message and further splitting of > some commits; the only remaining sore point was the HMP interface so I > dropped it for now. All my review comments have been addressed, except for a few nits. I think the patch splitting added one error in 15/29, corrected in the next patch. Fix that, and you've amply earned my Reviewed-by: Markus Armbruster