From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1uuR-0003xl-CS for qemu-devel@nongnu.org; Wed, 02 Nov 2016 08:44:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1uuN-0001oQ-Ii for qemu-devel@nongnu.org; Wed, 02 Nov 2016 08:44:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16075) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1uuN-0001ns-DC for qemu-devel@nongnu.org; Wed, 02 Nov 2016 08:44:47 -0400 From: Markus Armbruster References: <1476859665-30133-1-git-send-email-caoj.fnst@cn.fujitsu.com> Date: Wed, 02 Nov 2016 13:44:43 +0100 In-Reply-To: <1476859665-30133-1-git-send-email-caoj.fnst@cn.fujitsu.com> (Cao jin's message of "Wed, 19 Oct 2016 14:47:35 +0800") Message-ID: <87wpgmnj9g.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 00/10] Convert msix_init() to error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cao jin Cc: qemu-devel@nongnu.org, Jiri Pirko , "Michael S. Tsirkin" , Jason Wang , Marcel Apfelbaum , Alex Williamson , Hannes Reinecke , Dmitry Fleytman , Paolo Bonzini , Gerd Hoffmann Cao jin writes: > v4 changelog > 1. add the missed comment of "errp" in the msix_init's function comment > 2. fix typo: msic --> msix > 3. fix a build failure due to "copy&paste" error, in patch > "megasas: change behaviour of msix switch" > 4. separate the issus-fix part of vmxnet3's patch > 5. a new patch added in the end > 6. rebase on Eric Auger's "Convert VFIO-PCI to realize" series > > CC: Jiri Pirko > CC: Gerd Hoffmann > CC: Dmitry Fleytman > CC: Jason Wang > CC: Michael S. Tsirkin > CC: Hannes Reinecke > CC: Paolo Bonzini > CC: Alex Williamson > CC: Markus Armbruster > CC: Marcel Apfelbaum I had two small comments that could perhaps be address on commit. Preferrably with them addressed, series Reviewed-by: Markus Armbruster