mbox

[PULL,0/1] Silence "make check" warnings on NUMA test

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

Pull-request

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

Message

Eduardo Habkost May 23, 2017, 10:44 a.m. UTC
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(-)

Comments

Stefan Hajnoczi May 30, 2017, 8:31 a.m. UTC | #1
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