From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg7Yd-0000wO-9u for qemu-devel@nongnu.org; Thu, 09 Apr 2015 04:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yg7YZ-0002tc-78 for qemu-devel@nongnu.org; Thu, 09 Apr 2015 04:11:27 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]:33535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg7YZ-0002tQ-0m for qemu-devel@nongnu.org; Thu, 09 Apr 2015 04:11:23 -0400 Received: by layy10 with SMTP id y10so83793846lay.0 for ; Thu, 09 Apr 2015 01:11:22 -0700 (PDT) Date: Thu, 9 Apr 2015 10:11:22 +0200 From: Christoffer Dall Message-ID: <20150409081122.GI4715@cbox> References: <1428528060-17896-1-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 0/3] Add support for for GICv2m and MSIs to arm-virt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Eric Auger On Wed, Apr 08, 2015 at 10:31:53PM +0100, Peter Maydell wrote: > On 8 April 2015 at 22:20, Christoffer Dall wrote: > > Now when we have a host generic PCIe controller in the virt board, it > > would be nice to be able to use MSIs so that we can eventually enable > > VHOST with KVM. > > > > With these patches you can use MSIs with TCG and with KVM, but you still > > need some fixes for the mapping of the IRQ index to the GSI number for > > IRQFD to work. A separate patch series will follow this one to enable > > that. > > > > Tested with KVM on XGene and with TCG by configuring a virtio-pci > > network adapter for the guest and verifying MSIs going through as > > expected. > > > > Christoffer Dall (3): > > target-arm: Add GIC phandle to VirtBoardInfo > > arm_gicv2m: Add GICv2m widget to support MSIs > > target-arm: Add the GICv2m to the virt board > > > > hw/arm/virt.c | 69 +++++++++++++++---- > > hw/intc/Makefile.objs | 1 + > > hw/intc/arm_gicv2m.c | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++ > > pixman | 2 +- > > Will review properly later, but what's pixman doing in your diffstat? :-) > Whoops :) I've removed that change locally, will adjust when re-submitting after you've reviewed them. Thanks, -Christoffer