LWN.net Logo

[PATCH 00/35] KVM updates for the 2.6.26 merge window (part II)

From:  Avi Kivity <avi@qumranet.com>
To:  kvm-devel@lists.sourceforge.net
Subject:  [PATCH 00/35] KVM updates for the 2.6.26 merge window (part II)
Date:  Thu, 3 Apr 2008 22:32:15 +0300
Message-ID:  <1207251170-5013-1-git-send-email-avi@qumranet.com>
Cc:  linux-kernel@vger.kernel.org
Archive-link:  Article, Thread

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:/...

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.