[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxl: a domain can be dying but not shutdown
On Thu, 2014-10-23 at 11:00 +0100, Andrew Cooper wrote: > > Did you instead mean this from libxl_types.idl: > > # Valid iff (shutdown||dying). > > # > > # Otherwise set to a value guaranteed not to clash with any valid > > # LIBXL_SHUTDOWN_REASON_* constant. > > ("shutdown_reason", libxl_shutdown_reason), > > ? > > That is the primary comment I was on about. This wasn't tagged for 4.5 but it is a bug fix and the commit log & associated commentary were pretty convincing, so Acked + Applied with the additional hunk below folded in. diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl index ca3f724..f7fc695 100644 --- a/tools/libxl/libxl_types.idl +++ b/tools/libxl/libxl_types.idl @@ -260,7 +260,7 @@ libxl_dominfo = Struct("dominfo",[ ("shutdown", bool), ("dying", bool), - # Valid iff (shutdown||dying). + # Valid iff ->shutdown is true. # # Otherwise set to a value guaranteed not to clash with any valid # LIBXL_SHUTDOWN_REASON_* constant. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |