e7218dd57c
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>
10 lines
178 B
Meson
10 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',
|
|
))
|