Re: [Qemu-devel] [PATCH v4 4/5] raw-posix: Use DPRINTF for DEBUG_FLOPPY

2015-06-19 Thread Stefan Hajnoczi
On Wed, May 20, 2015 at 12:57:38PM +0300, Dimitris Aragiorgis wrote: > Get rid of several #ifdef DEBUG_FLOPPY and substitute them with > DPRINTF. > > Signed-off-by: Dimitris Aragiorgis > --- > block/raw-posix.c | 22 +- > 1 file changed, 5 insertions(+), 17 deletions(-) Re

Re: [Qemu-devel] [PATCH v4 4/5] raw-posix: Use DPRINTF for DEBUG_FLOPPY

2015-06-18 Thread Eric Blake
On 05/20/2015 03:57 AM, Dimitris Aragiorgis wrote: > Get rid of several #ifdef DEBUG_FLOPPY and substitute them with > DPRINTF. > > Signed-off-by: Dimitris Aragiorgis > --- > block/raw-posix.c | 22 +- > 1 file changed, 5 insertions(+), 17 deletions(-) Reviewed-by: Eric Bl

[Qemu-devel] [PATCH v4 4/5] raw-posix: Use DPRINTF for DEBUG_FLOPPY

2015-05-20 Thread Dimitris Aragiorgis
Get rid of several #ifdef DEBUG_FLOPPY and substitute them with DPRINTF. Signed-off-by: Dimitris Aragiorgis --- block/raw-posix.c | 22 +- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/block/raw-posix.c b/block/raw-posix.c index 438bf0b..ace228f 100644 ---