Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-10 Thread Riku Voipio
On 10 September 2015 at 13:30, Will Deacon wrote: > On Thu, Sep 10, 2015 at 06:45:59AM +0100, Riku Voipio wrote: >> Ping? > Applied and pushed, thanks. thanks > In future, it's best to Cc me if you want to make sure stuff doesn't > get missed :) I just followed the

Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-10 Thread Will Deacon
On Thu, Sep 10, 2015 at 06:45:59AM +0100, Riku Voipio wrote: > On 4 September 2015 at 14:06, Andre Przywara wrote: > > On 04/09/15 11:52, Riku Voipio wrote: > >> On 4 September 2015 at 13:10, Andre Przywara > >> wrote: > >>> On 03/09/15 12:20,

Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-09 Thread Riku Voipio
On 4 September 2015 at 14:06, Andre Przywara wrote: > Hi Riku, > > On 04/09/15 11:52, Riku Voipio wrote: >> On 4 September 2015 at 13:10, Andre Przywara wrote: >>> Hi Riku, >>> >>> On 03/09/15 12:20, riku.voi...@linaro.org wrote: From: Riku

Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-04 Thread Riku Voipio
On 4 September 2015 at 13:10, Andre Przywara wrote: > Hi Riku, > > On 03/09/15 12:20, riku.voi...@linaro.org wrote: >> From: Riku Voipio >> >> Currently Makefile accepts only armv7l.* When building kvmtool under 32bit >> personality on Aarch64

Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-04 Thread Andre Przywara
Hi Riku, On 04/09/15 11:52, Riku Voipio wrote: > On 4 September 2015 at 13:10, Andre Przywara wrote: >> Hi Riku, >> >> On 03/09/15 12:20, riku.voi...@linaro.org wrote: >>> From: Riku Voipio >>> >>> Currently Makefile accepts only armv7l.* When

Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-04 Thread Andre Przywara
Hi Riku, On 03/09/15 12:20, riku.voi...@linaro.org wrote: > From: Riku Voipio > > Currently Makefile accepts only armv7l.* When building kvmtool under 32bit > personality on Aarch64 machines, uname -m reports "armv8l", so build fails. > We expect doing 32bit arm builds

[PATCH] kvmtool Makefile: relax arm test

2015-09-03 Thread riku . voipio
From: Riku Voipio Currently Makefile accepts only armv7l.* When building kvmtool under 32bit personality on Aarch64 machines, uname -m reports "armv8l", so build fails. We expect doing 32bit arm builds in Aarch64 to become standard the same way people do i386 builds on