From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/6] KVM: Add AMD SVM support Date: Tue, 28 Nov 2006 14:37:29 +0200 Message-ID: <456C2D89.4050508@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-kernel , Andrew Morton , Ingo Molnar , yaniv.kamay@qumranet.com Return-path: To: kvm-devel@lists.sourceforge.net Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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