qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/14] Cleanup qdev legacy properties


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 00/14] Cleanup qdev legacy properties
Date: Sat, 8 Feb 2014 11:01:43 +0100

Anthony, Peter,

The following changes since commit 0169c511554cb0014a00290b0d3d26c31a49818f:

  Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2014-01-24 
15:52:44 -0800)

are available in the git repository at:

  git://github.com/bonzini/qemu.git qdev-props

for you to fetch changes up to 94fb9add077db8a8f0be3796f44785694c4686bb:

  qapi: refine human printing of sizes (2014-02-08 10:44:41 +0100)

----------------------------------------------------------------
Paolo Bonzini (14):
      qapi: add size parser to StringInputVisitor
      qdev: sizes are now parsed by StringInputVisitor
      qdev: remove legacy parsers for hex8/32/64
      qdev: legacy properties are now read-only
      qdev: legacy properties are just strings
      qdev: inline qdev_prop_parse
      qapi: add human mode to StringOutputVisitor
      qdev: use human mode in "info qtree"
      qdev: remove most legacy printers
      qdev: remove hex8/32/64 property types
      block: handle "rechs" and "large" translation options
      qdev: add enum property types to QAPI schema
      qdev: use QAPI type names for properties
      qapi: refine human printing of sizes

 blockdev.c                           |   4 +
 hw/audio/adlib.c                     |   2 +-
 hw/audio/cs4231a.c                   |   2 +-
 hw/audio/gus.c                       |   2 +-
 hw/audio/pcspk.c                     |   2 +-
 hw/audio/sb16.c                      |   4 +-
 hw/block/fdc.c                       |   2 +-
 hw/char/debugcon.c                   |   4 +-
 hw/char/parallel.c                   |   2 +-
 hw/char/serial-isa.c                 |   2 +-
 hw/core/qdev-properties-system.c     |  12 ++-
 hw/core/qdev-properties.c            | 204 +++--------------------------------
 hw/core/qdev.c                       |  38 +------
 hw/display/g364fb.c                  |   2 +-
 hw/display/tcx.c                     |   4 +-
 hw/dma/i82374.c                      |   2 +-
 hw/dma/sun4m_iommu.c                 |   2 +-
 hw/i386/kvm/i8254.c                  |   8 +-
 hw/ide/isa.c                         |   4 +-
 hw/ide/qdev.c                        |   2 +-
 hw/intc/i8259_common.c               |   6 +-
 hw/isa/pc87312.c                     |   2 +-
 hw/misc/applesmc.c                   |   2 +-
 hw/misc/debugexit.c                  |   4 +-
 hw/misc/eccmemctl.c                  |   2 +-
 hw/net/ne2000-isa.c                  |   2 +-
 hw/nvram/fw_cfg.c                    |   4 +-
 hw/ppc/spapr_pci.c                   |  16 +--
 hw/scsi/megasas.c                    |   2 +-
 hw/scsi/scsi-disk.c                  |   6 +-
 hw/sd/sdhci.c                        |   4 +-
 hw/timer/i8254.c                     |   2 +-
 hw/timer/m48t59.c                    |   4 +-
 hw/timer/mc146818rtc.c               |  14 +--
 hw/usb/host-libusb.c                 |   4 +-
 hw/virtio/virtio-pci.c               |   6 +-
 include/hw/block/block.h             |   6 --
 include/hw/qdev-core.h               |   1 -
 include/hw/qdev-dma.h                |   2 +-
 include/hw/qdev-properties.h         |  11 --
 include/qapi/string-output-visitor.h |   2 +-
 include/qemu-common.h                |   8 --
 include/qom/object.h                 |   3 +-
 qapi-schema.json                     |  58 ++++++++++
 qapi/string-input-visitor.c          |  24 +++++
 qapi/string-output-visitor.c         |  56 +++++++++-
 qdev-monitor.c                       |   6 +-
 qom/object.c                         |   4 +-
 tests/test-string-output-visitor.c   |   2 +-
 tests/test-visitor-serialization.c   |   2 +-
 vl.c                                 |  22 ++--
 51 files changed, 256 insertions(+), 335 deletions(-)
-- 
1.8.5.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]