]> Git Repo - qemu.git/commit
ide: Turn debug messages into assertions
authorKevin Wolf <[email protected]>
Mon, 9 May 2011 09:42:03 +0000 (11:42 +0200)
committerKevin Wolf <[email protected]>
Wed, 18 May 2011 12:38:45 +0000 (14:38 +0200)
commit2860e3eb9695d7596507e82b98074937fbd7fa18
treeac687f284d48e1de058ac383d09bc82fd87504a2
parent1e71db3087ae9256fcfd8e9e322ad86edce48a96
ide: Turn debug messages into assertions

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 <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
hw/ide/pci.c
This page took 0.028252 seconds and 4 git commands to generate.