From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45301 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvXnZ-0001U7-04 for qemu-devel@nongnu.org; Tue, 14 Sep 2010 11:52:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvXnX-00059Z-CG for qemu-devel@nongnu.org; Tue, 14 Sep 2010 11:51:56 -0400 Received: from tx2ehsobe003.messaging.microsoft.com ([65.55.88.13]:29314 helo=TX2EHSOBE005.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvXnX-00058t-6w for qemu-devel@nongnu.org; Tue, 14 Sep 2010 11:51:55 -0400 From: Joerg Roedel Date: Tue, 14 Sep 2010 17:52:07 +0200 Message-ID: <1284479530-4748-1-git-send-email-joerg.roedel@amd.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/3] SVM feature support for qemu List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity , Marcelo Tosatti Cc: Alexander Graf , kvm@vger.kernel.org, qemu-devel@nongnu.org Hi, here is the next round of the svm feature support patches for qemu. Key change in this version is that it now makes kvm{64|32} the default cpu definition for qemu when kvm is enabled (as requested by Alex). Otherwise I removed the NRIP_SAVE feature from the phenom definition and set svm_features per default to -1 for -cpu host to support all svm features that kvm can emulate. I appreciate your comments. Joerg