mbox series

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

Message ID 20180921070138.10114-1-eric.auger@redhat.com (mailing list archive)
Headers show
Series ARM SMMUv3: Fix event queue handling and memory region names | expand

Message

Eric Auger Sept. 21, 2018, 7:01 a.m. UTC
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(-)

Comments

Peter Maydell Sept. 25, 2018, 10:26 a.m. UTC | #1
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