From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCkfB-0000hK-NB for qemu-devel@nongnu.org; Tue, 14 Jun 2016 05:29:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCkf7-0000Sm-GQ for qemu-devel@nongnu.org; Tue, 14 Jun 2016 05:29:36 -0400 Received: from [59.151.112.132] (port=44186 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCkf6-0000Qu-RT for qemu-devel@nongnu.org; Tue, 14 Jun 2016 05:29:33 -0400 References: <1465552478-5540-1-git-send-email-caoj.fnst@cn.fujitsu.com> <20160613224413-mutt-send-email-mst@redhat.com> <20160613233107-mutt-send-email-mst@redhat.com> From: Cao jin Message-ID: <575FCFD1.30905@cn.fujitsu.com> Date: Tue, 14 Jun 2016 17:35:13 +0800 MIME-Version: 1.0 In-Reply-To: <20160613233107-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 00/17] Add param Error ** for msi_init() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, Gerd Hoffmann , John Snow , Dmitry Fleytman , Jason Wang , Hannes Reinecke , Paolo Bonzini , Alex Williamson , Markus Armbruster , Marcel Apfelbaum On 06/14/2016 04:31 AM, Michael S. Tsirkin wrote: > On Mon, Jun 13, 2016 at 10:45:18PM +0300, Michael S. Tsirkin wrote: >> Thanks! >> I applied 1-12. > > And reverted most of them except 1-2: make check fails. Sorry for that. It is actually not a bug, I changed the order of adding pci capability in ich9-ahci, but test case "/ahci/hba_spec" always think the 1st capability pointed by Capabilities pointer is MSI. will fix make check when repost. > Pls rebase, retest and repost. > > Thanks! > > >> One of the cleanups breaks cross-version migration, so >> I decided to defer them all. Once 1st part is merged, >> please rebase and repost. >> >> On Fri, Jun 10, 2016 at 05:54:21PM +0800, Cao jin wrote: -- Yours Sincerely, Cao jin