Hello Peter, This is my QOM (devices) patch queue. Please pull.
Regards, Andreas Cc: Peter Maydell <peter.mayd...@linaro.org> Cc: Markus Armbruster <arm...@redhat.com> Cc: Eduardo Habkost <ehabk...@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(-)