OSDN Git Service

hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 12 Jan 2021 11:29:55 +0000 (12:29 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 18 Jan 2021 10:51:26 +0000 (11:51 +0100)
commit580e733321511ab4eda7d6ca14ca157d71ea8728
tree237ab21949bf979aa0ba8623bb84f2d203fc7cab
parent3d64fdde67f5afc669615e60e213f4b8d5153df0
hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)

Replace fprintf() calls by qemu_log_mask(LOG_GUEST_ERROR).

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210112112955.1849212-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/ide/ahci.c