]> git.proxmox.com Git - qemu.git/commit
PPC: Mac: Add debug prints in macio and dbdma code
authorAlexander Graf <agraf@suse.de>
Sat, 29 Jun 2013 23:23:45 +0000 (01:23 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 11 Jul 2013 16:51:24 +0000 (18:51 +0200)
commit33ce36bb33cc00ac3070d49e17b4afed62b412a8
treea329299f11621a9592535fb390be796990f2a0f0
parent9e232428784641b8e48a237a4cb2ffe84450d15c
PPC: Mac: Add debug prints in macio and dbdma code

The macio code is basically undebuggable as it stands today, with no
debug prints anywhere whatsoever. DBDMA was better, but I needed a
few more to create reasonable logs that tell me where breakage is.

Add a DPRINTF macro in the macio source file and add a bunch of debug
prints that are all disabled by default of course.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ide/macio.c
hw/misc/macio/mac_dbdma.c