[Qemu-devel] [PATCH V3 0/3] Several fixes for virito region caches

Jason Wang posted 3 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1489460502-6686-1-git-send-email-jasowang@redhat.com
Test checkpatch passed
Test docker passed
hw/virtio/virtio.c | 105 ++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 83 insertions(+), 22 deletions(-)
[Qemu-devel] [PATCH V3 0/3] Several fixes for virito region caches
Posted by Jason Wang 7 years, 1 month ago
Hi:

This series contains several fixes for virito region caches, please
review.

Thanks.

Jason Wang (3):
  virtio: guard against NULL pfn
  virtio: destroy region cache during reset
  virtio: validate address space cache during init

 hw/virtio/virtio.c | 105 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 83 insertions(+), 22 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH V3 0/3] Several fixes for virito region caches
Posted by Zhang Chen 7 years, 1 month ago

On 03/14/2017 11:01 AM, Jason Wang wrote:
> Hi:
>
> This series contains several fixes for virito region caches, please
> review.

Title and comments typo:

S/virito/virtio

Thanks
Zhang Chen

>
> Thanks.
>
> Jason Wang (3):
>    virtio: guard against NULL pfn
>    virtio: destroy region cache during reset
>    virtio: validate address space cache during init
>
>   hw/virtio/virtio.c | 105 ++++++++++++++++++++++++++++++++++++++++++-----------
>   1 file changed, 83 insertions(+), 22 deletions(-)
>

-- 
Thanks
Zhang Chen




Re: [Qemu-devel] [PATCH V3 0/3] Several fixes for virito region caches
Posted by Jason Wang 7 years, 1 month ago

On 2017年03月14日 16:35, Zhang Chen wrote:
>
>
> On 03/14/2017 11:01 AM, Jason Wang wrote:
>> Hi:
>>
>> This series contains several fixes for virito region caches, please
>> review.
>
> Title and comments typo:
>
> S/virito/virtio
>
> Thanks
> Zhang Chen

Right.

Thanks