From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za4ci-0000LQ-9G for qemu-devel@nongnu.org; Thu, 10 Sep 2015 12:22:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za4ce-0008Jg-Bk for qemu-devel@nongnu.org; Thu, 10 Sep 2015 12:22:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za4ce-0008Jc-6N for qemu-devel@nongnu.org; Thu, 10 Sep 2015 12:22:52 -0400 References: <1441899541-1856-1-git-send-email-den@openvz.org> From: Paolo Bonzini Message-ID: <55F1AE56.4020603@redhat.com> Date: Thu, 10 Sep 2015 18:22:46 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/4] Move target- and device specific code from monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , "Denis V. Lunev" Cc: Peter Maydell , "qemu-devel@nongnu.org Developers" , Pavel Butsykin On 10/09/2015 18:18, Peter Crosthwaite wrote: >> > Signed-off-by: Pavel Butsykin >> > Signed-off-by: Denis V. Lunev >> > CC: Paolo Bonzini >> > CC: Peter Maydell >> > > I need this! > > This is a piece of the puzzle for multi arch. I'll add it to my review > queue, but can I take a CC on this in future incase it spins again > before I get a chance? Actually it's ready. :) I've just applied and haven't even compiled it, but I've already pushed it for you to a branch for-upstream-next on my github repo. Paolo