Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751974AbbG2I7Q (ORCPT ); Wed, 29 Jul 2015 04:59:16 -0400 Received: from mga14.intel.com ([192.55.52.115]:60018 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750892AbbG2I7N (ORCPT ); Wed, 29 Jul 2015 04:59:13 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,569,1432623600"; d="scan'208";a="615065291" From: Feng Wu To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: pbonzini@redhat.com, alex.williamson@redhat.com, joro@8bytes.org, eric.auger@linaro.org, feng.wu@intel.com Subject: [v3 0/5] KVM: irqfd consumer based on IRQ bypass manager Date: Wed, 29 Jul 2015 16:46:58 +0800 Message-Id: <1438159623-4227-1-git-send-email-feng.wu@intel.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1683 Lines: 45 This series is based on Eric's "https://lkml.org/lkml/2015/7/6/291". Basically, I made the following chagnes: - Some changes based on Alex's irq bypass manager v2: https://lkml.org/lkml/2015/7/16/810 - Correct some minor erros and typo - Add something needed for posted-interrupts Since this series contain the common part of posted-interrupts and forwarded irq, we can go forward only when this series are finalized, ,it is in the critical path. Seems Eric is on vacations these days, to speed up the process, I send out this new version, Eric, hope you are not mind of this. :) If I made any mistakes, please correct me. Thank you! My new version of posted-interrupts patches work well based on this series. Eric Auger (4): KVM: arm/arm64: select IRQ_BYPASS_MANAGER KVM: create kvm_irqfd.h KVM: introduce kvm_arch functions for IRQ bypass KVM: eventfd: add irq bypass consumer management Feng Wu (1): KVM: x86: select IRQ_BYPASS_MANAGER arch/arm/kvm/Kconfig | 1 + arch/arm64/kvm/Kconfig | 1 + arch/x86/kvm/Kconfig | 2 + arch/x86/kvm/Makefile | 3 ++ include/linux/kvm_host.h | 33 +++++++++++++++ include/linux/kvm_irqfd.h | 71 +++++++++++++++++++++++++++++++ virt/kvm/Kconfig | 3 ++ virt/kvm/eventfd.c | 105 +++++++++++++++------------------------------- 8 files changed, 147 insertions(+), 72 deletions(-) create mode 100644 include/linux/kvm_irqfd.h -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/