From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSFfv-0006CX-9L for qemu-devel@nongnu.org; Wed, 28 Jan 2009 14:02:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSFft-0006AI-Am for qemu-devel@nongnu.org; Wed, 28 Jan 2009 14:02:10 -0500 Received: from [199.232.76.173] (port=40909 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSFft-00069w-2e for qemu-devel@nongnu.org; Wed, 28 Jan 2009 14:02:09 -0500 Received: from mx2.redhat.com ([66.187.237.31]:51334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSFfs-0006es-5w for qemu-devel@nongnu.org; Wed, 28 Jan 2009 14:02:08 -0500 From: Glauber Costa Date: Wed, 28 Jan 2009 14:02:02 -0500 Message-Id: <1233169325-5487-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Enhance kvm cpuid Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hey guys This is a series that aims at enhancing cpuid capabilities in qemu. The first patch was already sent to the list, and includes suggestions by Paul. The other two gives us the ability to query the host for features that are possibly non-suported, but present in the exposed qemu machine type. kvm.h | 1 + target-i386/kvm.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 91 insertions(+), 11 deletions(-)