Re: [Qemu-devel] [PATCH] build: disable Xen on ARM

2017-07-11 Thread Stefano Stabellini
On Tue, 11 Jul 2017, Paolo Bonzini wrote: > On 11/07/2017 11:53, Peter Maydell wrote: > > On 11 July 2017 at 09:23, Paolo Bonzini wrote: > >> While ARM could present the xenpv machine, it does not and trying to enable > >> it breaks compilation. > >> > >> Fixes: 3b6b75506de44c5070639943c30a0ad5850

Re: [Qemu-devel] [PATCH] build: disable Xen on ARM

2017-07-11 Thread Paolo Bonzini
On 11/07/2017 11:53, Peter Maydell wrote: > On 11 July 2017 at 09:23, Paolo Bonzini wrote: >> While ARM could present the xenpv machine, it does not and trying to enable >> it breaks compilation. >> >> Fixes: 3b6b75506de44c5070639943c30a0ad5850f5d02 >> Reported-by: Alex Bennée >> Signed-off-by: P

Re: [Qemu-devel] [PATCH] build: disable Xen on ARM

2017-07-11 Thread Peter Maydell
On 11 July 2017 at 09:23, Paolo Bonzini wrote: > While ARM could present the xenpv machine, it does not and trying to enable > it breaks compilation. > > Fixes: 3b6b75506de44c5070639943c30a0ad5850f5d02 > Reported-by: Alex Bennée > Signed-off-by: Paolo Bonzini > --- > configure | 1 - > 1 file c

[Qemu-devel] [PATCH] build: disable Xen on ARM

2017-07-11 Thread Paolo Bonzini
While ARM could present the xenpv machine, it does not and trying to enable it breaks compilation. Fixes: 3b6b75506de44c5070639943c30a0ad5850f5d02 Reported-by: Alex Bennée Signed-off-by: Paolo Bonzini --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index a