[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4/5] x86/pv: Remove deferred RDTSC{, P} handling in pv_emulate_privileged_op()
On Tue, Feb 20, 2018 at 11:58:42AM +0000, Andrew Cooper wrote: > The handling of RDTSCP for PV guests has been broken (AFAICT forever). > > To start with, RDTSCP is hidden from PV guests so the MSR_TSC_AUX path should > be unreachable. However, this appears to be a "feature" of TSC_MODE_PVRDTSCP, > and the emulator doesn't perform appropriate feature checking. (Conversely, > we unilaterally advertise RDPID which uses the same path, but it should never > trap on #GP to arrive here in the first place). > > A PV guest typically can see RDTSCP in native CPUID, so userspace will > probably end up using it. On a capable pipeline (without TSD, see below), it > will execute normally and return non-virtualised data. > > When a virtual TSC mode is not specified for the domain, CR4.TSD is left > clear, so executing RDTSCP will execute without trapping. However, a guest > kernel may set TSD itself, at which point the emulator should not suddenly > switch to virtualised TSC mode and start handing out differently-scaled > values. > > Drop all the deferral logic, and return scaled or raw TSC values depending > only on currd->arch.vtsc. This changes the exact moment at which the > timestamp is taken, but that doesn't matter from the guests point of view, and > is consistent with the HVM side of things. It also means that RDTSC and > RDTSCP are now consistent WRT handing out native or virtualised timestamps. > > The MSR_TSC_AUX case unconditionally returns the migration incarnation or > zero, depending on TSC_MODE_PVRDTSCP, which is faster than re-reading it out > of hardware. > > This is a behavioural change for guests, but the semantics are rather more > sane. It lays groundwork for further fixes. > > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Wei Liu <wei.liu2@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |