mbox

[PULL,0/2] NUMA fixes, 2017-05-30

Message ID 20170530191121.1920-1-ehabkost@redhat.com
State New
Headers show

Pull-request

git://github.com/ehabkost/qemu.git tags/numa-pull-request

Message

Eduardo Habkost May 30, 2017, 7:11 p.m. UTC
The following changes since commit 0748b3526e8cb78b9cd64208426bfc3d54a72b04:

  Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-30 14:15:15 +0100)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/numa-pull-request

for you to fetch changes up to f892291eee376505cfec8b6cade7ccf952a6d3e0:

  numa: Fix format string for "Invalid node" message (2017-05-30 16:09:58 -0300)

----------------------------------------------------------------
NUMA fixes, 2017-05-30

----------------------------------------------------------------

Eduardo Habkost (1):
  numa: Fix format string for "Invalid node" message

Marc-André Lureau (1):
  numa-test: fix query-cpus leaks

 numa.c            |  3 +--
 tests/numa-test.c | 14 +++++++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

Comments

Peter Maydell June 1, 2017, 11:06 a.m. UTC | #1
On 30 May 2017 at 20:11, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 0748b3526e8cb78b9cd64208426bfc3d54a72b04:
>
>   Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-30 14:15:15 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/numa-pull-request
>
> for you to fetch changes up to f892291eee376505cfec8b6cade7ccf952a6d3e0:
>
>   numa: Fix format string for "Invalid node" message (2017-05-30 16:09:58 -0300)
>
> ----------------------------------------------------------------
> NUMA fixes, 2017-05-30
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (1):
>   numa: Fix format string for "Invalid node" message
>
> Marc-André Lureau (1):
>   numa-test: fix query-cpus leaks
>
>  numa.c            |  3 +--
>  tests/numa-test.c | 14 +++++++++-----
>  2 files changed, 10 insertions(+), 7 deletions(-)

Applied, thanks.

-- PMM