[PATCH 00/25] KVM Updates for 2.6.28 merge window (part 3 of 3)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avi Kivity
Date: Sunday, September 28, 2008 - 8:44 am

Here is the third and last batch of the KVM updates for the 2.6.28 merge window.

Linux 2.6.28 KVM will introduce support for pci device assignment and will
improve overall emulation accuracy.

Amit Shah (1):
  KVM: Device Assignment: Free device structures if IRQ allocation
    fails

Avi Kivity (3):
  KVM: Add statistics for guest irq injections
  KVM: x86 emulator: fix jmp r/m64 instruction
  MAINTAINERS: Update Avi Kivity's email address

Ben-Ami Yassour (1):
  KVM: Device Assignment with VT-d

Guillaume Thouvenin (3):
  KVM: x86 emulator: Add DstAcc operand type
  KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions
    (ocodes 3c, 3d)
  KVM: x86 emulator: Use DstAcc for 'and'

Harvey Harrison (1):
  KVM: x86.c make kvm_load_realmode_segment static

Hollis Blanchard (1):
  KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be
    locked

Jan Kiszka (1):
  KVM: VMX: Cleanup stalled INTR_INFO read

Joerg Roedel (1):
  add MAINTAINERS entry for the KVM AMD module

Kay, Allen M (1):
  VT-d: Changes to support KVM

Marcelo Tosatti (4):
  KVM: x86: do not execute halted vcpus
  KVM: x86: unhalt vcpu0 on reset
  KVM: opencode gfn_to_page in kvm_vm_fault
  KVM: switch to get_user_pages_fast

Mohammed Gamal (3):
  KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)
  KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7,
    0xec-0xef)
  KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)

Sheng Yang (4):
  KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr
  x86: Move VMX MSRs to msr-index.h
  KVM: VMX: Rename IA32_FEATURE_CONTROL bits
  x86: Move FEATURE_CONTROL bits to msr-index.h

Xiantao Zhang (1):
  KVM: ia64: Implement kvm_arch_vcpu_ioctl_{set,get}_mpstate

 MAINTAINERS                                  |    9 +-
 arch/ia64/kvm/kvm-ia64.c                     |   37 ++++-
 arch/powerpc/kvm/44x_tlb.c                   |    8 -
 arch/x86/kvm/Makefile                        |    3 +
 arch/x86/kvm/i8254.c                         |    5 +-
 arch/x86/kvm/lapic.c                         |   16 +--
 arch/x86/kvm/mmu.c                           |   33 ++---
 arch/x86/kvm/paging_tmpl.h                   |   12 +-
 arch/x86/kvm/svm.c                           |    1 +
 arch/x86/kvm/vmx.c                           |   26 ++--
 arch/x86/kvm/vmx.h                           |   18 --
 arch/x86/kvm/vtd.c                           |  198 ++++++++++++++++++++++++
 arch/x86/kvm/x86.c                           |  215 +++++++++++++++-----------
 arch/x86/kvm/x86_emulate.c                   |  132 +++++++++++-----
 drivers/pci/dmar.c                           |    4 +-
 drivers/pci/intel-iommu.c                    |  116 +++++++++++++-
 drivers/pci/iova.c                           |    2 +-
 include/asm-x86/kvm_host.h                   |   24 +---
 include/asm-x86/msr-index.h                  |   19 +++
 {drivers/pci => include/linux}/intel-iommu.h |   11 ++
 {drivers/pci => include/linux}/iova.h        |    0
 include/linux/kvm.h                          |    3 +
 include/linux/kvm_host.h                     |   53 +++++++
 virt/kvm/kvm_main.c                          |   48 ++++--
 24 files changed, 726 insertions(+), 267 deletions(-)
 create mode 100644 arch/x86/kvm/vtd.c
 rename {drivers/pci => include/linux}/intel-iommu.h (94%)
 rename {drivers/pci => include/linux}/iova.h (100%)

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/25] KVM Updates for 2.6.28 merge window (part 3 ..., Avi Kivity, (Sun Sep 28, 8:44 am)
[PATCH 06/25] KVM: x86: do not execute halted vcpus, Avi Kivity, (Sun Sep 28, 8:44 am)
[PATCH 08/25] KVM: x86: unhalt vcpu0 on reset, Avi Kivity, (Sun Sep 28, 8:44 am)
[PATCH 13/25] x86: Move VMX MSRs to msr-index.h, Avi Kivity, (Sun Sep 28, 8:44 am)
[PATCH 19/25] VT-d: Changes to support KVM, Avi Kivity, (Sun Sep 28, 8:44 am)
[PATCH 20/25] KVM: Device Assignment with VT-d, Avi Kivity, (Sun Sep 28, 8:44 am)
[PATCH 23/25] KVM: switch to get_user_pages_fast, Avi Kivity, (Sun Sep 28, 8:44 am)