From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hsd2e-0004uT-Op for qemu-devel@nongnu.org; Mon, 28 May 2007 07:05:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hsd2c-0004tM-6Y for qemu-devel@nongnu.org; Mon, 28 May 2007 07:05:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hsd2b-0004t3-LY for qemu-devel@nongnu.org; Mon, 28 May 2007 07:05:33 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Hsd2a-0002WF-Ua for qemu-devel@nongnu.org; Mon, 28 May 2007 07:05:33 -0400 Message-ID: <465AB779.4040709@gmx.at> Date: Mon, 28 May 2007 13:05:29 +0200 From: Clemens Kolbitsch MIME-Version: 1.0 References: <20070504203016.2791gmx1@mx033.gmx.net> In-Reply-To: <20070504203016.2791gmx1@mx033.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU/PCI shutdown event 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 hi everyone! i'm programming a pci-device that includes some threads & socket-connections (that allow remote debugging of my device). however, i want to cleanly shutdown all threads and sockets when qemu exits... is there an easy way of getting informed of a qemu shutdown? (something similar to pci_device_init...) thanks!!