[Qemu-devel] [PULL 0/4] qdev patches for 2017-04-21

Markus Armbruster posted 4 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1492753213-26516-1-git-send-email-armbru@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/arm/allwinner-a10.c  |  6 ------
hw/arm/bcm2836.c        |  6 ------
hw/arm/digic.c          |  6 ------
hw/arm/fsl-imx25.c      |  5 -----
hw/arm/fsl-imx31.c      |  5 -----
hw/arm/fsl-imx6.c       |  5 -----
hw/arm/xlnx-zynqmp.c    |  6 ------
hw/pci-host/versatile.c | 35 ++++++++++++-----------------------
include/hw/qdev-core.h  | 13 -------------
qmp.c                   |  5 -----
target/ppc/kvm.c        | 10 ----------
11 files changed, 12 insertions(+), 90 deletions(-)
[Qemu-devel] [PULL 0/4] qdev patches for 2017-04-21
Posted by Markus Armbruster 6 years, 11 months ago
The following changes since commit 359c41abe32638adad503e386969fa428cecff52:

  Update version for v2.9.0 release (2017-04-20 15:31:34 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qdev-2017-04-21

for you to fetch changes up to 08f00df4f4b8b4e38ad620477cc90cf5f73832d9:

  qdev: remove cannot_destroy_with_object_finalize_yet (2017-04-21 07:18:34 +0200)

----------------------------------------------------------------
qdev patches for 2017-04-21

----------------------------------------------------------------
Laurent Vivier (4):
      arm: remove remaining cannot_destroy_with_object_finalize_yet
      ppc: remove cannot_destroy_with_object_finalize_yet
      versatile: remove cannot_destroy_with_object_finalize_yet
      qdev: remove cannot_destroy_with_object_finalize_yet

 hw/arm/allwinner-a10.c  |  6 ------
 hw/arm/bcm2836.c        |  6 ------
 hw/arm/digic.c          |  6 ------
 hw/arm/fsl-imx25.c      |  5 -----
 hw/arm/fsl-imx31.c      |  5 -----
 hw/arm/fsl-imx6.c       |  5 -----
 hw/arm/xlnx-zynqmp.c    |  6 ------
 hw/pci-host/versatile.c | 35 ++++++++++++-----------------------
 include/hw/qdev-core.h  | 13 -------------
 qmp.c                   |  5 -----
 target/ppc/kvm.c        | 10 ----------
 11 files changed, 12 insertions(+), 90 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PULL 0/4] qdev patches for 2017-04-21
Posted by Peter Maydell 6 years, 11 months ago
On 21 April 2017 at 06:40, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 359c41abe32638adad503e386969fa428cecff52:
>
>   Update version for v2.9.0 release (2017-04-20 15:31:34 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qdev-2017-04-21
>
> for you to fetch changes up to 08f00df4f4b8b4e38ad620477cc90cf5f73832d9:
>
>   qdev: remove cannot_destroy_with_object_finalize_yet (2017-04-21 07:18:34 +0200)
>
> ----------------------------------------------------------------
> qdev patches for 2017-04-21
>
> ----------------------------------------------------------------
> Laurent Vivier (4):
>       arm: remove remaining cannot_destroy_with_object_finalize_yet
>       ppc: remove cannot_destroy_with_object_finalize_yet
>       versatile: remove cannot_destroy_with_object_finalize_yet
>       qdev: remove cannot_destroy_with_object_finalize_yet

Applied, thanks.

-- PMM