]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/i386/xen/: move xen-mapcache.c to hw/xen/
authorVikram Garhwal <vikram.garhwal@amd.com>
Tue, 31 Jan 2023 22:51:40 +0000 (14:51 -0800)
committerStefano Stabellini <stefano.stabellini@amd.com>
Fri, 10 Feb 2023 22:23:47 +0000 (14:23 -0800)
commit9c83dcddac090469e0eee35869a45c7352f70844
tree2fd45e750ae96ed24b511a144182ef0785969de1
parent90595cc9396bb910b148391fea2e78dd8c6c8b27
hw/i386/xen/: move xen-mapcache.c to hw/xen/

xen-mapcache.c contains common functions which can be used for enabling Xen on
aarch64 with IOREQ handling. Moving it out from hw/i386/xen to hw/xen to make it
accessible for both aarch64 and x86.

Signed-off-by: Vikram Garhwal <vikram.garhwal@amd.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
Reviewed-by: Paul Durrant <paul@xen.org>
hw/i386/meson.build
hw/i386/xen/meson.build
hw/i386/xen/trace-events
hw/xen/meson.build
hw/xen/trace-events
hw/xen/xen-mapcache.c [moved from hw/i386/xen/xen-mapcache.c with 100% similarity]