Re: [libvirt] PATCH: 23/28: Replace client linked list with array

2008-11-30 Thread Daniel P. Berrange
This replaces the linked list of 'struct qemud_client' instances with an array instead, allowing easy fine grained per-client locking qemud.c | 43 --- qemud.h |4 +--- 2 files changed, 25 insertions(+), 22 deletions(-) Daniel diff --git a/qemud/qe

Re: [libvirt] PATCH: 23/28: Replace client linked list with array

2008-12-03 Thread Daniel Veillard
On Mon, Dec 01, 2008 at 12:14:04AM +, Daniel P. Berrange wrote: > This replaces the linked list of 'struct qemud_client' instances with an > array instead, allowing easy fine grained per-client locking > +1 I'm still a bit afraid of those memmove scattered around the array code, and would p