[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <62a31237-8b15-48da-50ef-2649daa20fdb@redhat.com>
Date: Mon, 21 Oct 2019 19:19:23 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Vitaly Kuznetsov <vkuznets@...hat.com>
Cc: suleiman@...gle.com, linux-kernel@...r.kernel.org,
kvm@...r.kernel.org
Subject: Re: [PATCH] kvm: clear kvmclock MSR on reset
On 16/10/19 19:06, Vitaly Kuznetsov wrote:
>> /* we verify if the enable bit is set... */
>> + vcpu->arch.pv_time_enabled = false;
>> if (!(data & 1))
>> break;
>>
>> if (kvm_gfn_to_hva_cache_init(vcpu->kvm,
>> &vcpu->arch.pv_time, data & ~1ULL,
>> sizeof(struct pvclock_vcpu_time_info)))
>> - vcpu->arch.pv_time_enabled = false;
>> - else
>> vcpu->arch.pv_time_enabled = true;
Yes...
Paolo
Powered by blists - more mailing lists