]> git.ipfire.org Git - thirdparty/qemu.git/commit
pflash_cfi01: qemu_log_mask "unimplemented" msg
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 4 Dec 2012 06:04:33 +0000 (16:04 +1000)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 18 Dec 2012 15:49:51 +0000 (16:49 +0100)
commitd96fc51cc6defcd80bdf932823dadd88be532a0b
tree88a687d9bbf2caed86e53e5054a23aa738b19117
parente103129b1b5746f8388b37d18317e61d6b139b69
pflash_cfi01: qemu_log_mask "unimplemented" msg

This printf is informing the user of unimplemented functionality. It should be
re-directed to qemu_log(LOG_UNIMP, ...) accordingly.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/pflash_cfi01.c