aboutsummaryrefslogtreecommitdiff
path: root/hw/core/qdev-properties-system.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-06qdev: Improve a few more PropertyInfo @description membersMarkus Armbruster1-1/+1
2025-03-06qdev: Improve PropertyInfo member @description for enum propertiesMarkus Armbruster1-15/+11
2025-03-06qdev: Change values of PropertyInfo member @type to be QAPI typesMarkus Armbruster1-2/+2
2025-03-06qdev: Rename PropertyInfo member @name to @typeMarkus Armbruster1-26/+26
2025-03-06qdev: Change qdev_prop_pci_devfn member @name from "int32" to "str"Markus Armbruster1-1/+1
2025-03-04hw/vmapple/virtio-blk: Add support for apple virtio-blkAlexander Graf1-0/+9
2025-02-16hw/qdev-properties-system: Introduce EndianMode QAPI enumPhilippe Mathieu-Daudé1-0/+11
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-2/+2
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-2/+2
2024-12-19Constify all opaque Property pointersRichard Henderson1-24/+24
2024-12-19hw/core/qdev-properties: Constify Property argument to PropertyInfo.printRichard Henderson1-1/+1
2024-11-25qdev: Fix set_pci_devfn() to visit option only onceKevin Wolf1-18/+36
2024-11-18hw: Add "loadparm" property to scsi disk devices for booting on s390xThomas Huth1-0/+26
2024-10-18block: Adjust check_block_size() signatureMarkus Armbruster1-5/+1
2024-09-10Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-3/+3
2024-09-10qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'Markus Armbruster1-3/+3
2024-09-09migration: Introduce 'qatzip' compression methodBryan Zhang1-1/+1
2024-06-14migration/multifd: add uadk compression frameworkShameer Kolothum1-1/+1
2024-06-14migration/multifd: add qpl compression methodYuan Liu1-1/+1
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-2/+14
2024-03-12pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner1-2/+14
2024-03-12Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into stagingPeter Maydell1-0/+1
2024-03-11hw/core/qdev-properties-system: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-11migration/multifd: Implement zero page transmission on the multifd thread.Hao Xiang1-1/+1
2024-03-11migration/multifd: Add new migration option zero-page-detection.Hao Xiang1-0/+10
2024-03-09qdev: Add a granule_mode propertyEric Auger1-0/+14
2023-12-21qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi1-0/+46
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-9/+0
2023-11-10qdev: Make netdev properties work as list elementsKevin Wolf1-1/+1
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater1-1/+1
2023-11-03memory: Let ReservedRegion use RangeEric Auger1-3/+6
2023-11-01cpr: reboot modeSteve Sistare1-1/+1
2023-11-01migration: mode parameterSteve Sistare1-0/+14
2023-10-20CPU topology: extend with s390 specificsPierre Morel1-0/+13
2023-10-03audio: return Error ** from audio_state_by_namePaolo Bonzini1-12/+4
2023-09-21hw/other: spelling fixesMichael Tokarev1-1/+1
2023-06-28qdev-properties-system: Lock AioContext for blk_insert_bs()Kevin Wolf1-2/+6
2023-01-13hw/core/qdev-properties-system: Allow the 'slew' policy only on x86Thomas Huth1-1/+27
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-0/+1
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-4/+1
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf1-0/+6
2021-09-01qdev: allow setting drive property for realized deviceVladimir Sementsov-Ogievskiy1-12/+31
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost1-25/+25
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-70/+0
2020-12-18qdev: Avoid using prop->name unnecessarilyEduardo Habkost1-7/+7
2020-12-18qdev: Get just property name at error_set_from_qdev_prop_error()Eduardo Habkost1-6/+6
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-15qdev: Move UUID property to qdev-properties-system.cEduardo Habkost1-0/+57
2020-12-15qdev: Make error_set_from_qdev_prop_error() get Object* argumentEduardo Habkost1-5/+5
2020-12-15qdev: Make check_prop_still_unset() get Object* argumentEduardo Habkost1-5/+5