From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: using @releaseDomain to subscribe for domain destruction Date: Thu, 14 Feb 2013 16:19:47 +0200 Message-ID: <511CF283.3080608@gmail.com> References: <1360848973.20449.369.camel@zakaz.uk.xensource.com> <1360851217.20449.395.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1360851217.20449.395.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org >> As i understand if i want to know what domains dies i need after fired >> watch enumerate all domains and check its status. > > Well, if you only care about one domain you just need to check that one > domain. > > Otherwise you should look at the libxl functionality I mentioned before. There's also tools/xenpaging/xenpaging.c that can be used as an example. Cheers, Razvan Cojocaru