From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeKwn-0003i6-1U for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:32:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeKwX-0000UQ-Bd for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:32:44 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:4409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeKwX-0000SS-7h for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:32:29 -0400 From: Paul Durrant Date: Wed, 15 Oct 2014 10:16:37 +0100 Message-ID: <1413364599-7582-1-git-send-email-paul.durrant@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v3 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 v3 of what was originally the single patch "Xen: Use the ioreq-server API when available". v2 of the series moved the code that added the PCI bus listener to patch #1 and the remainder of the changes to patch #2. Patch #2 was then re-worked to constrain the #ifdefing to xen_common.h, as requested by Stefano. v3 of the series modifies patch #1 to add the listener interface into the core qdev, rather than the PCI bus code. This change only requires trivial modification to patch #2, to only act on realize/ unrealize of PCI devices. Patch #2 was also modified at Stefano's request to remove an extra identity check of memory sections against the ram region.