qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v7 1/1] target-i386: Add missing kvm bits.


From: Marcelo Tosatti
Subject: Re: [Qemu-devel] [PATCH v7 1/1] target-i386: Add missing kvm bits.
Date: Fri, 26 Oct 2012 18:39:53 -0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Oct 12, 2012 at 03:43:23PM -0400, Don Slutz wrote:
> Currently "-cpu host,-kvmclock,-kvm_nopiodelay,-kvm_mmu" does not
> turn off all bits in CPUID 0x40000001 EAX.
> 
> The missing ones are KVM_FEATURE_STEAL_TIME and
> KVM_FEATURE_CLOCKSOURCE_STABLE_BIT.
> 
> This adds the names kvm_steal_time and kvm_clock_stable for these
> bits.
> 
> Signed-off-by: Don Slutz <address@hidden>

It does not make sense to expose KVM_FEATURE_STEAL_TIME 
to the user (as its going to be controlled by the kernel), applied
with kvm_steal_time addition only. Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]