Re: [Qemu-devel] [RFC PATCH 2/6] ram_blocks: Convert to a QLIST

2010-06-09 Thread Yoshiaki Tamura
2010/6/10 Alex Williamson : > On Wed, 2010-06-09 at 14:11 -0600, Cam Macdonell wrote: >> On Tue, Jun 8, 2010 at 1:15 PM, Alex Williamson >> > diff --git a/cpu-all.h b/cpu-all.h >> > index 77eaf85..458cb4b 100644 >> > --- a/cpu-all.h >> > +++ b/cpu-all.h >> > @@ -859,9 +859,21 @@ target_phys_addr_t

Re: [Qemu-devel] [RFC PATCH 2/6] ram_blocks: Convert to a QLIST

2010-06-09 Thread Alex Williamson
On Wed, 2010-06-09 at 14:11 -0600, Cam Macdonell wrote: > On Tue, Jun 8, 2010 at 1:15 PM, Alex Williamson > > diff --git a/cpu-all.h b/cpu-all.h > > index 77eaf85..458cb4b 100644 > > --- a/cpu-all.h > > +++ b/cpu-all.h > > @@ -859,9 +859,21 @@ target_phys_addr_t cpu_get_phys_page_debug(CPUState >

Re: [Qemu-devel] [RFC PATCH 2/6] ram_blocks: Convert to a QLIST

2010-06-09 Thread Cam Macdonell
On Tue, Jun 8, 2010 at 1:15 PM, Alex Williamson wrote: > This makes the RAM block list easier to manipulate.  Also incorporate > relevant variables into the RAMList struct. > > Signed-off-by: Alex Williamson > --- > >  arch_init.c |   14 ++- >  cpu-all.h   |   28 --- >

[Qemu-devel] [RFC PATCH 2/6] ram_blocks: Convert to a QLIST

2010-06-08 Thread Alex Williamson
This makes the RAM block list easier to manipulate. Also incorporate relevant variables into the RAMList struct. Signed-off-by: Alex Williamson --- arch_init.c | 14 ++- cpu-all.h | 28 --- exec.c | 72 ++-