Message ID | 20201103020733.2303148-1-philmd@redhat.com |
---|---|
Headers | show |
Series | util/vfio-helpers: Generic code strengthening | expand |
On Tue, Nov 03, 2020 at 03:07:26AM +0100, 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> > > 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(-) > > -- > 2.26.2 > > Thanks, applied to my block tree: https://gitlab.com/stefanha/qemu/commits/block Stefan
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(-) >