]> git.ipfire.org Git - thirdparty/qemu.git/commit
physmem: Always pass offset + addr to xen_map_cache
authorEdgar E. Iglesias <edgar.iglesias@amd.com>
Fri, 3 May 2024 01:44:45 +0000 (03:44 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Jun 2024 09:53:38 +0000 (11:53 +0200)
commit5d1c26029e54bbdcef081cf3a016abf890f2da54
tree9af9189d07eca1f1daf8e74a2d89985553beade9
parent1be974bc2658b2f1d9a3aaacda2657dc85c208d2
physmem: Always pass offset + addr to xen_map_cache

Always pass address with offset to xen_map_cache().
This is in preparation for support for grant mappings.

Since this is within a block that checks for offset == 0,
this has no functional changes.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240529140739.1387692-5-edgar.iglesias@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
system/physmem.c