On 29/08/16 17:07, Boris Ostrovsky wrote:
> On 08/29/2016 11:37 AM, Jan Beulich wrote:
>> So far accesses to Intel MSRs on an AMD system fall through to the
>> default case, while accesses to AMD MSRs on an Intel system bail (in
>> the RDMSR case without updating EAX and EDX). Make the "AMD MSRs on
On 08/29/2016 11:37 AM, Jan Beulich wrote:
> So far accesses to Intel MSRs on an AMD system fall through to the
> default case, while accesses to AMD MSRs on an Intel system bail (in
> the RDMSR case without updating EAX and EDX). Make the "AMD MSRs on
> Intel" case match the "Intel MSR on AMD" one