Re: [Qemu-devel] [PATCH 02/27] split MRU ram list

2012-07-26 Thread Avi Kivity
On 07/25/2012 11:20 PM, Michael Roth wrote: > On Tue, Jul 24, 2012 at 08:36:27PM +0200, Juan Quintela wrote: >> From: Paolo Bonzini >> >> Outside the execution threads the normal, non-MRU-ized order of >> the RAM blocks should always be enough. So manage two separate >> lists, which will have se

Re: [Qemu-devel] [PATCH 02/27] split MRU ram list

2012-07-25 Thread Michael Roth
On Tue, Jul 24, 2012 at 08:36:27PM +0200, Juan Quintela wrote: > From: Paolo Bonzini > > Outside the execution threads the normal, non-MRU-ized order of > the RAM blocks should always be enough. So manage two separate > lists, which will have separate locking rules. One thing I'm noticing is th

[Qemu-devel] [PATCH 02/27] split MRU ram list

2012-07-24 Thread Juan Quintela
From: Paolo Bonzini Outside the execution threads the normal, non-MRU-ized order of the RAM blocks should always be enough. So manage two separate lists, which will have separate locking rules. Signed-off-by: Paolo Bonzini Signed-off-by: Juan Quintela --- cpu-all.h |4 +++- exec.c|