qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH qom-cpu v4 18/18] memory_mapping: Build only onc


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH qom-cpu v4 18/18] memory_mapping: Build only once
Date: Sun, 9 Jun 2013 18:29:15 +0100

On 9 June 2013 17:10, Andreas Färber <address@hidden> wrote:
> Move RAMBlock, RAMList and ram_list to exec/cpu-common.h since they do
> not depend on CPUArchState. We can then use it together with qom/cpu.h
> to replace cpu.h and exec/cpu-all.h includes, making it fully
> target-independent.

Messing directly with RAMBlocks is (or should be) limited to
pretty small amounts of the codebase, so maybe it's worth putting
these structs in their own header in include/exec which only gets
pulled in by the code that really needs it?

thanks
-- PMM



reply via email to

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