Re: [Qemu-devel] [PATCH] hw/acpi: Select an node with memory for mapping memory hole to

2017-08-15 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 1502787511-20894-1-git-send-email-douly.f...@cn.fujitsu.com Subject: [Qemu-devel] [PATCH] hw/acpi: Select an node with memory for mapping memory hole to Type: series === TEST SCRIPT

[Qemu-devel] [PATCH] hw/acpi: Select an node with memory for mapping memory hole to

2017-08-15 Thread Dou Liyang
Currently, Using the fisrt node without memory on the machine makes QEMU unhappy. With this example command line: ... \ -m 1024M,slots=4,maxmem=32G \ -numa node,nodeid=0 \ -numa node,mem=1024M,nodeid=1 \ -numa node,nodeid=2 \ -numa node,nodeid=3 \ Guest reports "No NUMA configuration fo