Re: [Qemu-devel] [PATCH 1/2] Rename nb_numa_nodes to num_numa_nodes

2014-07-03 Thread Nishanth Aravamudan
On 03.07.2014 [10:03:10 +0300], Michael S. Tsirkin wrote: > On Tue, Jul 01, 2014 at 01:11:08PM -0700, Nishanth Aravamudan wrote: > > As suggested by Eduardo Habkost, rename nb_numa_nodes to num_numa_nodes > > throughout the code, as that reflects the use of the variable more > > clearly. > > > > S

Re: [Qemu-devel] [PATCH 1/2] Rename nb_numa_nodes to num_numa_nodes

2014-07-03 Thread Michael S. Tsirkin
On Tue, Jul 01, 2014 at 01:11:08PM -0700, Nishanth Aravamudan wrote: > As suggested by Eduardo Habkost, rename nb_numa_nodes to num_numa_nodes > throughout the code, as that reflects the use of the variable more > clearly. > > Signed-off-by: Nishanth Aravamudan So far so good but we are past sof

Re: [Qemu-devel] [PATCH 1/2] Rename nb_numa_nodes to num_numa_nodes

2014-07-01 Thread Eduardo Habkost
On Tue, Jul 01, 2014 at 01:11:08PM -0700, Nishanth Aravamudan wrote: > As suggested by Eduardo Habkost, rename nb_numa_nodes to num_numa_nodes > throughout the code, as that reflects the use of the variable more > clearly. > > Signed-off-by: Nishanth Aravamudan Reviewed-by: Eduardo Habkost --

[Qemu-devel] [PATCH 1/2] Rename nb_numa_nodes to num_numa_nodes

2014-07-01 Thread Nishanth Aravamudan
As suggested by Eduardo Habkost, rename nb_numa_nodes to num_numa_nodes throughout the code, as that reflects the use of the variable more clearly. Signed-off-by: Nishanth Aravamudan diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 2cf22b1..12472c6 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -