From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/5] Use more cpuid bits from upstream Date: Wed, 2 Jun 2010 13:23:25 -0300 Message-ID: <20100602162325.GD23214@amt.cnet> References: <1275395627-2321-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Glauber Costa , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31740 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932580Ab0FBQ1c (ORCPT ); Wed, 2 Jun 2010 12:27:32 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o52GRWj0022196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 Jun 2010 12:27:32 -0400 Content-Disposition: inline In-Reply-To: <1275395627-2321-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jun 01, 2010 at 03:33:42PM +0300, Avi Kivity wrote: > 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(-) Applied, thanks.