From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: [PATCH v2 0/1] target-i386: Fix default Hypervisor level for kvm Date: Thu, 20 Sep 2012 16:06:26 -0400 Message-ID: <1348171587-23725-1-git-send-email-Don@CloudSwitch.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Don Slutz To: , , , Return-path: Received: from hub021-nj-8.exch021.serverdata.net ([206.225.164.233]:26946 "EHLO hub021-nj-8.exch021.serverdata.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754740Ab2ITUGl (ORCPT ); Thu, 20 Sep 2012 16:06:41 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Looking at http://lkml.indiana.edu/hypermail/linux/kernel/1205.0/00100.html The new value for EAX is 0x40000001. This depends on http://lists.gnu.org/archive/html/qemu-devel/2012-09/msg02497.html As far as I known it is #5. It depends on (1), (2), (3) and (4). Based on cpu-queue[1] branch. (From http://lists.gnu.org/archive/html/qemu-devel/2012-09/msg02639.html) [1] https://github.com/ehabkost/qemu/commits/cpu-queue My branch is now based on Andreas's qom-cpu branch from https://github.com/afaerber/qemu-cpu/commits/qom-cpu Changes form v1 to v2: Drop patch #1 -- possible live-migrating issues. Added kvm1 and kvm0 to handle the 2 cases. Don Slutz (1): target-i386: Fix default Hypervisor level for hypervisor-vendor=kvm. target-i386/cpu.c | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-)