Re: [PATCH 0/2] numa: stop abusing numa_mem_supported

2019-12-20 Thread Igor Mammedov
On Fri, 20 Dec 2019 14:14:58 +0100 Paolo Bonzini wrote: > On 19/12/19 14:42, Igor Mammedov wrote: > > On Thu, 19 Dec 2019 08:30:34 -0500 > > "Michael S. Tsirkin" wrote: > > > >> On Thu, Dec 19, 2019 at 02:28:51PM +0100, Igor Mammedov wrote: > >>> On Thu, 12 Dec 2019 13:48:54 +0100 > >>> Igo

Re: [PATCH 0/2] numa: stop abusing numa_mem_supported

2019-12-20 Thread Paolo Bonzini
On 19/12/19 14:42, Igor Mammedov wrote: > On Thu, 19 Dec 2019 08:30:34 -0500 > "Michael S. Tsirkin" wrote: > >> On Thu, Dec 19, 2019 at 02:28:51PM +0100, Igor Mammedov wrote: >>> On Thu, 12 Dec 2019 13:48:54 +0100 >>> Igor Mammedov wrote: >>> A fix and cleanup for a mistakes that slippe

Re: [PATCH 0/2] numa: stop abusing numa_mem_supported

2019-12-19 Thread Igor Mammedov
On Thu, 19 Dec 2019 08:30:34 -0500 "Michael S. Tsirkin" wrote: > On Thu, Dec 19, 2019 at 02:28:51PM +0100, Igor Mammedov wrote: > > On Thu, 12 Dec 2019 13:48:54 +0100 > > Igor Mammedov wrote: > > > > > A fix and cleanup for a mistakes that slipped by me in > > > aa57020774 (numa: move numa

Re: [PATCH 0/2] numa: stop abusing numa_mem_supported

2019-12-19 Thread Michael S. Tsirkin
On Thu, Dec 19, 2019 at 02:28:51PM +0100, Igor Mammedov wrote: > On Thu, 12 Dec 2019 13:48:54 +0100 > Igor Mammedov wrote: > > > A fix and cleanup for a mistakes that slipped by me in > > aa57020774 (numa: move numa global variable nb_numa_nodes into > > MachineState) > > ping, > > could so

Re: [PATCH 0/2] numa: stop abusing numa_mem_supported

2019-12-19 Thread Igor Mammedov
On Thu, 12 Dec 2019 13:48:54 +0100 Igor Mammedov wrote: > A fix and cleanup for a mistakes that slipped by me in > aa57020774 (numa: move numa global variable nb_numa_nodes into MachineState) ping, could someone pick it up please? > > > CC: Eduardo Habkost > CC: Marcel Apfelbaum > CC: T

[PATCH 0/2] numa: stop abusing numa_mem_supported

2019-12-12 Thread Igor Mammedov
A fix and cleanup for a mistakes that slipped by me in aa57020774 (numa: move numa global variable nb_numa_nodes into MachineState) CC: Eduardo Habkost CC: Marcel Apfelbaum CC: Tao Xu Igor Mammedov (2): numa: remove not needed check numa: properly check if numa is supported hw/arm/sb