On 11/5/20 6:51 PM, Alex Bennée wrote:
While Xen traditionally uses i386-softmmu to run it's PV models on all architectures some models are very much x86 only. This includes the full hardware virtualisation (HVM) which is only used on x86 HW. By introducing the symbol we can also fix the inclusion of XEN_PCI_PASSTHROUGH which should only be built for x86 (and Linux) systems.
Suggested-by: Paolo Bonzini pbonzini@redhat.com Signed-off-by: Alex Bennée alex.bennee@linaro.org
meson.build | 6 +++++- accel/Kconfig | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé philmd@redhat.com