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
aarch64
alpha
arm
cris
generic
host
hppa
i386
m68k
microblaze
mips
mips64
nios2
openrisc
ppc
riscv
s390x
sh4
sparc
sparc64
tilegx
x86_64
xtensa
Makefile.objs -rw-r--r-- 327 bytes
cpu_loop-common.h -rw-r--r-- 1.5 KB
elfload.c -rw-r--r-- 109.4 KB
errno_defs.h -rw-r--r-- 9.8 KB
exit.c -rw-r--r-- 1.0 KB
fd-trans.c -rw-r--r-- 41.5 KB
fd-trans.h -rw-r--r-- 3.0 KB
flat.h -rw-r--r-- 2.5 KB
flatload.c -rw-r--r-- 25.4 KB
ioctls.h -rw-r--r-- 22.5 KB
linux_loop.h -rw-r--r-- 2.6 KB
linuxload.c -rw-r--r-- 4.0 KB
m68k-sim.c -rw-r--r-- 4.7 KB
main.c -rw-r--r-- 23.3 KB
mmap.c -rw-r--r-- 22.9 KB
qemu.h -rw-r--r-- 25.9 KB
safe-syscall.S -rw-r--r-- 990 bytes
signal-common.h -rw-r--r-- 1.9 KB
signal.c -rw-r--r-- 31.1 KB
socket.h -rw-r--r-- 1.3 KB
strace.c -rw-r--r-- 71.5 KB
strace.list -rw-r--r-- 50.7 KB
syscall.c -rw-r--r-- 365.1 KB
syscall_defs.h -rw-r--r-- 82.0 KB
syscall_types.h -rw-r--r-- 10.0 KB
target_flat.h -rw-r--r-- 625 bytes
trace-events -rw-r--r-- 852 bytes
uaccess.c -rw-r--r-- 1.7 KB
uname.c -rw-r--r-- 4.7 KB
uname.h -rw-r--r-- 197 bytes
vm86.c -rw-r--r-- 15.9 KB

back to top