From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 9] xl: handle domain shutdown/reboot/crash in a user configurable way Date: Tue, 27 Jul 2010 11:13:42 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Add support for on_poweroff, on_reboot and on_crash configuration items. In addition to these options from xend also add on_watchdog. Since previous posting I have: * clarified the semantics of libxl_dominfo WRT when shutdown_reason is valid and is not valid * dropped the crashed bit field from libxl_dominfo * clarified the when libxl_event_get_domain_death_info returns a valid libxl_dominfo. * moved libxl_domain_preserve + the restart-rename handling in xl to the end of the series so it can be ommitted if desired