Re: [Qemu-devel] [PATCH v3 0/1] numa: equally distribute memory on nodes

2017-05-02 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [PATCH v3 0/1] numa: equally distribute memory on nodes Message-id: 20170502152306.3101-1

[Qemu-devel] [PATCH v3 0/1] numa: equally distribute memory on nodes

2017-05-02 Thread Laurent Vivier
When there are more nodes than available memory to put the minimum allowed memory by node, all the memory is put on the last node. This series introduces a new MachineState function to distribute equally the memory across the nodes without breaking compatibility with previous machine types. The n