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: Gerd Hoffmann
Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available
Date: Wed, 16 Feb 2011 17:52:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Red Hat/3.1.7-3.el6_0 Thunderbird/3.1.7

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, 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]