]> Git Repo - qemu.git/commit
hw/arm/smmuv3: Skeleton
authorPrem Mallappa <[email protected]>
Fri, 4 May 2018 17:05:51 +0000 (18:05 +0100)
committerPeter Maydell <[email protected]>
Fri, 4 May 2018 17:49:10 +0000 (18:49 +0100)
commit10a83cb9887eddb1b504ecf3b189159db949178e
treec204cf4ae5099bae17c3631e269ba30bb5ee4a8d
parent93641948d4c85f261be1f25a0bdc2ded3476e7d9
hw/arm/smmuv3: Skeleton

This patch implements a skeleton for the smmuv3 device.
Datatypes and register definitions are introduced. The MMIO
region, the interrupts and the queue are initialized.

Only the MMIO read operation is implemented here.

Signed-off-by: Prem Mallappa <[email protected]>
Signed-off-by: Eric Auger <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: 1524665762[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/Makefile.objs
hw/arm/smmuv3-internal.h [new file with mode: 0644]
hw/arm/smmuv3.c [new file with mode: 0644]
hw/arm/trace-events
include/hw/arm/smmuv3.h [new file with mode: 0644]
This page took 0.025509 seconds and 4 git commands to generate.