Re: [PATCH 0/5] Use more cpuid bits from upstream

2010-06-02 Thread Marcelo Tosatti
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.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/5] Use more cpuid bits from upstream

2010-06-01 Thread Avi Kivity
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(-)

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html