mbox

[PULL,0/6] NUMA queue 2015-03-19

Message ID 1426793174-19012-1-git-send-email-ehabkost@redhat.com
State New
Headers show

Pull-request

https://github.com/ehabkost/qemu.git tags/work/numa-verify-cpus-pull-request

Message

Eduardo Habkost March 19, 2015, 7:26 p.m. UTC
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(-)

Comments

Peter Maydell March 20, 2015, 12:25 p.m. UTC | #1
On 19 March 2015 at 19:26, Eduardo Habkost <ehabkost@redhat.com> wrote:
> 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
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM