qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1] kvm/x86: Hyper-V tsc page setup


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v1] kvm/x86: Hyper-V tsc page setup
Date: Wed, 20 Jan 2016 22:10:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0


On 20/01/2016 15:52, Roman Kagan wrote:
> I think Paolo wanted to be compatible not only with the de facto
> implementation in Windows Hyper-V guests, but also with the Linux driver
> which followed the buggy spec and thought 0xFFFFFFFF to be invalid.

0xFFFFFFFF is not invalid; it means it is valid but you have to use the
MSR.  With 0, you cannot use the MSR either and Windows will use the
ACPI PM timer or similar.  You can see the difference from the result of
QueryPerformanceFrequency, IIRC.

Paolo



reply via email to

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