qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 02/14] ARM: exynos4210: CMU support


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v3 02/14] ARM: exynos4210: CMU support
Date: Wed, 14 Dec 2011 11:43:03 +0000

On 14 December 2011 12:10, Maksim E. Kozlov <address@hidden> wrote:
> Should we save globally defined static structures , some fields of which can
> be changed at runtime? If yes, could you recommend a right way to do that?

You shouldn't have globally defined static structures or variables which
can be changed at runtime. That would mean you couldn't instantiate two
of whichever qdev device that state belonged to. (For the current exynos
obviously you wouldn't have two clock trees, but in future QEMU might be
improved to support instantiating two board models at once.)

-- PMM



reply via email to

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