From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CcA27-0007tr-1g for qemu-devel@nongnu.org; Wed, 08 Dec 2004 17:11:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcA26-0007tj-OO for qemu-devel@nongnu.org; Wed, 08 Dec 2004 17:11:38 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cc9rU-0004zQ-1k for qemu-devel@nongnu.org; Wed, 08 Dec 2004 17:00:40 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 3A09833172 for ; Wed, 8 Dec 2004 23:00:39 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10079-06 for ; Wed, 8 Dec 2004 23:00:39 +0100 (CET) Received: from [84.99.204.54] (unknown [84.99.204.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 0B5D833171 for ; Wed, 8 Dec 2004 23:00:39 +0100 (CET) Message-ID: <41B779A0.5050601@bellard.org> Date: Wed, 08 Dec 2004 23:01:04 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Trivial (but useful) patch to save qemu pid to file References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Felipe Sanchez wrote: > > On Wed, 8 Dec 2004, Nile Geisinger wrote: > > >>Here's a very trivial patch that allows qemu's pid to be saved to a >>file. This is useful if you're using qemu as a service, instrumenting >>it with other code, or doing other unixy things, > > > > Hello Nile, a somewhat more complete patch for doing this was already > posted a while ago: > > http://lists.gnu.org/archive/html/qemu-devel/2004-11/msg00450.html > > > Any comments are very welcome :-) I can include this patch if it helps some people as it seems rather non intrusive. Fabrice.