Re: [Qemu-devel] [PATCH v2] x86: Increase max vcpu number to 8192

2017-08-11 Thread no-reply
Hi, This series failed build test on FreeBSD host. Please find the details below. Type: series Message-id: 1502417472-15511-1-git-send-email-tianyu@intel.com Subject: [Qemu-devel] [PATCH v2] x86: Increase max vcpu number to 8192 === TEST SCRIPT BEGIN === #!/bin/sh # Testing script will be

Re: [Qemu-devel] [PATCH v2] x86: Increase max vcpu number to 8192

2017-08-11 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. Message-id: 1502417472-15511-1-git-send-email-tianyu@intel.com Subject: [Qemu-devel] [PATCH v2] x86: Increase max vcpu

[Qemu-devel] [PATCH v2] x86: Increase max vcpu number to 8192

2017-08-11 Thread Lan Tianyu
Intel Xeon phi chip will support 352 logical threads. For HPC usage case, it will create a huge VM with vcpus number as same as host cpus. This patch is to increase max vcpu number from 288 to 8192 which is current default maximum cpu number for Linux kernel. Signed-off-by: Lan Tianyu --- Change