Re: [Qemu-devel] armv8 support in qemu

2014-03-10 Thread Peter Maydell
On 10 March 2014 09:24, Gaurav Sharma wrote: > What all is supported in the initial code for full system emulation ? > I am trying to bring up u-boot, which will require a minimal functionality. > But in the file [target-arm/cpu64.c] this piece of code raises some > questions to me : > > static co

Re: [Qemu-devel] armv8 support in qemu

2014-03-10 Thread Gaurav Sharma
What all is supported in the initial code for full system emulation ? I am trying to bring up u-boot, which will require a minimal functionality. But in the file [target-arm/cpu64.c] this piece of code raises some questions to me : static const ARMCPUInfo aarch64_cpus[] = { #ifdef CONFIG_USER_ONLY

Re: [Qemu-devel] armv8 support in qemu

2014-03-10 Thread Alex Bennée
Gaurav Sharma writes: > Hi, > I just wanted to know what is the current status armv8 support in qemu ? > After initial look into the source code i see the support for user mode. > Even though aarch64-softmmu is supported in the target list, i do not see > any corresponding code for init in targe

[Qemu-devel] armv8 support in qemu

2014-03-10 Thread Gaurav Sharma
Hi, I just wanted to know what is the current status armv8 support in qemu ? After initial look into the source code i see the support for user mode. Even though aarch64-softmmu is supported in the target list, i do not see any corresponding code for init in target-arm/cpu64.c. Thanks, Gaurav