From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfy2y-0008KB-ED for qemu-devel@nongnu.org; Wed, 08 Apr 2015 18:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfy2s-0001Fz-Kh for qemu-devel@nongnu.org; Wed, 08 Apr 2015 18:02:08 -0400 Received: from mail-qg0-f49.google.com ([209.85.192.49]:36639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfy2s-0001Fv-Ge for qemu-devel@nongnu.org; Wed, 08 Apr 2015 18:02:02 -0400 Received: by qgeb100 with SMTP id b100so34402807qge.3 for ; Wed, 08 Apr 2015 15:02:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1428528060-17896-1-git-send-email-christoffer.dall@linaro.org> References: <1428528060-17896-1-git-send-email-christoffer.dall@linaro.org> From: Nikolay Nikolaev Date: Thu, 9 Apr 2015 01:01:21 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Christoffer Dall Cc: VirtualOpenSystems Technical Team , qemu-devel , Eric Auger On Thu, Apr 9, 2015 at 12:20 AM, 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. Christofer, have you measured the network performance difference with KVM. Probably the next patchseries (with IRQFD) makes bigger difference. In any case, sharing some numbers will be great. Thanks. regards, Nikolay Nikolaev > > 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 +- > 4 files changed, 237 insertions(+), 15 deletions(-) > create mode 100644 hw/intc/arm_gicv2m.c > > -- > 2.1.2.330.g565301e.dirty > >