On Fri, 28 Jun 2019 at 19:47, Eduardo Habkost <ehabk...@redhat.com> wrote: > > Changes v1 -> v2: > * Fix s390x build failure > > The following changes since commit 474f3938d79ab36b9231c9ad3b5a9314c2aeacde: > > Merge remote-tracking branch > 'remotes/amarkovic/tags/mips-queue-jun-21-2019' into staging (2019-06-21 > 15:40:50 +0100) > > are available in the Git repository at: > > git://github.com/ehabkost/qemu.git tags/machine-next-pull-request > > for you to fetch changes up to b701bfd0634f24551449856cdc56fd13f35bd1f6: > > vl.c: Add -smp, dies=* command line support and update doc (2019-06-28 > 15:34:12 -0300) > > ---------------------------------------------------------------- > Machine and x86 queue, 2019-06-28 > > * CPU die topology support (Like Xu) > * Deprecation of features (Igor Mammedov): > * 'mem' parameter of '-numa node' option > * implict memory distribution between NUMA nodes > * deprecate -mem-path fallback to anonymous RAM > * Other i386 fixes
Hi. This fills my build logs with warnings during 'make check': qemu-system-i386: warning: Default splitting of RAM between nodes is deprecated, Use '-numa node,memdev' to explictly define RAM allocation per node qemu-system-i386: warning: Default splitting of RAM between nodes is deprecated, Use '-numa node,memdev' to explictly define RAM allocation per node qemu-system-i386: -numa node,mem=128: warning: Parameter -numa node,mem is deprecated, use -numa node,memdev instead qemu-system-i386: -numa node,mem=32M,nodeid=0: warning: Parameter -numa node,mem is deprecated, use -numa node,memdev instead qemu-system-i386: -numa node,mem=32M,nodeid=1: warning: Parameter -numa node,mem is deprecated, use -numa node,memdev instead qemu-system-i386: -numa node,mem=32M,nodeid=2: warning: Parameter -numa node,mem is deprecated, use -numa node,memdev instead qemu-system-i386: -numa node,mem=32M,nodeid=3: warning: Parameter -numa node,mem is deprecated, use -numa node,memdev instead [etc etc for hundreds of instances] Can you either fix the tests not to warn or arrange for the warnings to be suppressed, please? thanks -- PMM