From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRgzv-0006Jb-QU for qemu-devel@nongnu.org; Thu, 12 Jan 2017 10:09:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRgzs-0000TB-Lw for qemu-devel@nongnu.org; Thu, 12 Jan 2017 10:09:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49902) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRgzs-0000Sn-Fy for qemu-devel@nongnu.org; Thu, 12 Jan 2017 10:09:00 -0500 Date: Thu, 12 Jan 2017 17:08:58 +0200 From: "Michael S. Tsirkin" Message-ID: <20170112165908-mutt-send-email-mst@kernel.org> References: <1479108340-3453-1-git-send-email-caoj.fnst@cn.fujitsu.com> <1479108340-3453-4-git-send-email-caoj.fnst@cn.fujitsu.com> <20170110194722-mutt-send-email-mst@kernel.org> <8760lludir.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8760lludir.fsf@dusky.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH v7 03/10] pci: Convert msix_init() to Error and fix callers to check it List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Paolo Bonzini , Cao jin , Jiri Pirko , Jason Wang , qemu-devel@nongnu.org, Marcel Apfelbaum , Alex Williamson , Hannes Reinecke , Dmitry Fleytman , Gerd Hoffmann On Wed, Jan 11, 2017 at 10:55:24AM +0100, Markus Armbruster wrote: > I guess some of the later patches are follow-up cleanups that could be > merged separately. Might require reordering, then re-review. But would > this really be worth the trouble? Merging through another tree is no > pixie dust for quality. If we can get the review and testing we need > only by merging every shard through the exact right tree, we're doing it > wrong. Well I'm just looking for a way to merge something minimal so I can stop spending time on this. -- MST