Fourth set of kvm updates scheduled for the 2.6.25 merge window.  Please
review.  Diffstat below is for this batch only.

 arch/x86/Kconfig          |    4 +
 drivers/kvm/Kconfig       |    4 +-
 drivers/kvm/i8259.c       |    1 +
 drivers/kvm/ioapic.c      |   36 ++--
 drivers/kvm/iodev.h       |   63 +++++
 drivers/kvm/irq.h         |   21 ++-
 drivers/kvm/kvm.h         |   79 +------
 drivers/kvm/kvm_main.c    |  129 ++++-------
 drivers/kvm/lapic.c       |   25 ++-
 drivers/kvm/mmu.c         |  482 +++++++++++++++++++++-----------------
 drivers/kvm/paging_tmpl.h |  202 +++++++---------
 drivers/kvm/svm.c         |   99 +++-----
 drivers/kvm/svm.h         |    1 +
 drivers/kvm/types.h       |   41 ++++
 drivers/kvm/vmx.c         |   86 ++-----
 drivers/kvm/x86.c         |  469 ++++++++++++++++++++++++++++++++++---
 drivers/kvm/x86.h         |   41 +++-
 drivers/kvm/x86_emulate.c |  568 +++++++++++++++++++++++++--------------------
 drivers/kvm/x86_emulate.h |    5 +-
 include/asm-x86/kvm.h     |   21 ++
 include/linux/Kbuild      |    2 +-
 include/linux/kvm.h       |    6 +
 kernel/fork.c             |    1 +
 23 files changed, 1444 insertions(+), 942 deletions(-)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to