mbox series

[PATCH-for-5.2,v3,0/7] util/vfio-helpers: Generic code strengthening

Message ID 20201103020733.2303148-1-philmd@redhat.com
Headers show
Series util/vfio-helpers: Generic code strengthening | expand

Message

Philippe Mathieu-Daudé Nov. 3, 2020, 2:07 a.m. UTC
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

Comments

Stefan Hajnoczi Nov. 3, 2020, 5:37 p.m. UTC | #1
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
Eric Auger Nov. 3, 2020, 6:37 p.m. UTC | #2
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(-)

>