From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdf7Y-0005MQ-Pn for qemu-devel@nongnu.org; Mon, 13 Oct 2014 08:53:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xdf7O-0007Aw-TD for qemu-devel@nongnu.org; Mon, 13 Oct 2014 08:53:04 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:32135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdf7O-00076U-Od for qemu-devel@nongnu.org; Mon, 13 Oct 2014 08:52:54 -0400 From: Paul Durrant Date: Mon, 13 Oct 2014 13:52:45 +0100 Message-ID: <1413204767-39317-1-git-send-email-paul.durrant@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/2] Xen: Use ioreq-server API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, xen-devel@lists.xenproject.org This patch series is v2 of what was the single patch "Xen: Use the ioreq-server API when available". The code that adds the PCI bus listener is now in patch #1 of this series and the remainder of the changes, in patch #2, have been re-worked to constrain the #ifdefing to xen_common.h, as requested by Stefano.