From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSdXT-0006gM-LM for qemu-devel@nongnu.org; Mon, 11 Aug 2008 15:58:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSdXR-0006bJ-23 for qemu-devel@nongnu.org; Mon, 11 Aug 2008 15:58:45 -0400 Received: from [199.232.76.173] (port=47880 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSdXQ-0006b8-1N for qemu-devel@nongnu.org; Mon, 11 Aug 2008 15:58:44 -0400 Received: from mx1.redhat.com ([66.187.233.31]:44996) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSdXP-0003n6-M3 for qemu-devel@nongnu.org; Mon, 11 Aug 2008 15:58:43 -0400 Message-ID: <48A099ED.6050303@redhat.com> Date: Mon, 11 Aug 2008 21:58:37 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 01/11] Handle terminating signals. References: <1218457970-11707-1-git-send-email-kraxel@redhat.com> <1218457970-11707-2-git-send-email-kraxel@redhat.com> <48A0933D.5070108@codemonkey.ws> In-Reply-To: <48A0933D.5070108@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 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 Cc: xen-devel@lists.xensource.com Anthony Liguori wrote: > Gerd Hoffmann wrote: >> +void fatalsig_register_handler(void (*func)(void)); >> > > Unless I'm misreading, none of your patches seem to use this function. > What are you adding this mechanism for? The patch using that isn't fully polished yet for submission. Sneak preview is here: http://kraxel.fedorapeople.org/patches/qemu-upstream/0015-xen-domain-builder.patch Adds pv domain builder to qemu, so you can start pv xen guests using qemu only. In that case we'll want to destroy the guest domain when qemu goes down because the xen management stack will not cleanup after us. cheers, Gerd -- http://kraxel.fedorapeople.org/xenner/