Re: [Qemu-devel] [PATCH] Move RAMBlock and ram_list to ram_addr.h

2015-08-17 Thread Dr. David Alan Gilbert
* Peter Crosthwaite (crosthwaitepe...@gmail.com) wrote: > Is there a functional reason for making this change, or pure > organisational? Either way the patch is ok, I'm just looking for the > motivation as this stuff did pop up in the multi-arch refactorings at > one stage and I did think about mov

Re: [Qemu-devel] [PATCH] Move RAMBlock and ram_list to ram_addr.h

2015-08-15 Thread Peter Crosthwaite
Is there a functional reason for making this change, or pure organisational? Either way the patch is ok, I'm just looking for the motivation as this stuff did pop up in the multi-arch refactorings at one stage and I did think about moving it. Can we add a one-liner to commit message? Regards, Pete

Re: [Qemu-devel] [PATCH] Move RAMBlock and ram_list to ram_addr.h

2015-08-14 Thread Paolo Bonzini
On 14/08/2015 12:25, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Signed-off-by: Dr. David Alan Gilbert > --- > include/exec/cpu-all.h | 41 - > include/exec/ram_addr.h | 40 > 2 file

[Qemu-devel] [PATCH] Move RAMBlock and ram_list to ram_addr.h

2015-08-14 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Signed-off-by: Dr. David Alan Gilbert --- include/exec/cpu-all.h | 41 - include/exec/ram_addr.h | 40 2 files changed, 40 insertions(+), 41 deletions(-) diff --git a/include/exec/c