Re: [Qemu-devel] [PATCH 1/6] Added aarch64 configure support and default configuration

2013-07-01 Thread Peter Maydell
On 1 July 2013 20:22, Peter Maydell wrote: In particular this would try to build > a 64 bit binary but with QEMU's copy of the 32 bit kernel headers: > I'm not sure that's expected (by the kernel folk) to work at all. If not, > we should just not put the line into configure in the first place. S

Re: [Qemu-devel] [PATCH 1/6] Added aarch64 configure support and default configuration

2013-07-01 Thread Peter Maydell
On 1 July 2013 19:46, Alexander Spyridakis wrote: > On 29 June 2013 21:20, Peter Maydell wrote: >> So this is enabling support for emulating 32 bit VMs with a >> QEMU running as a 64 bit process, but the commit message >> doesn't mention this. Did you test that combination? Actually I wasn't qui

Re: [Qemu-devel] [PATCH 1/6] Added aarch64 configure support and default configuration

2013-07-01 Thread Alexander Spyridakis
On 29 June 2013 21:20, Peter Maydell wrote: > So this is enabling support for emulating 32 bit VMs with a > QEMU running as a 64 bit process, but the commit message > doesn't mention this. Did you test that combination? Nope, this case is not handled. Currently it won't crash but of course won't

Re: [Qemu-devel] [PATCH 1/6] Added aarch64 configure support and default configuration

2013-06-29 Thread Peter Maydell
On 28 June 2013 13:11, Mian M. Hamayun wrote: > From: "Mian M. Hamayun" > > Signed-off-by: Mian M. Hamayun > --- > configure |3 +- > default-configs/aarch64-softmmu.mak | 83 > +++ > 2 files changed, 85 insertions(+), 1 deletion(

[Qemu-devel] [PATCH 1/6] Added aarch64 configure support and default configuration

2013-06-28 Thread Mian M. Hamayun
From: "Mian M. Hamayun" Signed-off-by: Mian M. Hamayun --- configure |3 +- default-configs/aarch64-softmmu.mak | 83 +++ 2 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 default-configs/aarch64-softmmu.mak dif