]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/xen: Have most of Xen files become target-agnostic xenfv-f4bug
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 14 Nov 2023 14:38:15 +0000 (15:38 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 14 Nov 2023 16:09:28 +0000 (11:09 -0500)
commit71a2f213114bbed8fbaea4a18ceab38234eca1df
treedac6603e16167ffe7fb042e42e5260e7dfd404ff
parent25e4957c811fb59ac59a545d35329262ea610d97
hw/xen: Have most of Xen files become target-agnostic

Previous commits re-organized the target-specific bits
from Xen files. We can now build the common files once
instead of per-target.

Only 4 files call libxen API (thus its CPPFLAGS):
- xen-hvm-common.c,
- xen_pt.c, xen_pt_graphics.c, xen_pt_msi.c

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
accel/xen/meson.build
hw/block/dataplane/meson.build
hw/xen/meson.build