>>> On 21.09.16 at 14:25, wrote:
> --- a/xen/arch/x86/mm/p2m.c
> +++ b/xen/arch/x86/mm/p2m.c
> @@ -1936,8 +1936,12 @@ long p2m_set_mem_access_multi(struct domain *d,
> uint8_t access;
> uint64_t gfn_l;
>
> -copy_from_guest_offset(&gfn_l, pfn_list, start, 1);
> -
On 09/21/2016 03:25 PM, Razvan Cojocaru wrote:
> Added missing error checks in p2m_set_mem_access_multi().
>
> Signed-off-by: Razvan Cojocaru
> ---
> xen/arch/x86/mm/p2m.c | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/xen/arch/x86/mm/p2m.c b/xen/arch/x86/mm/p2