From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYg5c-0007tj-0K for qemu-devel@nongnu.org; Thu, 19 Mar 2015 15:26:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYg5X-0005cA-1S for qemu-devel@nongnu.org; Thu, 19 Mar 2015 15:26:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYg5W-0005c5-Qt for qemu-devel@nongnu.org; Thu, 19 Mar 2015 15:26:38 -0400 From: Eduardo Habkost Date: Thu, 19 Mar 2015 16:26:08 -0300 Message-Id: <1426793174-19012-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/6] NUMA queue 2015-03-19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Paolo Bonzini , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= , "Michael S. Tsirkin" The following changes since commit 3e5f6234b4f45a11b7c357dde2d6da36641bc6f6: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-03-19 17:47:08 +0000) are available in the git repository at: https://github.com/ehabkost/qemu.git tags/work/numa-verify-cpus-pull-request for you to fetch changes up to 549fc54b8cfe16a475d8f6b8f838e53b45452b4a: numa: Print warning if no node is assigned to a CPU (2015-03-19 16:20:15 -0300) ---------------------------------------------------------------- NUMA queue 2015-03-19 ---------------------------------------------------------------- Eduardo Habkost (4): numa: Fix off-by-one error at MAX_CPUMASK_BITS check numa: Reject CPU indexes > max_cpus numa: Reject configuration if CPU appears on multiple nodes numa: Print warning if no node is assigned to a CPU Igor Mammedov (2): numa: introduce machine callback for VCPU to node mapping pc: fix default VCPU to NUMA node mapping hw/i386/pc.c | 9 +++++++ include/hw/boards.h | 5 ++++ include/sysemu/numa.h | 3 ++- numa.c | 73 +++++++++++++++++++++++++++++++++++++++++++++------ vl.c | 2 +- 5 files changed, 82 insertions(+), 10 deletions(-) -- 2.1.0