xen/arm: traps: Remove the field gva from mmio_info_t
authorJulien Grall <julien.grall@linaro.org>
Tue, 12 Dec 2017 19:02:10 +0000 (19:02 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 12 Dec 2017 20:11:52 +0000 (12:11 -0800)
commit971d1a27bd6912b3de629fbae918ed21a0361dcf
treee3c8b5ea9784eb38d078998a99ef2832fa700f0c
parent7d66b02639fd2189de310e481e402d2c9d73e5f1
xen/arm: traps: Remove the field gva from mmio_info_t

mmio_info_t is used to gather information in order do emulation of a
region. Guest virtual address is unlikely to be a useful information and
not currently used. So remove the field gva from mmio_info_t and replace
by a local variable.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/traps.c
xen/include/asm-arm/mmio.h