[kvm-devel] [PATCH] Prevent setting CPU_BASED_TPR_SHADOW on i386 host

2007-09-12 Thread Yang, Sheng
Though tpr shadow feature can be used on i386 host, but it needs support from virtual apic access feature which hasn't been implemented yet, otherwise it will cause trouble on i386 machine which supports this feature. This patch disables tpr shadow feature for i386 host now. Signed-off-by: Sheng

Re: [kvm-devel] [PATCH] Prevent setting CPU_BASED_TPR_SHADOW on i386 host

2007-09-12 Thread Avi Kivity
Yang, Sheng wrote: Though tpr shadow feature can be used on i386 host, but it needs support from virtual apic access feature which hasn't been implemented yet, otherwise it will cause trouble on i386 machine which supports this feature. This patch disables tpr shadow feature for i386 host