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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html