qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Patch v1 4/8] target_arm: Remove memory region init fr


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [Patch v1 4/8] target_arm: Remove memory region init from armv7m_init
Date: Mon, 15 Sep 2014 17:36:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Il 15/09/2014 17:20, Peter Crosthwaite ha scritto:
>> > +    /* Flash programming is done via the SCU, so pretend it is ROM.  */
>> > +    memory_region_init_ram(flash, NULL, "armv7m.flash", flash_size);
> You can give this a better name, such as "stellaris.flash" now that we
> are not in armv7m anymore.
> 
> Paolo, do you have any advice as to whether we should attempt to
> parent this MR to the machine or something or just stay NULL
> (considering we are in non-qdevified code?).

The machine is the default owner anyway.

Paolo




reply via email to

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