From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Andreas Färber" <afaerber@suse.de>,
"Eduardo Habkost" <ehabkost@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>
Subject: [Qemu-devel] [PULL 00/21] QOM devices patch queue 2015-09-19
Date: Sat, 19 Sep 2015 16:43:09 +0200 [thread overview]
Message-ID: <1442673810-2679-1-git-send-email-afaerber@suse.de> (raw)
Hello Peter,
This is my QOM (devices) patch queue. Please pull.
Regards,
Andreas
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Markus Armbruster <armbru@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
The following changes since commit b12a84ce3c27e42c8f51c436aa196938d5cc2c71:
cocoa: Suppress Cocoa window with -display (2015-09-18 18:33:02 +0100)
are available in the git repository at:
git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter
for you to fetch changes up to 3b53e45f43825caaaf4fad6a5b85ce6a9949ff02:
machine: Eliminate QEMUMachine and qemu_register_machine() (2015-09-19 16:40:30 +0200)
----------------------------------------------------------------
QOM infrastructure fixes and device conversions
* QOM API error handling fixes
* Performance improvements for device GPIO property creation
* Remaining conversion of QEMUMachine to QOM
----------------------------------------------------------------
Andreas Färber (1):
Revert use of DEFINE_MACHINE() for registrations of multiple machines
Eduardo Habkost (17):
machine: MACHINE_TYPE_NAME macro
vexpress: Don't set name on abstract class
vexpress: Rename machine classes to use MACHINE_TYPE_NAME
arm: Rename virt machine class to use MACHINE_TYPE_NAME
pseries: Rename machine class names to use MACHINE_TYPE_NAME
s390-virtio: Rename machine class name to use MACHINE_TYPE_NAME
s390: Rename s390-ccw-virtio-2.4 class name to use MACHINE_TYPE_NAME
mac99: Use MACHINE_TYPE_NAME to encode class name
machine: Ensure all TYPE_MACHINE subclasses have the right suffix
machine: Set MachineClass::name automatically
exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error message
exynos4: Use MachineClass instead of exynos4_machines array
exynos4: Declare each QEMUMachine as a separate variable
machine: DEFINE_MACHINE() macro
mac_world: Break long line
Use DEFINE_MACHINE() to register all machines
machine: Eliminate QEMUMachine and qemu_register_machine()
Markus Armbruster (2):
qom: Do not reuse errp after a possible error
qom: Fix invalid error check in property_get_str()
Pavel Fedin (1):
qdev: Do not use slow [*] expansion for GPIO creation
hw/alpha/dp264.c | 17 +--
hw/arm/collie.c | 13 +-
hw/arm/cubieboard.c | 14 +--
hw/arm/digic_boards.c | 13 +-
hw/arm/exynos4_boards.c | 56 +++++----
hw/arm/gumstix.c | 38 ++++--
hw/arm/highbank.c | 46 ++++---
hw/arm/imx25_pdk.c | 13 +-
hw/arm/integratorcp.c | 13 +-
hw/arm/kzm.c | 13 +-
hw/arm/mainstone.c | 13 +-
hw/arm/musicpal.c | 13 +-
hw/arm/netduino2.c | 13 +-
hw/arm/nseries.c | 42 +++++--
hw/arm/omap_sx1.c | 38 ++++--
hw/arm/palm.c | 13 +-
hw/arm/realview.c | 84 +++++++++----
hw/arm/spitz.c | 74 +++++++----
hw/arm/stellaris.c | 38 ++++--
hw/arm/tosa.c | 13 +-
hw/arm/versatilepb.c | 42 +++++--
hw/arm/vexpress.c | 7 +-
hw/arm/virt.c | 3 +-
hw/arm/xilinx_zynq.c | 19 ++-
hw/arm/xlnx-ep108.c | 13 +-
hw/arm/z2.c | 13 +-
hw/core/machine.c | 12 ++
hw/core/null-machine.c | 16 +--
hw/core/qdev.c | 21 +++-
hw/cris/axis_dev88.c | 15 +--
hw/lm32/lm32_boards.c | 42 +++++--
hw/lm32/milkymist.c | 15 +--
hw/m68k/an5206.c | 13 +-
hw/m68k/dummy_m68k.c | 13 +-
hw/m68k/mcf5208.c | 15 +--
hw/microblaze/petalogix_ml605_mmu.c | 15 +--
hw/microblaze/petalogix_s3adsp1800_mmu.c | 15 +--
hw/mips/mips_fulong2e.c | 13 +-
hw/mips/mips_jazz.c | 42 +++++--
hw/mips/mips_malta.c | 22 ++--
hw/mips/mips_mipssim.c | 13 +-
hw/mips/mips_r4k.c | 13 +-
hw/moxie/moxiesim.c | 15 +--
hw/openrisc/openrisc_sim.c | 17 +--
hw/ppc/e500plat.c | 17 +--
hw/ppc/mac_newworld.c | 3 +-
hw/ppc/mac_oldworld.c | 24 ++--
hw/ppc/mpc8544ds.c | 15 +--
hw/ppc/ppc405_boards.c | 38 ++++--
hw/ppc/ppc440_bamboo.c | 13 +-
hw/ppc/prep.c | 17 +--
hw/ppc/spapr.c | 12 +-
hw/ppc/virtex_ml507.c | 13 +-
hw/s390x/s390-virtio-ccw.c | 6 +-
hw/s390x/s390-virtio.c | 4 +-
hw/sh4/r2d.c | 13 +-
hw/sh4/shix.c | 15 +--
hw/sparc/leon3.c | 13 +-
hw/sparc/sun4m.c | 208 +++++++++++++++++++++----------
hw/sparc64/sun4u.c | 70 +++++++----
hw/tricore/tricore_testboard.c | 15 +--
hw/unicore32/puv3.c | 15 +--
hw/xenpv/xen_machine_pv.c | 17 +--
hw/xtensa/sim.c | 17 +--
hw/xtensa/xtfpga.c | 82 ++++++++----
include/hw/boards.h | 50 ++++----
include/qemu/typedefs.h | 1 -
include/sysemu/blockdev.h | 2 +-
include/sysemu/sysemu.h | 2 +-
qom/object.c | 53 ++++++--
vl.c | 37 ------
71 files changed, 957 insertions(+), 816 deletions(-)
next reply other threads:[~2015-09-19 14:43 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 14:43 Andreas Färber [this message]
2015-09-19 14:43 ` [Qemu-devel] [PULL 01/21] qom: Do not reuse errp after a possible error Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 02/21] qom: Fix invalid error check in property_get_str() Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 03/21] qdev: Do not use slow [*] expansion for GPIO creation Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 04/21] machine: MACHINE_TYPE_NAME macro Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 05/21] vexpress: Don't set name on abstract class Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 06/21] vexpress: Rename machine classes to use MACHINE_TYPE_NAME Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 07/21] arm: Rename virt machine class " Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 08/21] pseries: Rename machine class names " Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 09/21] s390-virtio: Rename machine class name " Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 10/21] s390: Rename s390-ccw-virtio-2.4 " Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 11/21] mac99: Use MACHINE_TYPE_NAME to encode class name Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 12/21] machine: Ensure all TYPE_MACHINE subclasses have the right suffix Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 13/21] machine: Set MachineClass::name automatically Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 14/21] exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error message Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 15/21] exynos4: Use MachineClass instead of exynos4_machines array Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 16/21] exynos4: Declare each QEMUMachine as a separate variable Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 17/21] machine: DEFINE_MACHINE() macro Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 18/21] mac_world: Break long line Andreas Färber
2015-09-19 15:14 ` Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 19/21] Use DEFINE_MACHINE() to register all machines Andreas Färber
2015-09-19 14:43 ` [Qemu-devel] [PULL 20/21] Revert use of DEFINE_MACHINE() for registrations of multiple machines Andreas Färber
2015-09-21 15:49 ` Eduardo Habkost
2015-09-21 15:52 ` Andreas Färber
2015-09-21 17:24 ` Eduardo Habkost
2015-09-21 17:57 ` Eduardo Habkost
2015-09-19 14:43 ` [Qemu-devel] [PULL 21/21] machine: Eliminate QEMUMachine and qemu_register_machine() Andreas Färber
2015-09-19 16:56 ` [Qemu-devel] [PULL 00/21] QOM devices patch queue 2015-09-19 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442673810-2679-1-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=armbru@redhat.com \
--cc=ehabkost@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).