s390x/kvm: make printf always compile in debug output
commit08564ecd4df76c047baf956f66e8a9bffe5e0e97
authorDanil Antonov <g.danil.anto@gmail.com>
Sat, 1 Apr 2017 13:45:53 +0000 (1 16:45 +0300)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 21 Apr 2017 07:32:09 +0000 (21 09:32 +0200)
treeaed25ca464df9f3e14b914063ffdbf33577226c7
parent10890873ca8e518d5ef7782281fd4a6aeeda7061
s390x/kvm: make printf always compile in debug output

Wrapped printf calls inside debug macros (DPRINTF) in `if` statement.
This will ensure that printf function will always compile even if debug
output is turned off and, in turn, will prevent bitrot of the format
strings.

Signed-off-by: Danil Antonov <g.danil.anto@gmail.com>
Message-Id: <CA+KKJYAhsuTodm3s2rK65hR=-Xi5+Z7Q+M2nJYZQf2wa44HfOg@mail.gmail.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target/s390x/kvm.c