]> xenbits.xensource.com Git - xen.git/commit
xen/arm: check read handler behavior master staging
authorStewart Hildebrand <stewart.hildebrand@amd.com>
Fri, 18 Apr 2025 18:58:36 +0000 (14:58 -0400)
committerStefano Stabellini <stefano.stabellini@amd.com>
Mon, 5 May 2025 21:38:59 +0000 (14:38 -0700)
commit9a5e22b64266c19b2b01c47a6728be42a8195e52
tree040e8f9c3506f37d3e26db59f8f88aeda0c58707
parent43afe6f0302446636a23242cf24d38e305607382
xen/arm: check read handler behavior

We expect mmio read handlers to leave the bits above the access size
zeroed. Add an ASSERT to check this aspect of read handler behavior.

Suggested-by: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Stewart Hildebrand <stewart.hildebrand@amd.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/arch/arm/io.c