On 18/02/15 13:11, Jan Beulich wrote:
On 18.02.15 at 13:25, wrote:
>> The single use of the old rdtsc() in emulate_privileged_op() is altered to
>> use
>> the new rdtsc() and the rdmsr_writeback path to set eax/edx appropriately.
> I'm not entirely sure about this one - the current code sure
>>> On 18.02.15 at 13:25, wrote:
> The single use of the old rdtsc() in emulate_privileged_op() is altered to use
> the new rdtsc() and the rdmsr_writeback path to set eax/edx appropriately.
I'm not entirely sure about this one - the current code surely is slightly
faster than the replacement. Qu
Currently there are three related rdtsc macros, all of which are lowercase and
not obviously macros, which write by value to their parameters.
This is non-intuitive to program which, being contrary to C semantics for code
appearing to be a regular function call. It is also causes Coverity to
conc