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

Eduardo Habkost posted 2 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170530191121.1920-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
numa.c            |  3 +--
tests/numa-test.c | 14 +++++++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/2] NUMA fixes, 2017-05-30
Posted by Eduardo Habkost 6 years, 10 months ago
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(-)

-- 
2.11.0.259.g40922b1


Re: [Qemu-devel] [PULL 0/2] NUMA fixes, 2017-05-30
Posted by Peter Maydell 6 years, 10 months ago
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