Re: [Qemu-devel] [PATCH 01/14] libqos: Split apart pc_alloc_init

2015-01-19 Thread Paolo Bonzini
On 13/01/2015 04:34, John Snow wrote: > Move the list-specific initialization over into > malloc.c, to keep all of the list implementation > details within the same file. > > The allocation and freeing of these structures are > now both back within the same layer. > > Signed-off-by: John Snow

Re: [Qemu-devel] [PATCH 01/14] libqos: Split apart pc_alloc_init

2015-01-13 Thread John Snow
On 01/13/2015 03:54 AM, Marc Marí wrote: El Mon, 12 Jan 2015 22:34:26 -0500 John Snow escribió: Move the list-specific initialization over into malloc.c, to keep all of the list implementation details within the same file. The allocation and freeing of these structures are now both back with

Re: [Qemu-devel] [PATCH 01/14] libqos: Split apart pc_alloc_init

2015-01-13 Thread Marc Marí
El Mon, 12 Jan 2015 22:34:26 -0500 John Snow escribió: > Move the list-specific initialization over into > malloc.c, to keep all of the list implementation > details within the same file. > > The allocation and freeing of these structures are > now both back within the same layer. > > Signed-off

[Qemu-devel] [PATCH 01/14] libqos: Split apart pc_alloc_init

2015-01-12 Thread John Snow
Move the list-specific initialization over into malloc.c, to keep all of the list implementation details within the same file. The allocation and freeing of these structures are now both back within the same layer. Signed-off-by: John Snow --- tests/libqos/malloc-pc.c | 20