From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [PATCH 0/2 v4.1] libxl: fix event races exposed by libvirt Date: Wed, 23 Jan 2013 18:21:19 +0000 Message-ID: <1358965281-23755-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.xensource.com Cc: Jim Fehlig , Ian Campbell List-Id: xen-devel@lists.xenproject.org This is the really honestly 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 It appears that I didn't run git-format-patch before git-send-email when I sent out v4, so they are missing an important bugfix from Jim Fehlig. Sorry about that. Ian.