hw/arm/smmu-common: smmu base device and datatypes
commit527773eeef9f2225370f9c17c35074b2ed0ced92
authorEric Auger <eric.auger@redhat.com>
Fri, 4 May 2018 17:05:51 +0000 (4 18:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 May 2018 17:05:51 +0000 (4 18:05 +0100)
treefc2cf17e62797fb77572bee82562eb6b35f6365a
parentb1e5336a9899016c53d59eba53ebf6abcc21995c
hw/arm/smmu-common: smmu base device and datatypes

The patch introduces the smmu base device and class for the ARM
smmu. Devices for specific versions will be derived from this
base device.

We also introduce some important datatypes.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Prem Mallappa <prem.mallappa@broadcom.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1524665762-31355-2-git-send-email-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
default-configs/aarch64-softmmu.mak
hw/arm/Makefile.objs
hw/arm/smmu-common.c [new file with mode: 0644]
include/hw/arm/smmu-common.h [new file with mode: 0644]