From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDz93-00082U-K7 for qemu-devel@nongnu.org; Tue, 18 Sep 2012 10:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDz8y-0004Ux-JL for qemu-devel@nongnu.org; Tue, 18 Sep 2012 10:51:25 -0400 Received: from hub021-nj-4.exch021.serverdata.net ([206.225.164.219]:17773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDz8y-0004Us-Fr for qemu-devel@nongnu.org; Tue, 18 Sep 2012 10:51:20 -0400 From: Don Slutz Date: Tue, 18 Sep 2012 10:49:51 -0400 Message-ID: <1347979793-27045-1-git-send-email-Don@CloudSwitch.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/2] target-i386: Fix default Hypervisor level for kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kvm@vger.kernel.org, ehabkost@redhat.com, imammedo@redhat.com Cc: Don Slutz 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 Don Slutz (2): target-i386: Fix default Hypervisor level for accel=kvm. target-i386: Fix default Hypervisor level for hypervisor-vendor=kvm. target-i386/cpu.c | 12 +++++++++++- target-i386/kvm.c | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-)