From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQtJu-0003S7-1U for qemu-devel@nongnu.org; Tue, 10 Jan 2017 05:06:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQtJp-0007pv-3M for qemu-devel@nongnu.org; Tue, 10 Jan 2017 05:06:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42354) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQtJo-0007pB-TS for qemu-devel@nongnu.org; Tue, 10 Jan 2017 05:06:17 -0500 From: Markus Armbruster References: <1479108340-3453-1-git-send-email-caoj.fnst@cn.fujitsu.com> <20170109234446-mutt-send-email-mst@kernel.org> Date: Tue, 10 Jan 2017 11:06:08 +0100 In-Reply-To: <20170109234446-mutt-send-email-mst@kernel.org> (Michael S. Tsirkin's message of "Mon, 9 Jan 2017 23:45:27 +0200") Message-ID: <87bmvftejz.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v7 00/10] Convert msix_init() to error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Cao jin , Jiri Pirko , Jason Wang , qemu-devel@nongnu.org, Marcel Apfelbaum , Alex Williamson , Hannes Reinecke , Dmitry Fleytman , Paolo Bonzini , Gerd Hoffmann "Michael S. Tsirkin" writes: > On Mon, Nov 14, 2016 at 03:25:30PM +0800, Cao jin wrote: >> v7 changelog: >> 1. fix the segfaut bug in patch 2. So drop the all the R-b of it, >> please take a look, there is detailed description in the patch. >> 2. add the R-b from Hannes Reinecke >> >> Test: >> 1. make check: pass >> 2. After applied all the patch, command line test for all the >> affected devices, just make sure device realize process is ok, >> no crash, but no further use of device. > > Consider the megasas device for example, don't you > need to test that the change actually does what > it's intended to do? For better or worse, that's a higher bar than we commonly require for refactorings. [...]