OSDN Git Service

m25p80: Convert guest errors to LOG_GUEST_ERROR
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 16 Apr 2013 00:33:32 +0000 (10:33 +1000)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Tue, 16 Apr 2013 08:25:34 +0000 (10:25 +0200)
commite9711b4d52ed07b9b754f9aa10b4a8c741815d0a
treefae154902290cbc33e5ff5bacc4c1ce3167183bb
parent3bec0c7d461a2f0139d60e959a80641487835d5a
m25p80: Convert guest errors to LOG_GUEST_ERROR

Some of the debug printfs in m25p80 are really guest errors.
Changed over to qemu_log_mask(LOG_GUEST_ERROR accordingly.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
hw/block/m25p80.c