qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Memory on stellaris board


From: Peter Maydell
Subject: Re: [Qemu-devel] Memory on stellaris board
Date: Fri, 5 Feb 2016 16:23:41 +0000

On 5 February 2016 at 16:09, Aurelio Remonda
<address@hidden> wrote:
> Hello, im working on this feature right now.
> i have a working patch but maybe I can make some changes to make it look 
> better:
> for example in some point i check ram_size like this:
> if (ram_size == 0x8000000)
> Maybe if i make ram_addr_t default_ram_size global (is a local
> variable of set_memory_options function)
> i can use it instead of hardcoded 0x8000000.

No, don't do that.

Why do you care about whether the ram size is the default or not?

thanks
-- PMM



reply via email to

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