On Wed, Jun 01, 2011 at 09:59:52AM +0800, BrillyWu wrote: > From: brill...@viatech.com.cn > > 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<brill...@viatech.com.cn> > Signed-off-by: KaryJin<kary...@viatech.com.cn> > --- > target-i386/cpu.h | 7 ++++ > target-i386/cpuid.c | 53 ++++++++++++++++++++++++++++++++-- > target-i386/kvm.c | 15 +++++++++ > 3 files changed, 73 insertions(+), 2 deletions(-)
Applied to uq/master, thanks.