On 24/5/24 12:51, Edgar E. Iglesias wrote:
From: "Edgar E. Iglesias" <edgar.igles...@amd.com>
Pass the ram_addr offset to xen_map_cache.
This is in preparation for adding grant mappings that need
to compute the address within the RAMBlock.
No functional changes.
Signed-off-by: Edgar E. Iglesias <edgar.igles...@amd.com>
Reviewed-by: David Hildenbrand <da...@redhat.com>
Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
---
hw/xen/xen-mapcache.c | 16 +++++++++++-----
include/sysemu/xen-mapcache.h | 2 ++
system/physmem.c | 9 +++++----
3 files changed, 18 insertions(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>