[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-5.2 v3 0/7] util/vfio-helpers: Generic code strengthening
From: |
Auger Eric |
Subject: |
Re: [PATCH-for-5.2 v3 0/7] util/vfio-helpers: Generic code strengthening |
Date: |
Tue, 3 Nov 2020 19:37:11 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
Hi Philippe,
On 11/3/20 3:07 AM, Philippe Mathieu-Daudé wrote:
> v3:
> - Extract reviewed patches from
> "util/vfio-helpers: Allow using multiple MSIX IRQs"
> - Added "Assert offset is aligned to page size"
> which would have helped debugging:
> "block/nvme: Fix use of write-only doorbells page on Aarch64 arch"
>
> Missing review: 7
>
> Based-on: <20201029093306.1063879-1-philmd@redhat.com>
Tested-by: Eric Auger <eric.auger@redhat.com>
Thanks
Eric
>
> Philippe Mathieu-Daudé (7):
> util/vfio-helpers: Improve reporting unsupported IOMMU type
> util/vfio-helpers: Trace PCI I/O config accesses
> util/vfio-helpers: Trace PCI BAR region info
> util/vfio-helpers: Trace where BARs are mapped
> util/vfio-helpers: Improve DMA trace events
> util/vfio-helpers: Convert vfio_dump_mapping to trace events
> util/vfio-helpers: Assert offset is aligned to page size
>
> util/vfio-helpers.c | 43 ++++++++++++++++++++++++++-----------------
> util/trace-events | 10 ++++++++--
> 2 files changed, 34 insertions(+), 19 deletions(-)
>
- [PATCH-for-5.2 v3 0/7] util/vfio-helpers: Generic code strengthening, Philippe Mathieu-Daudé, 2020/11/02
- [PATCH-for-5.2 v3 1/7] util/vfio-helpers: Improve reporting unsupported IOMMU type, Philippe Mathieu-Daudé, 2020/11/02
- [PATCH-for-5.2 v3 2/7] util/vfio-helpers: Trace PCI I/O config accesses, Philippe Mathieu-Daudé, 2020/11/02
- [PATCH-for-5.2 v3 3/7] util/vfio-helpers: Trace PCI BAR region info, Philippe Mathieu-Daudé, 2020/11/02
- [PATCH-for-5.2 v3 4/7] util/vfio-helpers: Trace where BARs are mapped, Philippe Mathieu-Daudé, 2020/11/02
- [PATCH-for-5.2 v3 5/7] util/vfio-helpers: Improve DMA trace events, Philippe Mathieu-Daudé, 2020/11/02
- [PATCH-for-5.2 v3 6/7] util/vfio-helpers: Convert vfio_dump_mapping to trace events, Philippe Mathieu-Daudé, 2020/11/02
- [PATCH-for-5.2 v3 7/7] util/vfio-helpers: Assert offset is aligned to page size, Philippe Mathieu-Daudé, 2020/11/02
- Re: [PATCH-for-5.2 v3 0/7] util/vfio-helpers: Generic code strengthening, Stefan Hajnoczi, 2020/11/03
- Re: [PATCH-for-5.2 v3 0/7] util/vfio-helpers: Generic code strengthening,
Auger Eric <=