From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCHv6 0/4] qemu-kvm: vhost net port Date: Wed, 17 Mar 2010 15:04:43 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1027 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754366Ab0CQNII (ORCPT ); Wed, 17 Mar 2010 09:08:08 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2HD88Tf014914 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 17 Mar 2010 09:08:08 -0400 Received: from redhat.com (vpn1-6-114.ams2.redhat.com [10.36.6.114]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id o2HD867J025003 for ; Wed, 17 Mar 2010 09:08:07 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: This is port of vhost v6 patch set I posted previously to qemu-kvm, for those that want to get good performance out of it :) This patchset needs to be applied when qemu.git one gets merged, this includes irqchip support. Changes from previous version: - check kvm_enabled in irqfd call Michael S. Tsirkin (4): qemu-kvm: add vhost.h header kvm: irqfd support msix: add mask/unmask notifiers virtio-pci: irqfd support hw/msix.c | 36 ++++++++++++- hw/msix.h | 1 + hw/pci.h | 6 ++ hw/virtio-pci.c | 27 +++++++++ kvm-all.c | 19 +++++++ kvm.h | 10 ++++ kvm/include/linux/vhost.h | 130 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 228 insertions(+), 1 deletions(-) create mode 100644 kvm/include/linux/vhost.h