Re: [PATCH v2 1/4] meson: Do not build Xen x86_64-softmmu on Aarch64

2021-01-31 Thread Philippe Mathieu-Daudé
On 1/31/21 3:45 PM, andrew.cooper3--- via wrote: > On 31/01/2021 14:18, Philippe Mathieu-Daudé wrote: >> The Xen on ARM documentation only mentions the i386-softmmu >> target. As the x86_64-softmmu doesn't seem used, remove it >> to avoid wasting cpu cycles building it. >> >> Signed-off-by: Philipp

Re: [PATCH v2 1/4] meson: Do not build Xen x86_64-softmmu on Aarch64

2021-01-31 Thread andrew . cooper3--- via
On 31/01/2021 14:18, Philippe Mathieu-Daudé wrote: > The Xen on ARM documentation only mentions the i386-softmmu > target. As the x86_64-softmmu doesn't seem used, remove it > to avoid wasting cpu cycles building it. > > Signed-off-by: Philippe Mathieu-Daudé As far as I understand, it only gets u

[PATCH v2 1/4] meson: Do not build Xen x86_64-softmmu on Aarch64

2021-01-31 Thread Philippe Mathieu-Daudé
The Xen on ARM documentation only mentions the i386-softmmu target. As the x86_64-softmmu doesn't seem used, remove it to avoid wasting cpu cycles building it. Signed-off-by: Philippe Mathieu-Daudé --- meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meson.bui