diff options
author | Lin Ma | 2016-09-26 07:29:58 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2016-09-28 12:21:46 +0200 |
commit | eb7b5c35117bfb90dcfa881a0e3b23368c73fba6 (patch) | |
tree | 6fccee369c1796dc7f564cc292a5e5974ed930b0 /hw/net/imx_fec.c | |
parent | aio-posix: avoid unnecessary aio_epoll_enabled() calls (diff) | |
download | qemu-eb7b5c35117bfb90dcfa881a0e3b23368c73fba6.tar.gz qemu-eb7b5c35117bfb90dcfa881a0e3b23368c73fba6.tar.xz qemu-eb7b5c35117bfb90dcfa881a0e3b23368c73fba6.zip |
iothread: check iothread->ctx before aio_context_unref to avoid assertion
if iothread->ctx is set to NULL, aio_context_unref triggers the assertion:
g_source_unref: assertion 'source != NULL' failed.
The patch fixes it.
Signed-off-by: Lin Ma <lma@suse.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20160926052958.10716-1-lma@suse.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/net/imx_fec.c')
0 files changed, 0 insertions, 0 deletions