All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marc-André Lureau" <marcandre.lureau@gmail.com>
To: QEMU <qemu-devel@nongnu.org>, Stefan Hajnoczi <stefanha@redhat.com>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Daniel P . Berrange" <berrange@redhat.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [PATCH 00/26] Various qom & qdev enhancements
Date: Fri, 10 Jan 2020 19:38:02 +0400	[thread overview]
Message-ID: <CAJ+F1CLH_G1diJvm+xcb28Gsy_YizEncuHsX3HTC2y_y2CFd1A@mail.gmail.com> (raw)
In-Reply-To: <20200110153039.1379601-1-marcandre.lureau@redhat.com>

Hi


Something went wrong with git-publish & "git branch
--edit-description" interaction (which I started to play with - I
think git-publish should make use of it). It seems it got the mail
summary from git-publish and content from git description, fun :)

On Fri, Jan 10, 2020 at 7:31 PM Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
>
> aa bpkwef

That should read instead:

The following series has some qom/qdev cleanups, moves qdev instance
properties to class properites, and return the default values in help
and QMP commands.

Thanks

> Marc-André Lureau (26):
>   object: add extra sanity checks
>   qdev: remove duplicated qdev_property_add_static() doc
>   qdev: remove extraneous error
>   qdev: move helper function to monitor/misc
>   object: avoid extra class property key duplication
>   object: add class property initializer
>   object: add object_property_get_defaut()
>   object: make object_class_property_add* return property
>   qstring: add qstring_free()
>   object: add object_property_set_defaut_{bool,str,int,uint}()
>   object: do not free class properties
>   object: check strong flag with &
>   object: rename link "child" to "target"
>   object: add direct link flag
>   object: express const link with link property
>   object: add object_class_property_add_link()
>   object: release all props
>   object: return self in object_ref()
>   qdev: set properties with device_class_set_props()
>   qdev: move instance properties to class properties
>   qdev: register properties as class properties
>   vl: print default value in object help
>   qom: simplify qmp_device_list_properties()
>   qom: introduce object_property_help()
>   qapi/qmp: add ObjectPropertyInfo.default-value
>   qdev: use object_property_help()
>
>  qapi/qom.json                       |   7 +-
>  include/hw/qdev-core.h              |   8 +-
>  include/hw/qdev-properties.h        |   3 +-
>  include/qapi/qmp/qstring.h          |   1 +
>  include/qom/object.h                | 126 ++++++++++--
>  hw/9pfs/virtio-9p-device.c          |   2 +-
>  hw/acpi/generic_event_device.c      |   2 +-
>  hw/acpi/piix4.c                     |   2 +-
>  hw/acpi/vmgenid.c                   |   2 +-
>  hw/arm/armsse.c                     |   2 +-
>  hw/arm/armv7m.c                     |   4 +-
>  hw/arm/aspeed_soc.c                 |   2 +-
>  hw/arm/bcm2836.c                    |   2 +-
>  hw/arm/integratorcp.c               |   2 +-
>  hw/arm/msf2-soc.c                   |   2 +-
>  hw/arm/musicpal.c                   |   2 +-
>  hw/arm/nrf51_soc.c                  |   2 +-
>  hw/arm/pxa2xx.c                     |   4 +-
>  hw/arm/pxa2xx_gpio.c                |   2 +-
>  hw/arm/smmu-common.c                |   2 +-
>  hw/arm/spitz.c                      |   2 +-
>  hw/arm/stm32f205_soc.c              |   2 +-
>  hw/arm/strongarm.c                  |   2 +-
>  hw/arm/xlnx-versal.c                |   2 +-
>  hw/arm/xlnx-zynqmp.c                |   2 +-
>  hw/audio/ac97.c                     |   2 +-
>  hw/audio/adlib.c                    |   2 +-
>  hw/audio/cs4231.c                   |   2 +-
>  hw/audio/cs4231a.c                  |   2 +-
>  hw/audio/es1370.c                   |   2 +-
>  hw/audio/gus.c                      |   2 +-
>  hw/audio/hda-codec.c                |   2 +-
>  hw/audio/intel-hda.c                |   4 +-
>  hw/audio/milkymist-ac97.c           |   2 +-
>  hw/audio/pcspk.c                    |   2 +-
>  hw/audio/pl041.c                    |   2 +-
>  hw/audio/sb16.c                     |   2 +-
>  hw/audio/wm8750.c                   |   2 +-
>  hw/block/fdc.c                      |   8 +-
>  hw/block/m25p80.c                   |   2 +-
>  hw/block/nand.c                     |   2 +-
>  hw/block/nvme.c                     |   2 +-
>  hw/block/onenand.c                  |   2 +-
>  hw/block/pflash_cfi01.c             |   2 +-
>  hw/block/pflash_cfi02.c             |   2 +-
>  hw/block/swim.c                     |   2 +-
>  hw/block/vhost-user-blk.c           |   2 +-
>  hw/block/virtio-blk.c               |   2 +-
>  hw/block/xen-block.c                |   2 +-
>  hw/char/bcm2835_aux.c               |   2 +-
>  hw/char/cadence_uart.c              |   2 +-
>  hw/char/cmsdk-apb-uart.c            |   2 +-
>  hw/char/debugcon.c                  |   2 +-
>  hw/char/digic-uart.c                |   2 +-
>  hw/char/escc.c                      |   2 +-
>  hw/char/etraxfs_ser.c               |   2 +-
>  hw/char/exynos4210_uart.c           |   2 +-
>  hw/char/grlib_apbuart.c             |   2 +-
>  hw/char/imx_serial.c                |   2 +-
>  hw/char/ipoctal232.c                |   2 +-
>  hw/char/lm32_juart.c                |   2 +-
>  hw/char/lm32_uart.c                 |   2 +-
>  hw/char/mcf_uart.c                  |   2 +-
>  hw/char/milkymist-uart.c            |   2 +-
>  hw/char/nrf51_uart.c                |   2 +-
>  hw/char/parallel.c                  |   2 +-
>  hw/char/pl011.c                     |   2 +-
>  hw/char/sclpconsole-lm.c            |   2 +-
>  hw/char/sclpconsole.c               |   2 +-
>  hw/char/serial-isa.c                |   2 +-
>  hw/char/serial-pci-multi.c          |   4 +-
>  hw/char/serial-pci.c                |   2 +-
>  hw/char/serial.c                    |   4 +-
>  hw/char/spapr_vty.c                 |   2 +-
>  hw/char/stm32f2xx_usart.c           |   2 +-
>  hw/char/terminal3270.c              |   2 +-
>  hw/char/virtio-console.c            |   2 +-
>  hw/char/virtio-serial-bus.c         |   4 +-
>  hw/char/xilinx_uartlite.c           |   2 +-
>  hw/core/cpu.c                       |   2 +-
>  hw/core/generic-loader.c            |   2 +-
>  hw/core/or-irq.c                    |   2 +-
>  hw/core/platform-bus.c              |   2 +-
>  hw/core/qdev-properties.c           |  38 ++--
>  hw/core/qdev.c                      | 155 ++++++--------
>  hw/core/split-irq.c                 |   2 +-
>  hw/cpu/a15mpcore.c                  |   2 +-
>  hw/cpu/a9mpcore.c                   |   2 +-
>  hw/cpu/arm11mpcore.c                |   2 +-
>  hw/cpu/cluster.c                    |   2 +-
>  hw/cpu/realview_mpcore.c            |   2 +-
>  hw/display/ati.c                    |   2 +-
>  hw/display/bcm2835_fb.c             |   2 +-
>  hw/display/bochs-display.c          |   2 +-
>  hw/display/cg3.c                    |   2 +-
>  hw/display/cirrus_vga.c             |   2 +-
>  hw/display/cirrus_vga_isa.c         |   2 +-
>  hw/display/g364fb.c                 |   2 +-
>  hw/display/i2c-ddc.c                |   2 +-
>  hw/display/macfb.c                  |   4 +-
>  hw/display/milkymist-vgafb.c        |   2 +-
>  hw/display/qxl.c                    |   2 +-
>  hw/display/ramfb-standalone.c       |   2 +-
>  hw/display/sm501.c                  |   4 +-
>  hw/display/tcx.c                    |   2 +-
>  hw/display/vga-isa.c                |   2 +-
>  hw/display/vga-pci.c                |   4 +-
>  hw/display/vhost-user-gpu.c         |   2 +-
>  hw/display/virtio-gpu-pci.c         |   2 +-
>  hw/display/virtio-gpu.c             |   2 +-
>  hw/display/virtio-vga.c             |   2 +-
>  hw/display/vmware_vga.c             |   2 +-
>  hw/dma/i82374.c                     |   2 +-
>  hw/dma/i8257.c                      |   2 +-
>  hw/dma/pl080.c                      |   2 +-
>  hw/dma/pl330.c                      |   2 +-
>  hw/dma/pxa2xx_dma.c                 |   2 +-
>  hw/dma/xilinx_axidma.c              |   2 +-
>  hw/dma/xlnx-zdma.c                  |   2 +-
>  hw/gpio/imx_gpio.c                  |   2 +-
>  hw/gpio/omap_gpio.c                 |   4 +-
>  hw/i2c/aspeed_i2c.c                 |   2 +-
>  hw/i2c/core.c                       |   2 +-
>  hw/i2c/omap_i2c.c                   |   2 +-
>  hw/i386/intel_iommu.c               |   2 +-
>  hw/i386/kvm/clock.c                 |   2 +-
>  hw/i386/kvm/i8254.c                 |   2 +-
>  hw/i386/kvm/ioapic.c                |   2 +-
>  hw/i386/vmmouse.c                   |   2 +-
>  hw/i386/x86-iommu.c                 |   2 +-
>  hw/i386/xen/xen_pvdevice.c          |   2 +-
>  hw/ide/ahci.c                       |   2 +-
>  hw/ide/cmd646.c                     |   2 +-
>  hw/ide/isa.c                        |   2 +-
>  hw/ide/macio.c                      |   2 +-
>  hw/ide/mmio.c                       |   2 +-
>  hw/ide/qdev.c                       |   8 +-
>  hw/input/adb.c                      |   2 +-
>  hw/input/milkymist-softusb.c        |   2 +-
>  hw/input/virtio-input-hid.c         |   6 +-
>  hw/input/virtio-input-host.c        |   2 +-
>  hw/input/virtio-input.c             |   2 +-
>  hw/intc/apic_common.c               |   2 +-
>  hw/intc/arm_gic_common.c            |   2 +-
>  hw/intc/arm_gicv2m.c                |   2 +-
>  hw/intc/arm_gicv3_common.c          |   2 +-
>  hw/intc/arm_gicv3_its_kvm.c         |   2 +-
>  hw/intc/armv7m_nvic.c               |   2 +-
>  hw/intc/exynos4210_combiner.c       |   2 +-
>  hw/intc/exynos4210_gic.c            |   4 +-
>  hw/intc/i8259_common.c              |   2 +-
>  hw/intc/ioapic.c                    |   2 +-
>  hw/intc/mips_gic.c                  |   2 +-
>  hw/intc/omap_intc.c                 |   4 +-
>  hw/intc/ompic.c                     |   2 +-
>  hw/intc/openpic.c                   |   2 +-
>  hw/intc/openpic_kvm.c               |   2 +-
>  hw/intc/pnv_xive.c                  |   2 +-
>  hw/intc/s390_flic.c                 |   2 +-
>  hw/intc/spapr_xive.c                |   2 +-
>  hw/intc/xics.c                      |   4 +-
>  hw/intc/xilinx_intc.c               |   2 +-
>  hw/intc/xive.c                      |   6 +-
>  hw/intc/xlnx-pmu-iomod-intc.c       |   2 +-
>  hw/ipack/ipack.c                    |   2 +-
>  hw/ipmi/ipmi.c                      |   2 +-
>  hw/ipmi/ipmi_bmc_extern.c           |   2 +-
>  hw/ipmi/ipmi_bmc_sim.c              |   2 +-
>  hw/ipmi/isa_ipmi_bt.c               |   2 +-
>  hw/ipmi/isa_ipmi_kcs.c              |   2 +-
>  hw/isa/lpc_ich9.c                   |   2 +-
>  hw/isa/pc87312.c                    |   2 +-
>  hw/isa/vt82c686.c                   |   2 +-
>  hw/mem/nvdimm.c                     |   2 +-
>  hw/mem/pc-dimm.c                    |   2 +-
>  hw/mips/cps.c                       |   2 +-
>  hw/misc/a9scu.c                     |   2 +-
>  hw/misc/applesmc.c                  |   2 +-
>  hw/misc/arm11scu.c                  |   2 +-
>  hw/misc/arm_l2x0.c                  |   2 +-
>  hw/misc/arm_sysctl.c                |   2 +-
>  hw/misc/armsse-cpuid.c              |   2 +-
>  hw/misc/aspeed_scu.c                |   2 +-
>  hw/misc/aspeed_sdmc.c               |   2 +-
>  hw/misc/bcm2835_property.c          |   2 +-
>  hw/misc/debugexit.c                 |   2 +-
>  hw/misc/eccmemctl.c                 |   2 +-
>  hw/misc/iotkit-sysctl.c             |   2 +-
>  hw/misc/iotkit-sysinfo.c            |   2 +-
>  hw/misc/ivshmem.c                   |   4 +-
>  hw/misc/mac_via.c                   |   2 +-
>  hw/misc/macio/cuda.c                |   2 +-
>  hw/misc/macio/macio.c               |   4 +-
>  hw/misc/macio/pmu.c                 |   2 +-
>  hw/misc/mips_cmgcr.c                |   2 +-
>  hw/misc/mips_cpc.c                  |   2 +-
>  hw/misc/mips_itu.c                  |   2 +-
>  hw/misc/mos6522.c                   |   2 +-
>  hw/misc/mps2-fpgaio.c               |   2 +-
>  hw/misc/mps2-scc.c                  |   2 +-
>  hw/misc/msf2-sysreg.c               |   2 +-
>  hw/misc/nrf51_rng.c                 |   2 +-
>  hw/misc/pci-testdev.c               |   2 +-
>  hw/misc/pvpanic.c                   |   2 +-
>  hw/misc/tz-mpc.c                    |   2 +-
>  hw/misc/tz-msc.c                    |   2 +-
>  hw/misc/tz-ppc.c                    |   2 +-
>  hw/misc/unimp.c                     |   2 +-
>  hw/net/allwinner_emac.c             |   2 +-
>  hw/net/cadence_gem.c                |   2 +-
>  hw/net/dp8393x.c                    |   2 +-
>  hw/net/e1000.c                      |   2 +-
>  hw/net/e1000e.c                     |   2 +-
>  hw/net/eepro100.c                   |   2 +-
>  hw/net/etraxfs_eth.c                |   2 +-
>  hw/net/fsl_etsec/etsec.c            |   2 +-
>  hw/net/ftgmac100.c                  |   4 +-
>  hw/net/imx_fec.c                    |   2 +-
>  hw/net/lan9118.c                    |   2 +-
>  hw/net/lance.c                      |   2 +-
>  hw/net/mcf_fec.c                    |   2 +-
>  hw/net/milkymist-minimac2.c         |   2 +-
>  hw/net/mipsnet.c                    |   2 +-
>  hw/net/ne2000-isa.c                 |   2 +-
>  hw/net/ne2000-pci.c                 |   2 +-
>  hw/net/opencores_eth.c              |   2 +-
>  hw/net/pcnet-pci.c                  |   2 +-
>  hw/net/rocker/rocker.c              |   2 +-
>  hw/net/rtl8139.c                    |   2 +-
>  hw/net/smc91c111.c                  |   2 +-
>  hw/net/spapr_llan.c                 |   2 +-
>  hw/net/stellaris_enet.c             |   2 +-
>  hw/net/sungem.c                     |   2 +-
>  hw/net/sunhme.c                     |   2 +-
>  hw/net/tulip.c                      |   2 +-
>  hw/net/virtio-net.c                 |   2 +-
>  hw/net/vmxnet3.c                    |   2 +-
>  hw/net/xgmac.c                      |   2 +-
>  hw/net/xilinx_axienet.c             |   2 +-
>  hw/net/xilinx_ethlite.c             |   2 +-
>  hw/nvram/ds1225y.c                  |   2 +-
>  hw/nvram/eeprom_at24c.c             |   2 +-
>  hw/nvram/fw_cfg.c                   |   4 +-
>  hw/nvram/mac_nvram.c                |   2 +-
>  hw/nvram/nrf51_nvm.c                |   2 +-
>  hw/nvram/spapr_nvram.c              |   2 +-
>  hw/pci-bridge/gen_pcie_root_port.c  |   2 +-
>  hw/pci-bridge/pci_bridge_dev.c      |   2 +-
>  hw/pci-bridge/pci_expander_bridge.c |   4 +-
>  hw/pci-bridge/pcie_pci_bridge.c     |   2 +-
>  hw/pci-bridge/pcie_root_port.c      |   2 +-
>  hw/pci-bridge/xio3130_downstream.c  |   2 +-
>  hw/pci-host/grackle.c               |   2 +-
>  hw/pci-host/i440fx.c                |   2 +-
>  hw/pci-host/ppce500.c               |   2 +-
>  hw/pci-host/prep.c                  |   2 +-
>  hw/pci-host/q35.c                   |   4 +-
>  hw/pci-host/sabre.c                 |   2 +-
>  hw/pci-host/uninorth.c              |   2 +-
>  hw/pci-host/versatile.c             |   2 +-
>  hw/pci-host/xilinx-pcie.c           |   2 +-
>  hw/pci/pci.c                        |   2 +-
>  hw/pci/pcie_port.c                  |   4 +-
>  hw/ppc/pnv.c                        |   2 +-
>  hw/ppc/pnv_core.c                   |   4 +-
>  hw/ppc/pnv_homer.c                  |   2 +-
>  hw/ppc/pnv_lpc.c                    |   2 +-
>  hw/ppc/pnv_occ.c                    |   2 +-
>  hw/ppc/pnv_pnor.c                   |   2 +-
>  hw/ppc/pnv_psi.c                    |   2 +-
>  hw/ppc/ppc440_uc.c                  |   2 +-
>  hw/ppc/prep_systemio.c              |   2 +-
>  hw/ppc/rs6000_mc.c                  |   2 +-
>  hw/ppc/spapr_cpu_core.c             |   2 +-
>  hw/ppc/spapr_pci.c                  |   2 +-
>  hw/ppc/spapr_rng.c                  |   2 +-
>  hw/ppc/spapr_tpm_proxy.c            |   2 +-
>  hw/rdma/vmw/pvrdma_main.c           |   2 +-
>  hw/riscv/riscv_hart.c               |   2 +-
>  hw/riscv/sifive_clint.c             |   2 +-
>  hw/riscv/sifive_plic.c              |   2 +-
>  hw/riscv/sifive_u_otp.c             |   2 +-
>  hw/rtc/m48t59-isa.c                 |   2 +-
>  hw/rtc/m48t59.c                     |   2 +-
>  hw/rtc/mc146818rtc.c                |   2 +-
>  hw/rtc/pl031.c                      |   2 +-
>  hw/s390x/3270-ccw.c                 |   2 +-
>  hw/s390x/ccw-device.c               |   2 +-
>  hw/s390x/css-bridge.c               |   2 +-
>  hw/s390x/ipl.c                      |   2 +-
>  hw/s390x/s390-pci-bus.c             |   2 +-
>  hw/s390x/vhost-vsock-ccw.c          |   2 +-
>  hw/s390x/virtio-ccw-9p.c            |   2 +-
>  hw/s390x/virtio-ccw-balloon.c       |   2 +-
>  hw/s390x/virtio-ccw-blk.c           |   2 +-
>  hw/s390x/virtio-ccw-crypto.c        |   2 +-
>  hw/s390x/virtio-ccw-gpu.c           |   2 +-
>  hw/s390x/virtio-ccw-input.c         |   2 +-
>  hw/s390x/virtio-ccw-net.c           |   2 +-
>  hw/s390x/virtio-ccw-rng.c           |   2 +-
>  hw/s390x/virtio-ccw-scsi.c          |   4 +-
>  hw/s390x/virtio-ccw-serial.c        |   2 +-
>  hw/scsi/megasas.c                   |   2 +-
>  hw/scsi/mptsas.c                    |   2 +-
>  hw/scsi/scsi-bus.c                  |   2 +-
>  hw/scsi/scsi-disk.c                 |   8 +-
>  hw/scsi/scsi-generic.c              |   2 +-
>  hw/scsi/spapr_vscsi.c               |   2 +-
>  hw/scsi/vhost-scsi.c                |   2 +-
>  hw/scsi/vhost-user-scsi.c           |   2 +-
>  hw/scsi/virtio-scsi.c               |   2 +-
>  hw/scsi/vmw_pvscsi.c                |   2 +-
>  hw/sd/sd.c                          |   2 +-
>  hw/sd/sdhci-pci.c                   |   2 +-
>  hw/sd/sdhci.c                       |   2 +-
>  hw/sparc/sun4m.c                    |   4 +-
>  hw/sparc/sun4m_iommu.c              |   2 +-
>  hw/sparc64/sun4u.c                  |   6 +-
>  hw/ssi/aspeed_smc.c                 |   2 +-
>  hw/ssi/xilinx_spi.c                 |   2 +-
>  hw/ssi/xilinx_spips.c               |   4 +-
>  hw/timer/a9gtimer.c                 |   2 +-
>  hw/timer/allwinner-a10-pit.c        |   2 +-
>  hw/timer/altera_timer.c             |   2 +-
>  hw/timer/arm_mptimer.c              |   2 +-
>  hw/timer/arm_timer.c                |   2 +-
>  hw/timer/aspeed_timer.c             |   2 +-
>  hw/timer/cmsdk-apb-dualtimer.c      |   2 +-
>  hw/timer/cmsdk-apb-timer.c          |   2 +-
>  hw/timer/grlib_gptimer.c            |   2 +-
>  hw/timer/hpet.c                     |   2 +-
>  hw/timer/i8254.c                    |   2 +-
>  hw/timer/lm32_timer.c               |   2 +-
>  hw/timer/milkymist-sysctl.c         |   2 +-
>  hw/timer/mss-timer.c                |   2 +-
>  hw/timer/pxa2xx_timer.c             |   4 +-
>  hw/timer/slavio_timer.c             |   2 +-
>  hw/timer/stm32f2xx_timer.c          |   2 +-
>  hw/timer/xilinx_timer.c             |   2 +-
>  hw/tpm/tpm_crb.c                    |   2 +-
>  hw/tpm/tpm_tis.c                    |   2 +-
>  hw/usb/bus.c                        |   2 +-
>  hw/usb/ccid-card-emulated.c         |   2 +-
>  hw/usb/ccid-card-passthru.c         |   2 +-
>  hw/usb/dev-audio.c                  |   2 +-
>  hw/usb/dev-hid.c                    |   6 +-
>  hw/usb/dev-hub.c                    |   2 +-
>  hw/usb/dev-mtp.c                    |   2 +-
>  hw/usb/dev-network.c                |   2 +-
>  hw/usb/dev-serial.c                 |   4 +-
>  hw/usb/dev-smartcard-reader.c       |   4 +-
>  hw/usb/dev-storage.c                |   2 +-
>  hw/usb/dev-uas.c                    |   2 +-
>  hw/usb/hcd-ehci-pci.c               |   2 +-
>  hw/usb/hcd-ehci-sysbus.c            |   2 +-
>  hw/usb/hcd-ohci-pci.c               |   2 +-
>  hw/usb/hcd-ohci.c                   |   2 +-
>  hw/usb/hcd-uhci.c                   |   4 +-
>  hw/usb/hcd-xhci-nec.c               |   2 +-
>  hw/usb/hcd-xhci.c                   |   2 +-
>  hw/usb/host-libusb.c                |   2 +-
>  hw/usb/redirect.c                   |   2 +-
>  hw/vfio/ap.c                        |   2 +-
>  hw/vfio/ccw.c                       |   2 +-
>  hw/vfio/pci.c                       |   4 +-
>  hw/vfio/platform.c                  |   2 +-
>  hw/virtio/vhost-scsi-pci.c          |   2 +-
>  hw/virtio/vhost-user-blk-pci.c      |   2 +-
>  hw/virtio/vhost-user-fs-pci.c       |   2 +-
>  hw/virtio/vhost-user-fs.c           |   2 +-
>  hw/virtio/vhost-user-scsi-pci.c     |   2 +-
>  hw/virtio/vhost-vsock-pci.c         |   2 +-
>  hw/virtio/vhost-vsock.c             |   2 +-
>  hw/virtio/virtio-9p-pci.c           |   2 +-
>  hw/virtio/virtio-balloon-pci.c      |   2 +-
>  hw/virtio/virtio-balloon.c          |   2 +-
>  hw/virtio/virtio-blk-pci.c          |   2 +-
>  hw/virtio/virtio-crypto-pci.c       |   2 +-
>  hw/virtio/virtio-crypto.c           |   2 +-
>  hw/virtio/virtio-input-pci.c        |   2 +-
>  hw/virtio/virtio-mmio.c             |   2 +-
>  hw/virtio/virtio-net-pci.c          |   2 +-
>  hw/virtio/virtio-pci.c              |   4 +-
>  hw/virtio/virtio-pmem.c             |   2 +-
>  hw/virtio/virtio-rng.c              |   2 +-
>  hw/virtio/virtio-scsi-pci.c         |   2 +-
>  hw/virtio/virtio-serial-pci.c       |   2 +-
>  hw/virtio/virtio.c                  |   2 +-
>  hw/watchdog/cmsdk-apb-watchdog.c    |   2 +-
>  hw/watchdog/wdt_aspeed.c            |   2 +-
>  hw/xen/xen-bus.c                    |   2 +-
>  hw/xen/xen-legacy-backend.c         |   4 +-
>  hw/xen/xen_pt.c                     |   2 +-
>  migration/migration.c               |   2 +-
>  monitor/misc.c                      |  26 +++
>  qdev-monitor.c                      |  15 +-
>  qobject/qstring.c                   |  27 ++-
>  qom/object.c                        | 305 +++++++++++++++++++++-------
>  qom/object_interfaces.c             |  33 ++-
>  qom/qom-qmp-cmds.c                  |  54 +----
>  target/arm/cpu.c                    |  38 ++--
>  target/i386/cpu.c                   |   4 +-
>  target/microblaze/cpu.c             |   2 +-
>  target/nios2/cpu.c                  |   2 +-
>  target/ppc/translate_init.inc.c     |  10 +-
>  target/riscv/cpu.c                  |   2 +-
>  target/s390x/cpu.c                  |   2 +-
>  target/sparc/cpu.c                  |   2 +-
>  tests/test-qdev-global-props.c      |   2 +-
>  409 files changed, 987 insertions(+), 745 deletions(-)
>
> --
> 2.25.0.rc1.20.g2443f3f80d.dirty
>
>


