Re: [Qemu-devel] [PATCH 3/3] numa: silence incomplete mapping warning under qtest

2017-05-22 Thread Eduardo Habkost
On Mon, May 22, 2017 at 09:58:36AM +0200, Igor Mammedov wrote: > On Thu, 18 May 2017 15:20:39 -0300 > Eduardo Habkost wrote: > > > On Thu, May 18, 2017 at 10:09:31AM +0200, Igor Mammedov wrote: > > > Suggested-by: Markus Armbruster > > > Signed-off-by: Igor Mammedov > > > > Where exactly is

Re: [Qemu-devel] [PATCH 3/3] numa: silence incomplete mapping warning under qtest

2017-05-22 Thread Igor Mammedov
On Thu, 18 May 2017 15:20:39 -0300 Eduardo Habkost wrote: > On Thu, May 18, 2017 at 10:09:31AM +0200, Igor Mammedov wrote: > > Suggested-by: Markus Armbruster > > Signed-off-by: Igor Mammedov > > Where exactly is the test code that triggers those messages and > requires this patch? I would l

Re: [Qemu-devel] [PATCH 3/3] numa: silence incomplete mapping warning under qtest

2017-05-19 Thread Stefan Hajnoczi
On Thu, May 18, 2017 at 7:20 PM, Eduardo Habkost wrote: > On Thu, May 18, 2017 at 10:09:31AM +0200, Igor Mammedov wrote: >> Suggested-by: Markus Armbruster >> Signed-off-by: Igor Mammedov > > Where exactly is the test code that triggers those messages and > requires this patch? I would like to d

Re: [Qemu-devel] [PATCH 3/3] numa: silence incomplete mapping warning under qtest

2017-05-18 Thread Eduardo Habkost
On Thu, May 18, 2017 at 10:09:31AM +0200, Igor Mammedov wrote: > Suggested-by: Markus Armbruster > Signed-off-by: Igor Mammedov Where exactly is the test code that triggers those messages and requires this patch? I would like to document that in the commit message. > --- > CC: Markus Armbruster