qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Peter Crosthwaite" <peter.crosthwaite@xilinx.com>,
	"Anthony Liguori" <anthony@codemonkey.ws>,
	"Igor Mammedov" <imammedo@redhat.com>,
	"xiaoqiang zhao" <zxq_yx_007@163.com>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Alexey Kardashevskiy" <aik@ozlabs.org>,
	"Hervé Poussineau" <hpoussin@reactos.org>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Chen Fan" <chen.fan.fnst@cn.fujitsu.com>,
	"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PULL 00/24] QOM devices patch queue 2013-12-24
Date: Tue, 24 Dec 2013 17:56:53 +0100	[thread overview]
Message-ID: <1387904237-6941-1-git-send-email-afaerber@suse.de> (raw)

Hello Anthony,

This is my QOM (devices) patch queue. Please pull.

Happy holidays,

Andreas

P.S. I reproducibly get a signal message:
TEST: tests/acpi-test... (pid=6364)
  /i386/acpi/tcg:                                                      main-loop: WARNING: I/O thread spun for 1000 iterations
qemu: terminating on signal 15 from pid 6364
OK
PASS: tests/acpi-test
both before and after the queue.

Cc: Anthony Liguori <anthony@codemonkey.ws>
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>

Cc: Markus Armbruster <armbru@redhat.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: xiaoqiang zhao <zxq_yx_007@163.com>
Cc: Hervé Poussineau <hpoussin@reactos.org>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Cc: Alexey Kardashevskiy <aik@ozlabs.org>

Cc: Chen Fan <chen.fan.fnst@cn.fujitsu.com>

The following changes since commit f976b09ea249cccc3fd41c98aaf6512908db0bae:

  PPC: Fix compilation with TCG debug (2013-12-22 19:15:55 +0100)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-anthony

for you to fetch changes up to e6111b371b9f8bc98ae566417ed09bce9e86a772:

  qdev-monitor: Improve error message for -device nonexistant (2013-12-24 17:27:18 +0100)

----------------------------------------------------------------
QOM infrastructure fixes and device conversions

* QOM interface fixes and unit test
* Device no_user sanitization and documentation
* Device error reporting improvement
* Conversion of APIC, ICC, IOAPIC to QOM realization model

----------------------------------------------------------------
Hervé Poussineau (1):
      qom: Detect bad reentrance during object_class_foreach()

Igor Mammedov (1):
      tests: Test QOM interface casting

Markus Armbruster (14):
      qdev: Replace no_user by cannot_instantiate_with_device_add_yet
      sysbus: Set cannot_instantiate_with_device_add_yet
      cpu: Document why cannot_instantiate_with_device_add_yet
      apic: Document why cannot_instantiate_with_device_add_yet
      pci-host: Consistently set cannot_instantiate_with_device_add_yet
      ich9: Document why cannot_instantiate_with_device_add_yet
      piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet
      vt82c686: Clean up use of cannot_instantiate_with_device_add_yet
      isa: Clean up use of cannot_instantiate_with_device_add_yet
      qdev: Do not let the user try to device_add when it cannot work
      qdev-monitor: Avoid device_add crashing on non-device driver name
      hw: cannot_instantiate_with_device_add_yet due to pointer props
      qdev: Document that pointer properties kill device_add
      qdev-monitor: Improve error message for -device nonexistant

Paolo Bonzini (1):
      qom: Do not register interface "types" in the type table and fix names

Peter Crosthwaite (1):
      qom: Split out object and class caches

Stefan Hajnoczi (1):
      qdev: Drop misleading qbus_free() function

