mbox

[PULL,0/5] xen-20170202

Message ID alpine.DEB.2.10.1702021024200.17946@sstabellini-ThinkPad-X260
State New
Headers show

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170202

Message

Stefano Stabellini Feb. 2, 2017, 6:35 p.m. UTC
The following changes since commit 3aca12f841fcd6f3a7477076dad0d564360500de:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170127' into staging (2017-01-27 16:59:17 +0000)

are available in the git repository at:


  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170202

for you to fetch changes up to e9dcbc86d614018923e26e31319b0a54c9e5abac:

  xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev() (2017-02-02 10:23:53 -0800)

----------------------------------------------------------------
Xen 2017/02/02

----------------------------------------------------------------
Anthony PERARD (1):
      MAINTAINERS: Update xen-devel mailing list address

Juergen Gross (1):
      xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()

Paul Durrant (3):
      xen-platform: re-structure unplug_disks
      xen-platform: add support for unplugging NVMe disks...
      xen-platform: add missing disk unplug option

 MAINTAINERS                |  2 +-
 hw/i386/xen/xen_platform.c | 51 ++++++++++++++++++++++++++++------------------
 hw/ide/piix.c              |  4 ++--
 hw/xen/xen_backend.c       | 13 ++++++------
 include/hw/ide.h           |  2 +-
 5 files changed, 42 insertions(+), 30 deletions(-)

Comments

Peter Maydell Feb. 3, 2017, 1:11 p.m. UTC | #1
On 2 February 2017 at 18:35, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit 3aca12f841fcd6f3a7477076dad0d564360500de:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170127' into staging (2017-01-27 16:59:17 +0000)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170202
>
> for you to fetch changes up to e9dcbc86d614018923e26e31319b0a54c9e5abac:
>
>   xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev() (2017-02-02 10:23:53 -0800)
>
> ----------------------------------------------------------------
> Xen 2017/02/02
>
> ----------------------------------------------------------------
> Anthony PERARD (1):
>       MAINTAINERS: Update xen-devel mailing list address
>
> Juergen Gross (1):
>       xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()
>
> Paul Durrant (3):
>       xen-platform: re-structure unplug_disks
>       xen-platform: add support for unplugging NVMe disks...
>       xen-platform: add missing disk unplug option

Applied, thanks.

-- PMM