]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/smmuv3: Check 31st bit to see if CD is valid
authorJoe Komlodi <joe.komlodi@xilinx.com>
Mon, 26 Jul 2021 10:07:18 +0000 (11:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Jul 2021 09:57:39 +0000 (10:57 +0100)
commit1b41847afbe9974356848a61b203445e4ca645f3
tree0bf1173ea9aff2d601f7f8cf6514b043eb9913e1
parentc08ccd1b53f488ac86c1f65cf7623dc91acc249a
hw/arm/smmuv3: Check 31st bit to see if CD is valid

The bit to see if a CD is valid is the last bit of the first word of the CD.

Signed-off-by: Joe Komlodi <joe.komlodi@xilinx.com>
Message-id: 1626728232-134665-2-git-send-email-joe.komlodi@xilinx.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmuv3-internal.h