From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49191 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe5xv-0005m8-S3 for qemu-devel@nongnu.org; Wed, 28 Jul 2010 08:42:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oe5xu-0006z6-O2 for qemu-devel@nongnu.org; Wed, 28 Jul 2010 08:42:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39825) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oe5xu-0006z1-Ef for qemu-devel@nongnu.org; Wed, 28 Jul 2010 08:42:30 -0400 From: Jes.Sorensen@redhat.com Date: Wed, 28 Jul 2010 14:42:22 +0200 Message-Id: <1280320944-5560-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] Use kvm64/kvm32 when running under KVM List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org, avi@redhat.com From: Jes Sorensen This set of patches adds default CPU types to the PC compat definitions, and patch #2 sets the CPU type to kvm64/kvm32 when running under KVM. Long term we might want to qdev'ify the CPUs but I think it is better to keep it simple for 0.13. Jes Sorensen (2): Set a default CPU type for compat PC machine defs. Use kvm32/kvm64 as default CPUs when running under KVM. hw/boards.h | 1 + hw/pc.c | 13 +++++++++++-- hw/pc_piix.c | 15 +++++++++++++++ vl.c | 2 ++ 4 files changed, 29 insertions(+), 2 deletions(-)