Re: [Qemu-devel] [PATCH] vl.c: move pidfile creation up

2016-11-02 Thread Michael Tokarev
02.11.2016 12:39, Markus Armbruster wrote: > Michael Tokarev writes: > >> With current code, pid file is open after various >> sockets, chardevs, fsdevs and the like. This causes >> interesting effects, for example when monitor is a >> unix-socket, and another qemu instance is already >> running

Re: [Qemu-devel] [PATCH] vl.c: move pidfile creation up

2016-11-02 Thread Markus Armbruster
Michael Tokarev writes: > With current code, pid file is open after various > sockets, chardevs, fsdevs and the like. This causes > interesting effects, for example when monitor is a > unix-socket, and another qemu instance is already > running, new qemu first "damages" the socket and > next com

[Qemu-devel] [PATCH] vl.c: move pidfile creation up

2016-10-29 Thread Michael Tokarev
With current code, pid file is open after various sockets, chardevs, fsdevs and the like. This causes interesting effects, for example when monitor is a unix-socket, and another qemu instance is already running, new qemu first "damages" the socket and next complain that it can't acquire the pid fi