Re: [libvirt] [PATCH 12/13] Add support for an explicit IO error event

2010-03-22 Thread Daniel Veillard
On Fri, Mar 19, 2010 at 03:39:00PM +, Daniel P. Berrange wrote: > This introduces a new event type > >VIR_DOMAIN_EVENT_ID_IO_ERROR > > This event includes the action that is about to be taken > as a result of the watchdog triggering > > typedef enum { > VIR_DOMAIN_EVENT_IO_ERROR_N

Re: [libvirt] [PATCH 12/13] Add support for an explicit IO error event

2010-03-22 Thread Eric Blake
On 03/19/2010 09:39 AM, Daniel P. Berrange wrote: > This introduces a new event type > >VIR_DOMAIN_EVENT_ID_IO_ERROR > > This event includes the action that is about to be taken > as a result of the watchdog triggering > > typedef enum { > VIR_DOMAIN_EVENT_IO_ERROR_NONE = 0, > VI

[libvirt] [PATCH 12/13] Add support for an explicit IO error event

2010-03-19 Thread Daniel P. Berrange
This introduces a new event type VIR_DOMAIN_EVENT_ID_IO_ERROR This event includes the action that is about to be taken as a result of the watchdog triggering typedef enum { VIR_DOMAIN_EVENT_IO_ERROR_NONE = 0, VIR_DOMAIN_EVENT_IO_ERROR_PAUSE, VIR_DOMAIN_EVENT_IO_ERROR_REPORT,