]> git.proxmox.com Git - mirror_qemu.git/commit
hw: misc: edu: use qemu_log_mask instead of hw_error
authorChris Friedt <chrisfriedt@gmail.com>
Tue, 18 Oct 2022 12:25:51 +0000 (08:25 -0400)
committerThomas Huth <thuth@redhat.com>
Tue, 30 Apr 2024 04:21:47 +0000 (06:21 +0200)
commit7b608e5d6c1d61430e81cd5c71b0277b99b03f3a
tree383e1029dd23253c35dd351c9a1ec4d2f2577b9e
parent3e64d7d7b8761107c39cc03da2d031d1d6f6912a
hw: misc: edu: use qemu_log_mask instead of hw_error

Log a guest error instead of a hardware error when
the guest tries to DMA to / from an invalid address.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
Message-ID: <20221018122551.94567-3-cfriedt@meta.com>
[thuth: Add missing #include statement, fix error reported by checkpatch.pl]
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/misc/edu.c