-- 
Marc-André Lureau


  parent reply	other threads:[~2020-01-10 16:01 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 15:30 [PATCH 00/26] Various qom & qdev enhancements Marc-André Lureau
2020-01-10 15:30 ` [PATCH 01/26] object: add extra sanity checks Marc-André Lureau
2020-01-10 19:18   ` Philippe Mathieu-Daudé
2020-01-10 15:30 ` [PATCH 02/26] qdev: remove duplicated qdev_property_add_static() doc Marc-André Lureau
2020-01-10 15:30 ` [PATCH 03/26] qdev: remove extraneous error Marc-André Lureau
2020-01-10 15:30 ` [PATCH 04/26] qdev: move helper function to monitor/misc Marc-André Lureau
2020-01-10 19:18   ` Philippe Mathieu-Daudé
2020-01-10 15:30 ` [PATCH 05/26] object: avoid extra class property key duplication Marc-André Lureau
2020-01-10 15:30 ` [PATCH 06/26] object: add class property initializer Marc-André Lureau
2020-01-10 15:30 ` [PATCH 07/26] object: add object_property_get_defaut() Marc-André Lureau
2020-01-10 15:30 ` [PATCH 08/26] object: make object_class_property_add* return property Marc-André Lureau
2020-01-10 15:30 ` [PATCH 09/26] qstring: add qstring_free() Marc-André Lureau
2020-01-10 15:30 ` [PATCH 10/26] object: add object_property_set_defaut_{bool, str, int, uint}() Marc-André Lureau
2020-01-23 11:28   ` Paolo Bonzini
2020-01-23 11:39     ` Marc-André Lureau
2020-01-23 14:34       ` Paolo Bonzini
2020-01-10 15:30 ` [PATCH 11/26] object: do not free class properties Marc-André Lureau
2020-01-10 15:30 ` [PATCH 12/26] object: check strong flag with & Marc-André Lureau
2020-01-10 15:30 ` [PATCH 13/26] object: rename link "child" to "target" Marc-André Lureau
2020-01-10 15:30 ` [PATCH 14/26] object: add direct link flag Marc-André Lureau
2020-01-10 15:30 ` [PATCH 15/26] object: express const link with link property Marc-André Lureau
2020-01-10 15:30 ` [PATCH 16/26] object: add object_class_property_add_link() Marc-André Lureau
2020-01-10 15:30 ` [PATCH 17/26] object: release all props Marc-André Lureau
2020-01-10 15:30 ` [PATCH 18/26] object: return self in object_ref() Marc-André Lureau
2020-01-10 19:22   ` Philippe Mathieu-Daudé
2020-01-10 15:30 ` [PATCH 19/26] qdev: set properties with device_class_set_props() Marc-André Lureau
2020-01-23 11:08   ` Paolo Bonzini
2020-01-23 11:11     ` Marc-André Lureau
2020-01-10 15:30 ` [PATCH 20/26] qdev: move instance properties to class properties Marc-André Lureau
2020-01-10 15:30 ` [PATCH 21/26] qdev: register properties as " Marc-André Lureau
2020-01-10 15:30 ` [PATCH 22/26] vl: print default value in object help Marc-André Lureau
2020-01-10 15:30 ` [PATCH 23/26] qom: simplify qmp_device_list_properties() Marc-André Lureau
2020-01-10 15:30 ` [PATCH 24/26] qom: introduce object_property_help() Marc-André Lureau
2021-03-12 12:54   ` Thomas Huth
2021-03-12 13:00     ` Marc-André Lureau
2020-01-10 15:30 ` [PATCH 25/26] qapi/qmp: add ObjectPropertyInfo.default-value Marc-André Lureau
2020-01-10 15:30 ` [PATCH 26/26] qdev: use object_property_help() Marc-André Lureau
2020-01-10 15:38 ` Marc-André Lureau [this message]
2020-01-20 16:45   ` [PATCH 00/26] Various qom & qdev enhancements Stefan Hajnoczi
2020-01-21 16:57   ` Paolo Bonzini

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=CAJ+F1CLH_G1diJvm+xcb28Gsy_YizEncuHsX3HTC2y_y2CFd1A@mail.gmail.com \
    --to=marcandre.lureau@gmail.com \
    --cc=berrange@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.