From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpGvm-0008T0-H8 for qemu-devel@nongnu.org; Fri, 14 Nov 2014 08:28:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpGvi-0001iz-4u for qemu-devel@nongnu.org; Fri, 14 Nov 2014 08:28:54 -0500 Received: from mail-la0-f44.google.com ([209.85.215.44]:38888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpGvh-0001it-Ty for qemu-devel@nongnu.org; Fri, 14 Nov 2014 08:28:50 -0500 Received: by mail-la0-f44.google.com with SMTP id hz20so4932358lab.17 for ; Fri, 14 Nov 2014 05:28:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Fri, 14 Nov 2014 13:28:28 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL for-2.2 0/2] Xen tree 2014-11-14 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com Devel" , QEMU Developers On 14 November 2014 11:29, Stefano Stabellini wrote: > The following changes since commit c52e67924fbdadfa00668248f5c075542943c54c: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-11-13 15:44:16 +0000) > > are available in the git repository at: > > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2014-11-14 > > for you to fetch changes up to 2f01dfacb56bc7a0d4639adc9dff9aae131e6216: > > xen_disk: fix unmapping of persistent grants (2014-11-14 11:12:38 +0000) > > ---------------------------------------------------------------- > Igor Mammedov (1): > pc: piix4_pm: init legacy PCI hotplug when running on Xen > > Roger Pau Monne (1): > xen_disk: fix unmapping of persistent grants > > hw/acpi/piix4.c | 4 +++ > hw/block/xen_disk.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++----- > hw/i386/pc_piix.c | 11 -------- > 3 files changed, 70 insertions(+), 17 deletions(-) Applied, thanks. -- PMM