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
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
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
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