From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47608 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ou5ix-00006X-6K for qemu-devel@nongnu.org; Fri, 10 Sep 2010 11:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ou5iv-0003hM-Tt for qemu-devel@nongnu.org; Fri, 10 Sep 2010 11:41:10 -0400 Received: from tx2ehsobe002.messaging.microsoft.com ([65.55.88.12]:13056 helo=TX2EHSOBE004.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ou5iv-0003hG-Qp for qemu-devel@nongnu.org; Fri, 10 Sep 2010 11:41:09 -0400 From: Joerg Roedel Date: Fri, 10 Sep 2010 17:38:38 +0200 Message-ID: <1284133120-19453-1-git-send-email-joerg.roedel@amd.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/2] Add SVM feature flags to qemu List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity , Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Hi again, this is the new version of the patches that add the SVM feature flags to qemu. I rebased the patches to qemu.git. These patches are required to let the guests see the svm flag and additional svm features like nested paging as well. Please have a look at them and let me knwo your opinion on these patches. Thanks, Joerg