Re: [PATCH v3 05/13] libs/guest: allow updating a cpu policy MSR data

2021-05-04 Thread Andrew Cooper
On 30/04/2021 16:52, Roger Pau Monne wrote: > Introduce a helper to update the MSR policy using an array of > xen_msr_entry_t entries. Note the MSRs present in the input > xen_msr_entry_t array will replace any existing entries on the > policy. > > No user of the interface introduced on this patch.

[PATCH v3 05/13] libs/guest: allow updating a cpu policy MSR data

2021-04-30 Thread Roger Pau Monne
Introduce a helper to update the MSR policy using an array of xen_msr_entry_t entries. Note the MSRs present in the input xen_msr_entry_t array will replace any existing entries on the policy. No user of the interface introduced on this patch. Signed-off-by: Roger Pau Monné --- Changes since v1: