]> git.proxmox.com Git - mirror_qemu.git/commit
qdev: Move softmmu properties to qdev-properties-system.h
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 11 Dec 2020 22:05:12 +0000 (17:05 -0500)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 18 Dec 2020 20:20:17 +0000 (15:20 -0500)
commitce35e2295ea10caa97e223c1254e345a888e7ed8
treedbd57414b4639f2e968fb9e140c2a0ff15eacfea
parenta05f8ecd88f15273d033b6f044b850a8af84a5b8
qdev: Move softmmu properties to qdev-properties-system.h

Move the property types and property macros implemented in
qdev-properties-system.c to a new qdev-properties-system.h
header.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20201211220529.2290218-16-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
76 files changed:
audio/audio.h
hw/acpi/vmgenid.c
hw/arm/pxa2xx.c
hw/arm/strongarm.c
hw/block/fdc.c
hw/block/m25p80.c
hw/block/nand.c
hw/block/onenand.c
hw/block/pflash_cfi01.c
hw/block/pflash_cfi02.c
hw/block/vhost-user-blk.c
hw/char/avr_usart.c
hw/char/bcm2835_aux.c
hw/char/cadence_uart.c
hw/char/cmsdk-apb-uart.c
hw/char/debugcon.c
hw/char/digic-uart.c
hw/char/escc.c
hw/char/etraxfs_ser.c
hw/char/exynos4210_uart.c
hw/char/grlib_apbuart.c
hw/char/ibex_uart.c
hw/char/imx_serial.c
hw/char/ipoctal232.c
hw/char/lm32_juart.c
hw/char/lm32_uart.c
hw/char/mcf_uart.c
hw/char/milkymist-uart.c
hw/char/nrf51_uart.c
hw/char/parallel.c
hw/char/pl011.c
hw/char/renesas_sci.c
hw/char/sclpconsole-lm.c
hw/char/sclpconsole.c
hw/char/serial-pci-multi.c
hw/char/serial.c
hw/char/spapr_vty.c
hw/char/stm32f2xx_usart.c
hw/char/terminal3270.c
hw/char/virtio-console.c
hw/char/xilinx_uartlite.c
hw/core/qdev-properties-system.c
hw/hyperv/vmbus.c
hw/i386/kvm/i8254.c
hw/ide/qdev.c
hw/ipmi/ipmi_bmc_extern.c
hw/ipmi/ipmi_bmc_sim.c
hw/misc/allwinner-sid.c
hw/misc/ivshmem.c
hw/misc/mac_via.c
hw/misc/sifive_u_otp.c
hw/net/rocker/rocker.c
hw/nvram/eeprom_at24c.c
hw/nvram/spapr_nvram.c
hw/pci-bridge/gen_pcie_root_port.c
hw/pci/pci.c
hw/ppc/pnv_pnor.c
hw/rdma/vmw/pvrdma_main.c
hw/rtc/mc146818rtc.c
hw/scsi/scsi-disk.c
hw/scsi/scsi-generic.c
hw/scsi/vhost-user-scsi.c
hw/sd/sd.c
hw/usb/ccid-card-passthru.c
hw/usb/dev-serial.c
hw/usb/redirect.c
hw/vfio/pci.c
hw/virtio/vhost-user-fs.c
hw/virtio/vhost-user-vsock.c
hw/virtio/virtio-iommu-pci.c
hw/xen/xen_pt.c
include/hw/block/block.h
include/hw/qdev-properties-system.h [new file with mode: 0644]
include/hw/qdev-properties.h
include/net/net.h
migration/migration.c