Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available

2011-02-16 Thread Gerd Hoffmann
On 02/16/11 17:52, Gerd Hoffmann wrote: On 02/16/11 17:37, Anthony Liguori wrote: On 02/16/2011 10:28 AM, Rick Vernam wrote: Using 0.14.0-rc2 it looks like a SPICE pid file is left over in /dev/shm, ie spice.10005, after qemu closes. I think that's coming from libspice, not QEMU. Indeed. It

Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available

2011-02-16 Thread Gerd Hoffmann
Hi, Indeed. It isn't a pidfile, it is a shared memory segment where spice stores statistics. spice registers a cleanup handler via atexit() which removes this fork() with an inherited pipe and then waiting for EOF on the pipe() is a bit more robust of a mechanism to handle this. Feels a bi

Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available

2011-02-16 Thread Anthony Liguori
On 02/16/2011 10:52 AM, Gerd Hoffmann wrote: On 02/16/11 17:37, Anthony Liguori wrote: On 02/16/2011 10:28 AM, Rick Vernam wrote: Using 0.14.0-rc2 it looks like a SPICE pid file is left over in /dev/shm, ie spice.10005, after qemu closes. I think that's coming from libspice, not QEMU. Indee

Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available

2011-02-16 Thread Gerd Hoffmann
On 02/16/11 17:37, Anthony Liguori wrote: On 02/16/2011 10:28 AM, Rick Vernam wrote: Using 0.14.0-rc2 it looks like a SPICE pid file is left over in /dev/shm, ie spice.10005, after qemu closes. I think that's coming from libspice, not QEMU. Indeed. It isn't a pidfile, it is a shared memory

Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available

2011-02-16 Thread Anthony Liguori
On 02/16/2011 10:28 AM, Rick Vernam wrote: Using 0.14.0-rc2 it looks like a SPICE pid file is left over in /dev/shm, ie spice.10005, after qemu closes. I think that's coming from libspice, not QEMU. Regards, Anthony Liguori

Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available

2011-02-16 Thread Rick Vernam
Using 0.14.0-rc2 it looks like a SPICE pid file is left over in /dev/shm, ie spice.10005, after qemu closes.

[Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available

2011-02-15 Thread Anthony Liguori
The QEMU team is pleased to announce the availability of the 0.14.0-rc2 release. This is the third release candidate for the 0.14.0 release. A detailed changelog is at the end of this message. Download instructions are available at http://wiki.qemu.org/Download You can help test this release