public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] KVM: Add AMD SVM support
@ 2006-11-28 12:37 Avi Kivity
  2006-11-28 12:39 ` [PATCH 1/6] KVM: AMD SVM: Add architecture definitions for AMD SVM Avi Kivity
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Avi Kivity @ 2006-11-28 12:37 UTC (permalink / raw)
  To: kvm-devel; +Cc: linux-kernel, Andrew Morton, Ingo Molnar, yaniv.kamay

This patchset adds support for AMD processors with SVM (or AMD-V) 
technology.

KVM on AMD is fairly fast despite the naive mmu implementation.  It 
should also support many more guests, since the real mode implementation 
on AMD is complete.

The bulk of the work was performed by Yaniv; I ported it to the arch 
split patchset I posted yesterday.

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-11-28 12:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28 12:37 [PATCH 0/6] KVM: Add AMD SVM support Avi Kivity
2006-11-28 12:39 ` [PATCH 1/6] KVM: AMD SVM: Add architecture definitions for AMD SVM Avi Kivity
2006-11-28 12:40 ` [PATCH 2/6] KVM: AMD SVM: Enhance x86 emulator Avi Kivity
2006-11-28 12:41 ` [PATCH 3/6] KVM: AMD SVM: Add missing tlb flushes to the guest mmu Avi Kivity
2006-11-28 12:42 ` [PATCH 4/6] KVM: AMD SVM: Add data structures Avi Kivity
2006-11-28 12:43 ` [PATCH 5/6] KVM: AMD SVM: Implementation Avi Kivity
2006-11-28 12:44 ` [PATCH 6/6] KVM: AMD SVM: Plumbing Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox