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
Makefile -rw-r--r-- 1.2 KB
bootmap.c -rw-r--r-- 24.4 KB
bootmap.h -rw-r--r-- 13.8 KB
bswap.h -rw-r--r-- 950 bytes
cio.h -rw-r--r-- 9.0 KB
iplb.h -rw-r--r-- 2.9 KB
jump2ipl.c -rw-r--r-- 2.5 KB
libc.c -rw-r--r-- 2.1 KB
libc.h -rw-r--r-- 1.5 KB
main.c -rw-r--r-- 4.7 KB
menu.c -rw-r--r-- 5.9 KB
netboot.mak -rw-r--r-- 2.2 KB
netmain.c -rw-r--r-- 14.5 KB
s390-ccw.h -rw-r--r-- 4.6 KB
sclp.c -rw-r--r-- 3.7 KB
sclp.h -rw-r--r-- 3.1 KB
scsi.h -rw-r--r-- 7.1 KB
start.S -rw-r--r-- 1.9 KB
virtio-blkdev.c -rw-r--r-- 7.6 KB
virtio-net.c -rw-r--r-- 3.5 KB
virtio-scsi.c -rw-r--r-- 13.1 KB
virtio-scsi.h -rw-r--r-- 2.0 KB
virtio.c -rw-r--r-- 9.3 KB
virtio.h -rw-r--r-- 7.9 KB

back to top