Re: [Qemu-devel] [PATCH] exec: fix address_space_get_iotlb_entry page mask

2017-05-28 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH] exec: fix address_space_get_iotlb_entry page mask Message-id: 1496029936-6381-1-git-send-email-pet...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH] exec: fix address_space_get_iotlb_entry page mask

2017-05-28 Thread Peter Xu
The IOTLB that it returned didn't guarantee that page_mask is indeed a so-called page mask. That won't affect current usage since now only vhost is using it (vhost API allows arbitary IOTLB range). However we have IOTLB scemantic and we should best follow it. This patch fixes this issue to make sur