qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] Add i.MX I2C device emulator.


From: Jean-Christophe DUBOIS
Subject: Re: [Qemu-devel] [PATCH 1/2] Add i.MX I2C device emulator.
Date: Sat, 04 May 2013 10:38:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5

On 05/04/2013 10:29 AM, Peter Maydell wrote:
On 4 May 2013 09:27, Andreas Färber <address@hidden> wrote:
Am 04.05.2013 10:22, schrieb Jean-Christophe DUBOIS:
Do you mean arm_load_kernel() should test for qtest_enable() or should I
call arm_load_kernel() only if !qtest_enable() (there is not much
platform checking for qtest_enable() at this time and it seems somebody
need to set the "entry" field in the info struct).
In short, qtest does not execute any code, so it does not need to load
binaries or set CPU entry addresses.

Yes, I would say there is no point calling arm_load_kernel() if
!qtest_enabled().
I'd rather we didn't end up with qtest_enabled() checks infecting
every board model, please...

Then should we put it in arm_load_kernel() so that all board model get it ?

JC


thanks
-- PMM





reply via email to

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