mbox

[PULL,for-2.2,0/2] Xen tree 2014-11-14

Message ID alpine.DEB.2.02.1411141112540.26318@kaball.uk.xensource.com
State New
Headers show

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2014-11-14

Message

Stefano Stabellini Nov. 14, 2014, 11:29 a.m. UTC
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(-)

Comments

Peter Maydell Nov. 14, 2014, 1:28 p.m. UTC | #1
On 14 November 2014 11:29, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> 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