Re: [Qemu-devel] [PATCH] ide: Turn debug messages into assertions

2011-05-09 Thread Stefan Hajnoczi
On Mon, May 9, 2011 at 10:52 AM, Kevin Wolf wrote: > These printfs aren't really debug messages, but clearly indicate a bug if they > ever become effective. Noone uses DEBUG_IDE, let's re-enable the check > unconditionally and make it an assertion instead of printfs in the device > emulation. > >

[Qemu-devel] [PATCH] ide: Turn debug messages into assertions

2011-05-09 Thread Kevin Wolf
These printfs aren't really debug messages, but clearly indicate a bug if they ever become effective. Noone uses DEBUG_IDE, let's re-enable the check unconditionally and make it an assertion instead of printfs in the device emulation. Signed-off-by: Kevin Wolf --- hw/ide/pci.c |8 ++-- 1