Re: [Qemu-devel] [PATCH 0/7] NUMA code cleanup

2015-02-12 Thread Michael S. Tsirkin
On Mon, Feb 09, 2015 at 05:20:08PM +0100, Michael S. Tsirkin wrote: > On Mon, Feb 09, 2015 at 12:53:37PM -0200, Eduardo Habkost wrote: > > On Mon, Feb 09, 2015 at 10:16:08AM +0100, Paolo Bonzini wrote: > > > > > > > > > On 08/02/2015 19:51, Eduardo Habkost wrote: > > > > This cleans up some of th

Re: [Qemu-devel] [PATCH 0/7] NUMA code cleanup

2015-02-09 Thread Michael S. Tsirkin
On Mon, Feb 09, 2015 at 12:53:37PM -0200, Eduardo Habkost wrote: > On Mon, Feb 09, 2015 at 10:16:08AM +0100, Paolo Bonzini wrote: > > > > > > On 08/02/2015 19:51, Eduardo Habkost wrote: > > > This cleans up some of the NUMA code: moves declarations to numa.h, > > > rename some > > > functions, a

Re: [Qemu-devel] [PATCH 0/7] NUMA code cleanup

2015-02-09 Thread Paolo Bonzini
On 09/02/2015 15:53, Eduardo Habkost wrote: > Thanks! > > Do you think this should go through Michael's tree, like past NUMA > patches, or through yours? Through Michael's tree or yours :) Paolo

Re: [Qemu-devel] [PATCH 0/7] NUMA code cleanup

2015-02-09 Thread Eduardo Habkost
On Mon, Feb 09, 2015 at 10:16:08AM +0100, Paolo Bonzini wrote: > > > On 08/02/2015 19:51, Eduardo Habkost wrote: > > This cleans up some of the NUMA code: moves declarations to numa.h, rename > > some > > functions, and remove some existing code that was inside main(). > > > > Eduardo Habkost (

Re: [Qemu-devel] [PATCH 0/7] NUMA code cleanup

2015-02-09 Thread Paolo Bonzini
On 08/02/2015 19:51, Eduardo Habkost wrote: > This cleans up some of the NUMA code: moves declarations to numa.h, rename > some > functions, and remove some existing code that was inside main(). > > Eduardo Habkost (7): > numa: Move NUMA declarations from sysemu.h to numa.h > vl.c: Remove u

[Qemu-devel] [PATCH 0/7] NUMA code cleanup

2015-02-08 Thread Eduardo Habkost
This cleans up some of the NUMA code: moves declarations to numa.h, rename some functions, and remove some existing code that was inside main(). Eduardo Habkost (7): numa: Move NUMA declarations from sysemu.h to numa.h vl.c: Remove unnecessary zero-initialization of NUMA globals numa: Move N