]> Git Repo - qemu.git/commit - block/raw-posix.c
raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT
authorDimitris Aragiorgis <[email protected]>
Tue, 23 Jun 2015 10:44:58 +0000 (13:44 +0300)
committerStefan Hajnoczi <[email protected]>
Tue, 23 Jun 2015 14:08:52 +0000 (15:08 +0100)
commitbcb225550dcc0d6fcef8e97012bae572ba78f73a
treee4e2d14f8ff549ed41ac5c4bbc8ef5aa99c7c3c0
parent1b6bc94d5d43ff3e39abadae19f2dbcb0954eb93
raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT

Building the QEMU tools fails if we #define DEBUG_BLOCK inside
block/raw-posix.c. Here instead of adding qemu-log.o in block-obj-y
so that DEBUG_BLOCK_PRINT can be used, we substitute the latter with
a simple DPRINTF() (that does not cause bit-rot).

Signed-off-by: Dimitris Aragiorgis <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Message-id: 1435056300[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
block/raw-posix.c
This page took 0.025297 seconds and 4 git commands to generate.