From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: Re: [PATCH 0/2 v6] MSI-X mask bit support for KVM Date: Tue, 28 Dec 2010 12:05:20 +0800 Message-ID: <201012281205.20325.sheng@linux.intel.com> References: <1293007495-32325-1-git-send-email-sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , "Michael S. Tsirkin" , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mga11.intel.com ([192.55.52.93]:46469 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753392Ab0L1EFM (ORCPT ); Mon, 27 Dec 2010 23:05:12 -0500 In-Reply-To: <1293007495-32325-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wednesday 22 December 2010 16:44:53 Sheng Yang wrote: > This patchset didn't include two PCI related patches which would be checked > in through PCI subsystem. > > Would add the API document soon. Avi? BTW, there is one compiling issue for the second patch, due to last minute clean up... Would update it along with other comments. -- regards Yang, Sheng > > Change from v5: > Complete rewrote according to Avi's comments. > > Sheng Yang (2): > KVM: Move struct kvm_io_device to kvm_host.h > KVM: Emulate MSI-X table and PBA in kernel > > arch/x86/kvm/Makefile | 2 +- > arch/x86/kvm/x86.c | 8 +- > include/linux/kvm.h | 22 ++++ > include/linux/kvm_host.h | 48 +++++++++ > virt/kvm/assigned-dev.c | 30 ++++++ > virt/kvm/iodev.h | 25 +----- > virt/kvm/kvm_main.c | 38 +++++++- > virt/kvm/msix_mmio.c | 244 > ++++++++++++++++++++++++++++++++++++++++++++++ virt/kvm/msix_mmio.h | > 24 +++++ > 9 files changed, 410 insertions(+), 31 deletions(-) > create mode 100644 virt/kvm/msix_mmio.c > create mode 100644 virt/kvm/msix_mmio.h