From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmjRa-00078S-24 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 09:51:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmjRV-0006uf-RY for qemu-devel@nongnu.org; Mon, 27 Apr 2015 09:51:29 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:35449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmjRV-0006u5-LE for qemu-devel@nongnu.org; Mon, 27 Apr 2015 09:51:25 -0400 Received: by lbbuc2 with SMTP id uc2so82540564lbb.2 for ; Mon, 27 Apr 2015 06:51:24 -0700 (PDT) Date: Mon, 27 Apr 2015 06:51:22 -0700 From: Christoffer Dall Message-ID: <20150427135122.GC29088@lvm> References: <1428528060-17896-1-git-send-email-christoffer.dall@linaro.org> <1428528060-17896-4-git-send-email-christoffer.dall@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 3/3] target-arm: Add the GICv2m to the virt board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Eric Auger On Tue, Apr 21, 2015 at 03:47:13PM +0100, Peter Maydell wrote: > On 8 April 2015 at 22:21, Christoffer Dall > wrote: > > > Adding the GICv2m to the virt board should allow us to enable MSIs on > > the generic PCI host controller, in theory. > > > > So is this commit message just saying "I haven't tested this > patchset" :-), or are we still missing some functionality to get > things working? (kernel or qemu?) I basically forgot to revise the commit text after the initial prototype work. We still need Eric's patches for this to work with IRQFD and VHOST, but MSIs actually do work with this code on their own. And I did test the patch set. I will revise the commit text. -Christoffer