From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/5] Use more cpuid bits from upstream Date: Tue, 1 Jun 2010 15:33:42 +0300 Message-ID: <1275395627-2321-1-git-send-email-avi@redhat.com> Cc: kvm@vger.kernel.org To: Marcelo Tosatti , Glauber Costa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47519 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756126Ab0FAMdu (ORCPT ); Tue, 1 Jun 2010 08:33:50 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o51CXn1I025344 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 1 Jun 2010 08:33:50 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o51CXmEv020439 for ; Tue, 1 Jun 2010 08:33:48 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This patchset converts kvm_arch_vcpu_init()'s cpuid handling bits to use upstream code. Avi Kivity (5): Make get_para_features() similar to upstream Use get_para_features() from upstream Rename kvm_arch_vcpu_init()s cenv argument to env Use skeleton of upstream's kvm_arch_init_vcpu() Use upstream's kvm_arch_init_vcpu()'s cpuid bits qemu-kvm-x86.c | 148 +++-------------------------------------------------- target-i386/kvm.c | 15 ++++- 2 files changed, 20 insertions(+), 143 deletions(-)