]> xenbits.xensource.com Git - qemu-xen.git/commit
system: Pass RAM MemoryRegion and is_write in xen_map_cache()
authorEdgar E. Iglesias <edgar.iglesias@amd.com>
Tue, 30 Apr 2024 16:49:35 +0000 (18:49 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 6 May 2024 12:41:39 +0000 (14:41 +0200)
commit5a5585f45dcf32fde57bd1b4015fd2f00c52867c
treead0b54cafe612c51d234794046702ae24c81abed
parent886e5ade919647e0dc7276a40b2d6cd6e2f9c85c
system: Pass RAM MemoryRegion and is_write in xen_map_cache()

Propagate MR and is_write to xen_map_cache().
This is in preparation for adding support for grant mappings.

No functional change.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Peter Xu <peterx@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-ID: <20240430164939.925307-14-edgar.iglesias@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/xen/xen-mapcache.c
include/sysemu/xen-mapcache.h
system/physmem.c