qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available
Date: Wed, 16 Feb 2011 10:58:59 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

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.

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.

Regards,

Anthony Liguori

, so you should not see this unless qemu crashes and thus the atexit() handlers are not called.

cheers,
  Gerd






reply via email to

[Prev in Thread] Current Thread [Next in Thread]