From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoD2f-0000rj-34 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:44:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoD2a-000054-Um for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:44:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoD2a-00004z-P9 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:44:20 -0400 Date: Thu, 7 Apr 2016 19:44:17 +0300 From: "Michael S. Tsirkin" Message-ID: <20160407194411-mutt-send-email-mst@redhat.com> References: <1458717980-26686-1-git-send-email-weijg.fnst@cn.fujitsu.com> <87r3f19zlx.fsf@blackfin.pond.sub.org> <56F7FAD3.6000000@redhat.com> <87bn5lwez5.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87bn5lwez5.fsf@dusky.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH v2 0/2] Convert pxb initfn to Error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Marcel Apfelbaum , Wei Jiangang , qemu-devel@nongnu.org On Thu, Apr 07, 2016 at 06:39:10PM +0200, Markus Armbruster wrote: > Marcel Apfelbaum writes: > > > On 03/23/2016 01:56 PM, Markus Armbruster wrote: > >> Wei Jiangang writes: > >> > >>> v1 -> v2: > >>> > >>> - Extract a separate bugfix patch > >>> - Squash v1 patches 1-3 together > >>> - Drop the period and exclamation mark > >>> - Modify commit message > >>> > >>> v1: cover-letter > >>> > >>> The original patch named '[PATCH v3] PXB: convert to realize()' > >>> was raised by Cao jin , > >>> and reviewed by Marcel Apfelbaum . > >>> > >>> It conflicts with 02b0743 that had been merged, > >>> so resend a newer version, including the following, > >> > >> Series > >> Reviewed-by: Markus Armbruster > >> > > > > Thanks Markus, will you take it in your tree, or Michael ? > > As error reporting maintainer, I cover error reporting infrastructure. > I also take non-infrastructure error reporting patches that cross > subsystems when no affected maintainer objects, single-subsystem patches > when the maintainer asks me to, and patches to unmaintained code. > > I encourage you to take this series through the PCI tree. But if you > want me to take it through my tree instead, let me know. I applied this, thanks!