[Qemu-devel] [PULL 0/5] xen-20170202

Stefano Stabellini posted 5 patches 7 years, 2 months ago
Only 1 patches received!
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(-)
[Qemu-devel] [PULL 0/5] xen-20170202
Posted by Stefano Stabellini 7 years, 2 months ago
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(-)

Re: [Qemu-devel] [PULL 0/5] xen-20170202
Posted by Peter Maydell 7 years, 2 months ago
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