]> git.proxmox.com Git - qemu.git/commit
kvm: Add CPUID support for VIA CPU
authorbrillywu@viatech.com.cn <brillywu@viatech.com.cn>
Wed, 1 Jun 2011 01:59:52 +0000 (09:59 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 1 Jun 2011 13:10:56 +0000 (10:10 -0300)
commit2d5f20b5f055109c4ccfd1dbf22a100be0b03491
tree7e540d140d79b029c5c821a58e2feb3694ede464
parent578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e
kvm: Add CPUID support for VIA CPU

When KVM is running on VIA CPU with host cpu's model, the
feautures of VIA CPU will be passed into kvm guest by calling
the CPUID instruction for Centaur.

Signed-off-by: BrillyWu<brillywu@viatech.com.cn>
Signed-off-by: KaryJin<karyjin@viatech.com.cn>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/cpu.h
target-i386/cpuid.c
target-i386/kvm.c