[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1207251170-5013-1-git-send-email-avi@qumranet.com>
Date: Thu, 3 Apr 2008 22:32:15 +0300
From: Avi Kivity <avi@...ranet.com>
To: kvm-devel@...ts.sourceforge.net
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 00/35] KVM updates for the 2.6.26 merge window (part II)
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists