mbox series

[rebased,0/2] delay monitor iothread creation

Message ID 20180925081507.11873-1-w.bumiller@proxmox.com
Headers show
Series delay monitor iothread creation | expand

Message

Wolfgang Bumiller Sept. 25, 2018, 8:15 a.m. UTC
The early monitor iothread creation conflicts with the -daemonize option
causing crashes at shutdown of a daemonized qemu instance.
These patches will delay the creation to when a monitor using it is
actually spawned, which AFAICT only happens after the os_daemonize()
call.

While the second patch depends on the first one, the first is a
consistency cleanup on its own, therefore split out.

Wolfgang Bumiller (2):
  monitor: guard iothread access by mon->use_io_thread
  monitor: delay monitor iothread creation

 monitor.c | 37 ++++++++++++++++++++++---------------
 1 file changed, 22 insertions(+), 15 deletions(-)