From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: libxl: events: debugging improvements Date: Tue, 15 May 2012 15:09:55 +0100 Message-ID: <1337090999-15608-1-git-send-email-ian.jackson@eu.citrix.com> 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.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org These four patches may help people who are working with the libxl event machinery: 1/4 libxl: events: debugging output for timeouts 2/4 libxl: events: improve debugging output for xs watches 3/4 libxl: events: debugging output for fds 4/4 libxl: events: STATE_AO_GC checks ao is still valid The first three are not intended to cause any change other than the new debug messages. The last one should simply cause erroneous code to crash sooner.