[Qemu-devel] [PULL 0/1] Silence "make check" warnings on NUMA test

Eduardo Habkost posted 1 patch 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170523104454.31309-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/core/machine.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] Silence "make check" warnings on NUMA test
Posted by Eduardo Habkost 6 years, 10 months ago
The following changes since commit 56821559f0ba682fe6b367815572e6f974d329ab:

  Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (2017-05-18 13:36: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 c6ff347c8078bb86f75d38955641cb73e9d5b309:

  numa: Silence incomplete mapping warning under qtest (2017-05-22 14:24:52 -0300)

----------------------------------------------------------------
Silence "make check" warnings on NUMA test

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

Igor Mammedov (1):
  numa: Silence incomplete mapping warning under qtest

 hw/core/machine.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.11.0.259.g40922b1


Re: [Qemu-devel] [PULL 0/1] Silence "make check" warnings on NUMA test
Posted by Stefan Hajnoczi 6 years, 10 months ago
On Tue, May 23, 2017 at 07:44:53AM -0300, Eduardo Habkost wrote:
> The following changes since commit 56821559f0ba682fe6b367815572e6f974d329ab:
> 
>   Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (2017-05-18 13:36: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 c6ff347c8078bb86f75d38955641cb73e9d5b309:
> 
>   numa: Silence incomplete mapping warning under qtest (2017-05-22 14:24:52 -0300)
> 
> ----------------------------------------------------------------
> Silence "make check" warnings on NUMA test
> 
> ----------------------------------------------------------------
> 
> Igor Mammedov (1):
>   numa: Silence incomplete mapping warning under qtest
> 
>  hw/core/machine.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> -- 
> 2.11.0.259.g40922b1
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan