hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)
commita82185880e62ca11e52332b9d14971fad31bc6e4
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 10 Dec 2020 17:28:34 +0000 (10 18:28 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 18 Jan 2021 10:51:26 +0000 (18 11:51 +0100)
treeca1d8aa332c3abbf432507de47776cfd7f702e96
parente0cbcf1eea16e81f116560130a1b36da711fb102
hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)

Replace I/O write error reported with error_report() by
qemu_log_mask(GUEST_ERROR) which allow filtering.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20201210172834.178052-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/virtio/virtio-pci.c