Re: [Qemu-devel] [PATCH v3 0/6] spapr: rework memory nodes

2014-07-28 Thread Alexander Graf
On 21.07.14 05:15, Alexey Kardashevskiy wrote: On 07/03/2014 01:10 PM, Alexey Kardashevskiy wrote: c4177479 "spapr: make sure RMA is in first mode of first memory node" introduced regression which prevents from running guests with memoryless NUMA node#0 which may happen on real POWER8 boxes and

Re: [Qemu-devel] [PATCH v3 0/6] spapr: rework memory nodes

2014-07-20 Thread Alexey Kardashevskiy
On 07/03/2014 01:10 PM, Alexey Kardashevskiy wrote: > c4177479 "spapr: make sure RMA is in first mode of first memory node" > introduced regression which prevents from running guests with memoryless > NUMA node#0 which may happen on real POWER8 boxes and which would make > sense to debug in QEMU. >

[Qemu-devel] [PATCH v3 0/6] spapr: rework memory nodes

2014-07-02 Thread Alexey Kardashevskiy
c4177479 "spapr: make sure RMA is in first mode of first memory node" introduced regression which prevents from running guests with memoryless NUMA node#0 which may happen on real POWER8 boxes and which would make sense to debug in QEMU. This patchset aim is to fix that and also fix various code