mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

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>
9 lines
178 B
Meson
9 lines
178 B
Meson
i386_ss.add(when: 'CONFIG_XEN', if_true: files(
|
|
'xen-hvm.c',
|
|
'xen_apic.c',
|
|
'xen_pvdevice.c',
|
|
))
|
|
|
|
i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
|
|
'xen_platform.c',
|
|
))
|