These thirty-five patches comprise the second batch of the updates I have
queued for 2.6.26.  Please review.

 arch/x86/Kconfig                  |    8 +
 arch/x86/kernel/Makefile          |    1 +
 arch/x86/kernel/crash.c           |    3 +-
 arch/x86/kernel/kvm.c             |  247 ++++++++++++++
 arch/x86/kernel/kvmclock.c        |   27 ++
 arch/x86/kernel/reboot.c          |   13 +-
 arch/x86/kernel/setup_32.c        |    1 +
 arch/x86/kernel/setup_64.c        |    2 +
 arch/x86/kvm/Kconfig              |    2 +-
 arch/x86/kvm/Makefile             |    3 +-
 arch/x86/kvm/i8254.c              |  600 ++++++++++++++++++++++++++++++++++
 arch/x86/kvm/i8254.h              |   62 ++++
 arch/x86/kvm/irq.c                |    3 +
 arch/x86/kvm/lapic.c              |    8 +-
 arch/x86/kvm/mmu.c                |  426 ++++++++++++++++++++++---
 arch/x86/kvm/paging_tmpl.h        |   46 ++-
 arch/x86/kvm/segment_descriptor.h |   29 --
 arch/x86/kvm/svm.c                |   41 ++-
 arch/x86/kvm/svm.h                |    3 +
 arch/x86/kvm/tss.h                |   59 ++++
 arch/x86/kvm/vmx.c                |   70 +++-
 arch/x86/kvm/x86.c                |  647 +++++++++++++++++++++++++++++++++----
 arch/x86/kvm/x86_emulate.c        |    4 +-
 include/asm-x86/kvm.h             |   21 ++
 include/asm-x86/kvm_host.h        |   54 +++-
 include/asm-x86/kvm_para.h        |   32 ++-
 include/asm-x86/reboot.h          |    2 +
 include/linux/kvm.h               |    7 +
 include/linux/kvm_host.h          |   21 +-
 include/linux/kvm_para.h          |   11 +-
 virt/kvm/kvm_main.c               |   78 ++++-
 31 files changed, 2302 insertions(+), 229 deletions(-)

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to