On 08/06/2018 02:06, Michael S. Tsirkin wrote: > With this flag, kvm allows guest to control host CPU power state. This > increases latency for other processes using same host CPU in an > unpredictable way, but if decreases idle entry/exit times for the > running VCPU. > > Follow-up patches will expose this capability to guest > (using mwait leaf). > > Based on a patch by Wanpeng Li <kernellwp@xxxxxxxxx> . > > Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> Looks good apart from the "= false" that checkpatch complains about. Acked-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> Paolo