Re: [Xen-devel] [PATCH 6/9] x86/vmx: Pass an MSR value into vmx_msr_add()

2018-05-30 Thread Andrew Cooper
On 24/05/18 16:12, Jan Beulich wrote: On 22.05.18 at 13:20, wrote: >> The main purpose of this change is to allow us to set a specific MSR value, >> without needing to know whether there is already a load/save list slot for >> it. >> Previously, callers wanting this property needed to call

Re: [Xen-devel] [PATCH 6/9] x86/vmx: Pass an MSR value into vmx_msr_add()

2018-05-24 Thread Jan Beulich
>>> On 22.05.18 at 13:20, wrote: > The main purpose of this change is to allow us to set a specific MSR value, > without needing to know whether there is already a load/save list slot for > it. > Previously, callers wanting this property needed to call both

[Xen-devel] [PATCH 6/9] x86/vmx: Pass an MSR value into vmx_msr_add()

2018-05-22 Thread Andrew Cooper
The main purpose of this change is to allow us to set a specific MSR value, without needing to know whether there is already a load/save list slot for it. Previously, callers wanting this property needed to call both vmx_add_*_msr() and vmx_write_*_msr() to cover both cases. As a result of this