From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [PATCH 0/2 v4] libxl: fix event races exposed by libvirt Date: Wed, 23 Jan 2013 16:08:55 +0000 Message-ID: <1358957337-2131-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 Cc: Jim Fehlig List-Id: xen-devel@lists.xenproject.org This is the final version of these patches which are needed to make Jim Fehlig's libvirt libxl driver work. 1/2 libxl: fix stale fd event callback race 2/2 libxl: fix stale timeout event callback race They are identical to the previous posting apart from commit messages and fixing the bug Jim mentioned in <50FD98DC.4020203@suse.com>.