xiaoqiang zhao (5):
      apic: Cleanup for QOM'ification
      apic: QOM'ify APIC
      icc_bus: QOM'ify ICC
      ioapic: Cleanup for QOM'ification
      ioapic: QOM'ify ioapic

 hw/acpi/piix4.c                   |   6 ++-
 hw/alpha/typhoon.c                |   2 -
 hw/arm/versatilepb.c              |   1 -
 hw/audio/marvell_88w8618.c        |   2 +
 hw/audio/pcspk.c                  |   3 +-
 hw/audio/pl041.c                  |   1 -
 hw/block/fdc.c                    |   1 -
 hw/core/qdev.c                    |   7 +--
 hw/core/sysbus.c                  |   7 +++
 hw/cpu/icc_bus.c                  |  14 +++--
 hw/display/pl110.c                |   1 -
 hw/dma/pl080.c                    |   1 -
 hw/dma/sparc32_dma.c              |   2 +
 hw/gpio/omap_gpio.c               |   4 ++
 hw/i2c/omap_i2c.c                 |   2 +
 hw/i2c/smbus_eeprom.c             |   2 +
 hw/i2c/smbus_ich9.c               |   6 ++-
 hw/i386/kvm/apic.c                |  14 ++---
 hw/i386/kvm/clock.c               |   1 -
 hw/i386/kvm/ioapic.c              |   8 +--
 hw/i386/kvmvapic.c                |   1 -
 hw/i386/pc.c                      |   7 ++-
 hw/ide/piix.c                     |   3 --
 hw/ide/via.c                      |   1 -
 hw/input/pckbd.c                  |   1 -
 hw/input/vmmouse.c                |   3 +-
 hw/intc/apic.c                    |  48 ++++++++---------
 hw/intc/apic_common.c             |  79 ++++++++++++++--------------
 hw/intc/arm_gic.c                 |   1 -
 hw/intc/arm_gic_common.c          |   1 -
 hw/intc/arm_gic_kvm.c             |   1 -
 hw/intc/etraxfs_pic.c             |   4 ++
 hw/intc/grlib_irqmp.c             |   2 +
 hw/intc/i8259_common.c            |   8 ++-
 hw/intc/ioapic.c                  |  13 +++--
 hw/intc/ioapic_common.c           |  16 ++++--
 hw/intc/omap_intc.c               |   4 ++
 hw/intc/pl190.c                   |   1 -
 hw/isa/isa-bus.c                  |   1 -
 hw/isa/lpc_ich9.c                 |   7 ++-
 hw/isa/piix4.c                    |   6 ++-
 hw/isa/vt82c686.c                 |   6 ++-
 hw/mips/gt64xxx_pci.c             |   6 +++
 hw/misc/arm_l2x0.c                |   1 -
 hw/misc/vmport.c                  |   3 +-
 hw/net/etraxfs_eth.c              |   2 +
 hw/net/lance.c                    |   2 +
 hw/nvram/fw_cfg.c                 |   1 -
 hw/pci-bridge/dec.c               |   6 +++
 hw/pci-host/apb.c                 |   6 +++
 hw/pci-host/bonito.c              |   8 +--
 hw/pci-host/grackle.c             |   8 +--
 hw/pci-host/piix.c                |  19 +++++--
 hw/pci-host/ppce500.c             |   5 ++
 hw/pci-host/prep.c                |   7 ++-
 hw/pci-host/q35.c                 |   5 ++
 hw/pci-host/uninorth.c            |  24 +++++++++
 hw/pci-host/versatile.c           |   6 +++
 hw/pci/pci_bridge.c               |   2 +-
 hw/ppc/ppc4xx_pci.c               |   5 ++
 hw/ppc/spapr_vio.c                |   2 -
 hw/s390x/ipl.c                    |   1 -
 hw/s390x/s390-virtio-bus.c        |   2 -
 hw/s390x/virtio-ccw.c             |   2 -
 hw/sd/pl181.c                     |   1 -
 hw/sh4/sh_pci.c                   |   6 +++
 hw/timer/arm_mptimer.c            |   1 -
 hw/timer/hpet.c                   |   1 -
 hw/timer/i8254_common.c           |   7 ++-
 hw/timer/m48t59.c                 |   3 +-
 hw/timer/mc146818rtc.c            |   3 +-
 hw/timer/pl031.c                  |   1 -
 hw/xen/xen_apic.c                 |   6 ++-
 include/hw/cpu/icc_bus.h          |   2 +-
 include/hw/i386/apic_internal.h   |   2 +-
 include/hw/i386/ioapic_internal.h |   3 +-
 include/hw/qdev-core.h            |  15 ++++--
 include/hw/qdev-properties.h      |  17 ++++++
 include/qom/object.h              |   4 +-
 qdev-monitor.c                    |  15 ++++--
 qom/cpu.c                         |   6 ++-
 qom/object.c                      |  50 ++++++++++++------
 tests/Makefile                    |   6 ++-
 tests/check-qom-interface.c       | 105 ++++++++++++++++++++++++++++++++++++++
 84 files changed, 493 insertions(+), 183 deletions(-)
 create mode 100644 tests/check-qom-interface.c

             reply	other threads:[~2013-12-24 16:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-24 16:56 Andreas Färber [this message]
2013-12-24 16:56 ` [Qemu-devel] [PULL 01/24] qdev: Replace no_user by cannot_instantiate_with_device_add_yet Andreas Färber
2013-12-24 16:56 ` [Qemu-devel] [PULL 02/24] sysbus: Set cannot_instantiate_with_device_add_yet Andreas Färber
2013-12-24 16:56 ` [Qemu-devel] [PULL 03/24] cpu: Document why cannot_instantiate_with_device_add_yet Andreas Färber
2013-12-24 16:56 ` [Qemu-devel] [PULL 04/24] apic: " Andreas Färber
2013-12-24 16:56 ` [Qemu-devel] [PULL 05/24] pci-host: Consistently set cannot_instantiate_with_device_add_yet Andreas Färber
2013-12-24 16:56 ` [Qemu-devel] [PULL 06/24] ich9: Document why cannot_instantiate_with_device_add_yet Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 07/24] piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 08/24] vt82c686: " Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 09/24] isa: " Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 10/24] qdev: Do not let the user try to device_add when it cannot work Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 11/24] qdev-monitor: Avoid device_add crashing on non-device driver name Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 12/24] hw: cannot_instantiate_with_device_add_yet due to pointer props Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 13/24] qdev: Document that pointer properties kill device_add Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 14/24] qom: Split out object and class caches Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 15/24] qom: Do not register interface "types" in the type table and fix names Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 16/24] tests: Test QOM interface casting Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 17/24] qom: Detect bad reentrance during object_class_foreach() Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 18/24] qdev: Drop misleading qbus_free() function Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 19/24] apic: Cleanup for QOM'ification Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 20/24] apic: QOM'ify APIC Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 21/24] icc_bus: QOM'ify ICC Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 22/24] ioapic: Cleanup for QOM'ification Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 23/24] ioapic: QOM'ify ioapic Andreas Färber
2013-12-24 16:57 ` [Qemu-devel] [PULL 24/24] qdev-monitor: Improve error message for -device nonexistant Andreas Färber
2013-12-24 17:01 ` [Qemu-devel] [PULL 00/24] QOM devices patch queue 2013-12-24 Andreas Färber

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=1387904237-6941-1-git-send-email-afaerber@suse.de \
    --to=afaerber@suse.de \
    --cc=aik@ozlabs.org \
    --cc=anthony@codemonkey.ws \
    --cc=armbru@redhat.com \
    --cc=chen.fan.fnst@cn.fujitsu.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=hpoussin@reactos.org \
    --cc=imammedo@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=zxq_yx_007@163.com \
    /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).