Re: [Qemu-devel] [PATCH uq/master] kvm: Add CPUID support for VIA CPU

2011-05-10 Thread BrillyWu
; qemu-devel@nongnu.org; Kary Jin Subject: Re: [Qemu-devel] [PATCH uq/master] kvm: Add CPUID support for VIA CPU On 2011-05-09 07:42, brill...@viatech.com.cn wrote: 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

Re: [Qemu-devel] [PATCH uq/master] kvm: Add CPUID support for VIA CPU

2011-05-09 Thread Jan Kiszka
On 2011-05-09 07:42, brill...@viatech.com.cn wrote: 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: BrillyWubrill...@viatech.com.cn Signed-off-by:

[Qemu-devel] [PATCH uq/master] kvm: Add CPUID support for VIA CPU

2011-05-08 Thread BrillyWu
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: BrillyWubrill...@viatech.com.cn Signed-off-by: KaryJinkary...@viatech.com.cn --- target-i386/cpu.h |3 +++