[Qemu-devel] [PULL 00/17] Machine Core queue, 2019-05-24

Eduardo Habkost posted 17 patches 4 years, 10 months ago
Test FreeBSD passed
Test docker-clang@ubuntu passed
Test s390x passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190524184447.16678-1-ehabkost@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paul Burton <pburton@wavecomp.com>, Aleksandar Rikalo <arikalo@wavecomp.com>, Aleksandar Markovic <amarkovic@wavecomp.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, David Gibson <david@gibson.dropbear.id.au>, Andrew Jeffery <andrew@aj.id.au>, Peter Chubb <peter.chubb@nicta.com.au>, "Andreas Färber" <afaerber@suse.de>, Alistair Francis <alistair@alistair23.me>, Joel Stanley <joel@jms.id.au>, Antony Pavlov <antonynpavlov@gmail.com>, Aurelien Jarno <aurelien@aurel32.net>, Andrew Baumann <Andrew.Baumann@microsoft.com>, "Cédric Le Goater" <clg@kaod.org>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Jean-Christophe Dubois <jcd@tribudubois.net>
include/hw/arm/bcm2835_peripherals.h |  3 +-
hw/arm/aspeed.c                      |  6 +--
hw/arm/aspeed_soc.c                  | 50 +++++++++--------------
hw/arm/bcm2835_peripherals.c         | 61 +++++++++++-----------------
hw/arm/digic.c                       | 17 +++-----
hw/arm/imx25_pdk.c                   |  5 +--
hw/arm/kzm.c                         |  5 +--
hw/arm/mps2-tz.c                     |  8 ++--
hw/arm/mps2.c                        |  8 ++--
hw/arm/raspi.c                       |  7 ++--
hw/arm/sabrelite.c                   |  5 +--
hw/arm/xlnx-zcu102.c                 |  5 +--
hw/arm/xlnx-zynqmp.c                 |  8 ++--
hw/intc/armv7m_nvic.c                |  6 +--
hw/microblaze/xlnx-zynqmp-pmu.c      | 45 ++++++++++----------
hw/mips/boston.c                     | 25 ++++++------
hw/mips/cps.c                        | 20 ++++-----
hw/mips/mips_malta.c                 | 17 ++++----
hw/misc/macio/macio.c                |  8 ++--
hw/ppc/pnv.c                         | 12 ++----
hw/virtio/virtio.c                   |  5 +--
qom/object.c                         |  7 +++-
22 files changed, 146 insertions(+), 187 deletions(-)
[Qemu-devel] [PULL 00/17] Machine Core queue, 2019-05-24
Posted by Eduardo Habkost 4 years, 10 months ago
The following changes since commit a7b21f6762a2d6ec08106d8a7ccb11829914523f:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-request' into staging (2019-05-24 12:47:49 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/machine-next-pull-request

for you to fetch changes up to 23d1f360f3de1d968d98ba605bd3b718f5309e6f:

  hw/intc/nvic: Use object_initialize_child for correct reference counting (2019-05-24 15:29:02 -0300)

----------------------------------------------------------------
Machine Core queue, 2019-05-24

* Display more helpful message when an object type is missing
  (Philippe Mathieu-Daudé)
* Use object_initialize_child for correct reference counting
  (Philippe Mathieu-Daudé)

----------------------------------------------------------------

Queue for Machine Core patches


Philippe Mathieu-Daudé (17):
  qom/object: Display more helpful message when an object type is
    missing
  hw/ppc/pnv: Use object_initialize_child for correct reference counting
  hw/misc/macio: Use object_initialize_child for correct ref. counting
  hw/virtio: Use object_initialize_child for correct reference counting
  hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded string
  hw/arm/bcm2835: Use object_initialize() on PL011State
  hw/arm/bcm2835: Use object_initialize_child for correct ref. counting
  hw/arm/aspeed: Use object_initialize_child for correct ref. counting
  hw/arm: Use object_initialize_child for correct reference counting
  hw/mips: Use object_initialize() on MIPSCPSState
  hw/mips: Use object_initialize_child for correct reference counting
  hw/microblaze/zynqmp: Move the IPI state into the PMUSoC state
  hw/microblaze/zynqmp: Let the SoC manage the IPI devices
  hw/microblaze/zynqmp: Use object_initialize_child for correct ref.
    counting
  hw/microblaze/zynqmp: Use object_initialize_child for correct ref.
    counting
  hw/arm/mps2: Use object_initialize_child for correct reference
    counting
  hw/intc/nvic: Use object_initialize_child for correct reference
    counting

 include/hw/arm/bcm2835_peripherals.h |  3 +-
 hw/arm/aspeed.c                      |  6 +--
 hw/arm/aspeed_soc.c                  | 50 +++++++++--------------
 hw/arm/bcm2835_peripherals.c         | 61 +++++++++++-----------------
 hw/arm/digic.c                       | 17 +++-----
 hw/arm/imx25_pdk.c                   |  5 +--
 hw/arm/kzm.c                         |  5 +--
 hw/arm/mps2-tz.c                     |  8 ++--
 hw/arm/mps2.c                        |  8 ++--
 hw/arm/raspi.c                       |  7 ++--
 hw/arm/sabrelite.c                   |  5 +--
 hw/arm/xlnx-zcu102.c                 |  5 +--
 hw/arm/xlnx-zynqmp.c                 |  8 ++--
 hw/intc/armv7m_nvic.c                |  6 +--
 hw/microblaze/xlnx-zynqmp-pmu.c      | 45 ++++++++++----------
 hw/mips/boston.c                     | 25 ++++++------
 hw/mips/cps.c                        | 20 ++++-----
 hw/mips/mips_malta.c                 | 17 ++++----
 hw/misc/macio/macio.c                |  8 ++--
 hw/ppc/pnv.c                         | 12 ++----
 hw/virtio/virtio.c                   |  5 +--
 qom/object.c                         |  7 +++-
 22 files changed, 146 insertions(+), 187 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 00/17] Machine Core queue, 2019-05-24
Posted by Peter Maydell 4 years, 10 months ago
On Fri, 24 May 2019 at 19:44, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit a7b21f6762a2d6ec08106d8a7ccb11829914523f:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-request' into staging (2019-05-24 12:47:49 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to 23d1f360f3de1d968d98ba605bd3b718f5309e6f:
>
>   hw/intc/nvic: Use object_initialize_child for correct reference counting (2019-05-24 15:29:02 -0300)
>
> ----------------------------------------------------------------
> Machine Core queue, 2019-05-24
>
> * Display more helpful message when an object type is missing
>   (Philippe Mathieu-Daudé)
> * Use object_initialize_child for correct reference counting
>   (Philippe Mathieu-Daudé)
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM