From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: [PATCH 0/3] SVM feature support for qemu 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 Cc: Alexander Graf , kvm@vger.kernel.org, qemu-devel@nongnu.org To: Avi Kivity , Marcelo Tosatti Return-path: Received: from tx2ehsobe003.messaging.microsoft.com ([65.55.88.13]:29304 "EHLO TX2EHSOBE005.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753140Ab0INPvy (ORCPT ); Tue, 14 Sep 2010 11:51:54 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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