Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties

2012-11-09 Thread Eduardo Habkost
On 22/10/2012, at 17:03, Igor Mammedov wrote: > Replace setting default supported kvm features in cpu_x86_find_by_name() > by default values in corresponding static properties. > > - Compile in kvm CPUID features only if CONFIG_KVM is defined. > - Make "f-kvm_steal_tm" and "f-kvmclock_stable" C

Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties

2012-10-23 Thread Igor Mammedov
On Tue, 23 Oct 2012 12:55:00 +0200 Andreas Färber wrote: > Am 23.10.2012 12:40, schrieb Igor Mammedov: > > On Mon, 22 Oct 2012 19:20:10 -0400 > > Don Slutz wrote: > > > >> On 10/22/12 11:03, Igor Mammedov wrote: > >>> Replace setting default supported kvm features in cpu_x86_find_by_name() > >>

Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties

2012-10-23 Thread Andreas Färber
Am 23.10.2012 12:40, schrieb Igor Mammedov: > On Mon, 22 Oct 2012 19:20:10 -0400 > Don Slutz wrote: > >> On 10/22/12 11:03, Igor Mammedov wrote: >>> Replace setting default supported kvm features in cpu_x86_find_by_name() >>> by default values in corresponding static properties. >>> >>> - Compile

Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties

2012-10-23 Thread Igor Mammedov
On Mon, 22 Oct 2012 19:20:10 -0400 Don Slutz wrote: > On 10/22/12 11:03, Igor Mammedov wrote: > > Replace setting default supported kvm features in cpu_x86_find_by_name() > > by default values in corresponding static properties. > > > > - Compile in kvm CPUID features only if CONFIG_KVM is define

Re: [Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties

2012-10-22 Thread Don Slutz
On 10/22/12 11:03, Igor Mammedov wrote: Replace setting default supported kvm features in cpu_x86_find_by_name() by default values in corresponding static properties. - Compile in kvm CPUID features only if CONFIG_KVM is defined. - Make "f-kvm_steal_tm" and "f-kvmclock_stable" CPUID features vis

[Qemu-devel] [PATCH 16/37] target-i386: set kvm CPUID default feature values using static properties

2012-10-22 Thread Igor Mammedov
Replace setting default supported kvm features in cpu_x86_find_by_name() by default values in corresponding static properties. - Compile in kvm CPUID features only if CONFIG_KVM is defined. - Make "f-kvm_steal_tm" and "f-kvmclock_stable" CPUID features visible as properties. Signed-off-by: Igor