qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] armv8 support in qemu


From: Peter Maydell
Subject: Re: [Qemu-devel] armv8 support in qemu
Date: Mon, 10 Mar 2014 09:33:38 +0000

On 10 March 2014 09:24, Gaurav Sharma <address@hidden> 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 const ARMCPUInfo aarch64_cpus[] = {
> #ifdef CONFIG_USER_ONLY
>     { .name = "any",         .initfn = aarch64_any_initfn },
> #endif
>     { .name = NULL }
> };

The code you are looking for is in the patches on the list which
Alex just told you about -- it is not currently in master.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]