qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Add -semihosting-config ....cmdline=string.


From: Liviu Ionescu
Subject: Re: [Qemu-devel] [PATCH] Add -semihosting-config ....cmdline=string.
Date: Thu, 20 Nov 2014 17:03:18 +0200

On 20 Nov 2014, at 15:31, Peter Maydell <address@hidden> wrote:

> I think you can avoid having to plumb the command line
> string into the MachineState and arm_boot_info structures,
> because you can just have the semihosting code look the
> option up by name:
> 
>     QemuOpts *opts =
> qemu_opts_find(qemu_find_opts("semihosting-config"), NULL);

something is missing with the way options are handled, this call fails with 
BAD_ACCESS.

I tried to debug the problem, but with little success so far.

> That will also automatically make the command line option
> work for A profile CPUs as well.

where is the A profile code?


regards,

Liviu




reply via email to

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