commit | 7b608e5d6c1d61430e81cd5c71b0277b99b03f3a | [log] [tgz] |
---|---|---|
author | Chris Friedt <chrisfriedt@gmail.com> | Tue Oct 18 08:25:51 2022 -0400 |
committer | Thomas Huth <thuth@redhat.com> | Tue Apr 30 06:21:47 2024 +0200 |
tree | 383e1029dd23253c35dd351c9a1ec4d2f2577b9e | |
parent | 3e64d7d7b8761107c39cc03da2d031d1d6f6912a [diff] |
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>