[Qemu-devel] [PATCH 0/2] ARM SMMUv3: Fix event queue handling and memory region names

Eric Auger posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180921070138.10114-1-eric.auger@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
hw/arm/smmu-common.c     |  6 +++---
hw/arm/smmuv3-internal.h | 26 +++++++++++++-------------
hw/arm/smmuv3.c          |  2 +-
3 files changed, 17 insertions(+), 17 deletions(-)
[Qemu-devel] [PATCH 0/2] ARM SMMUv3: Fix event queue handling and memory region names
Posted by Eric Auger 7 years, 1 month ago
This series fixes the event queue handling: the events were incorrectly
recorded and the interrupt was not sent as expected.

Also we fix the IOMMU memory region names. This last issue is minor as
names only are used for debug/tracing. However it can be confusing.

Best Regards

Eric

Eric Auger (2):
  hw/arm/smmu-common: Fix the name of the iommu memory regions
  hw/arm/smmuv3: fix eventq recording and IRQ triggerring

 hw/arm/smmu-common.c     |  6 +++---
 hw/arm/smmuv3-internal.h | 26 +++++++++++++-------------
 hw/arm/smmuv3.c          |  2 +-
 3 files changed, 17 insertions(+), 17 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH 0/2] ARM SMMUv3: Fix event queue handling and memory region names
Posted by Peter Maydell 7 years, 1 month ago
On 21 September 2018 at 08:01, Eric Auger <eric.auger@redhat.com> wrote:
> This series fixes the event queue handling: the events were incorrectly
> recorded and the interrupt was not sent as expected.
>
> Also we fix the IOMMU memory region names. This last issue is minor as
> names only are used for debug/tracing. However it can be confusing.
>
> Best Regards
>
> Eric



Applied to target-arm.next, thanks.

-- PMM