Linus, please pull from the repo and branch @

  git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git kvm-updates/2.6.28

To receive a bunch of kvm fixes.  Most notably, fix the paravirt mmu bug
that prevents booting recent Linux kernels on kvm.

Shortlog, diffstat:

Avi Kivity (1):
      KVM: Future-proof device assignment ABI

Marcelo Tosatti (1):
      KVM: MMU: sync root on paravirt TLB flush

Sheng Yang (1):
      KVM: Fix guest shared interrupt with in-kernel irqchip

Xiantao Zhang (2):
      KVM: ia64: Fix halt emulation logic
      KVM: ia64: Makefile fix for forcing to re-generate asm-offsets.h

 arch/ia64/include/asm/kvm_host.h |    6 ++-
 arch/ia64/kvm/Makefile           |    8 +++-
 arch/ia64/kvm/kvm-ia64.c         |   80 +++++++++++++++++++------------------
 arch/ia64/kvm/kvm_fw.c           |    9 +++-
 arch/ia64/kvm/process.c          |    2 +-
 arch/x86/include/asm/kvm_host.h  |    3 +
 arch/x86/kvm/i8254.c             |   11 ++++-
 arch/x86/kvm/i8254.h             |    1 +
 arch/x86/kvm/mmu.c               |    1 +
 arch/x86/kvm/x86.c               |    6 ++-
 include/linux/kvm.h              |    6 +++
 include/linux/kvm_host.h         |    7 +++-
 virt/kvm/irq_comm.c              |   42 ++++++++++++++++++-
 virt/kvm/kvm_main.c              |   12 ++++--
 14 files changed, 138 insertions(+), 56 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to