OSDN Git Service

hw/i386/xen/: move xen-mapcache.c to hw/xen/
authorVikram Garhwal <vikram.garhwal@amd.com>
Thu, 15 Jun 2023 00:03:29 +0000 (17:03 -0700)
committerStefano Stabellini <stefano.stabellini@amd.com>
Thu, 15 Jun 2023 23:45:58 +0000 (16:45 -0700)
commite7218dd57cb60cb03310a989149963be8c1da4fe
treeb521f01c080e854b22a2e294afddcd22e155e08d
parent7efd65423ab22e6f5890ca08ae40c84d6660242f
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]