Revision 9a3e52e3465f85d203d0fd2910ca3625b3c45420 authored by Wolfgang Bumiller on 25 September 2018, 08:15:06 UTC, committed by Markus Armbruster on 06 November 2018, 16:02:49 UTC
monitor_resume() and monitor_suspend() both want to
"kick" the I/O thread if it is there, but in
monitor_suspend() lacked the use_io_thread flag condition.
This is required when we later only spawn the thread on
first use.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180925081507.11873-2-w.bumiller@proxmox.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
1 parent 0ca70f1
History
File Mode Size
COPYRIGHT -rw-r--r-- 2.8 KB
Makefile.objs -rw-r--r-- 330 bytes
arp_table.c -rw-r--r-- 3.3 KB
bootp.c -rw-r--r-- 10.9 KB
bootp.h -rw-r--r-- 3.1 KB
cksum.c -rw-r--r-- 4.5 KB
debug.h -rw-r--r-- 865 bytes
dhcpv6.c -rw-r--r-- 6.8 KB
dhcpv6.h -rw-r--r-- 738 bytes
dnssearch.c -rw-r--r-- 8.2 KB
if.c -rw-r--r-- 6.1 KB
if.h -rw-r--r-- 551 bytes
ip.h -rw-r--r-- 6.9 KB
ip6.h -rw-r--r-- 4.5 KB
ip6_icmp.c -rw-r--r-- 12.7 KB
ip6_icmp.h -rw-r--r-- 7.1 KB
ip6_input.c -rw-r--r-- 1.5 KB
ip6_output.c -rw-r--r-- 840 bytes
ip_icmp.c -rw-r--r-- 13.1 KB
ip_icmp.h -rw-r--r-- 6.3 KB
ip_input.c -rw-r--r-- 16.6 KB
ip_output.c -rw-r--r-- 4.8 KB
libslirp.h -rw-r--r-- 1.9 KB
main.h -rw-r--r-- 1.1 KB
mbuf.c -rw-r--r-- 5.0 KB
mbuf.h -rw-r--r-- 4.5 KB
misc.c -rw-r--r-- 8.6 KB
misc.h -rw-r--r-- 1.2 KB
ncsi-pkt.h -rw-r--r-- 21.0 KB
ncsi.c -rw-r--r-- 5.1 KB
ndp_table.c -rw-r--r-- 3.1 KB
sbuf.c -rw-r--r-- 4.0 KB
sbuf.h -rw-r--r-- 814 bytes
slirp.c -rw-r--r-- 45.7 KB
slirp.h -rw-r--r-- 7.0 KB
slirp_config.h -rw-r--r-- 1.9 KB
socket.c -rw-r--r-- 23.3 KB
socket.h -rw-r--r-- 5.1 KB
tcp.h -rw-r--r-- 6.0 KB
tcp_input.c -rw-r--r-- 44.9 KB
tcp_output.c -rw-r--r-- 15.2 KB
tcp_subr.c -rw-r--r-- 27.6 KB
tcp_timer.c -rw-r--r-- 8.6 KB
tcp_timer.h -rw-r--r-- 5.3 KB
tcp_var.h -rw-r--r-- 6.5 KB
tcpip.h -rw-r--r-- 3.8 KB
tftp.c -rw-r--r-- 11.1 KB
tftp.h -rw-r--r-- 939 bytes
udp.c -rw-r--r-- 9.0 KB
udp.h -rw-r--r-- 3.3 KB
udp6.c -rw-r--r-- 4.3 KB

back to top