commit | 735581a0a13c58e6ff7eaf7a1087e1e5d917cabe | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Apr 20 09:19:01 2018 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Apr 27 08:58:04 2018 +0200 |
tree | 15ed479fb739ae1e26a649ec52cff0a9420f33a6 | |
parent | 741c3aeb82c78e173aa7155aaffb971e5c73ab3c [diff] |
qxl: remove qxl_io_log() qxl_io_log() sends messages over to the host (qemu) for logging. Remove the function and all callers, we can just use standard DRM_DEBUG calls (and if needed a serial console). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Link: http://patchwork.freedesktop.org/patch/msgid/20180420071904.24276-2-kraxel@redhat.com