summary refs log tree commit diff stats
path: root/include/hw/qdev-core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio: improve virtqueue mapping error messagesAlessandro Ratti2025-10-051-0/+1
* hw/qdev: Factor qdev_hotunplug_allowed() outAkihiko Odaki2025-01-131-0/+1
* hw/qdev: Pass bus argument to qdev_hotplug_allowed()Akihiko Odaki2025-01-131-1/+1
* qdev: Add machine_get_container()Peter Xu2025-01-091-0/+10
* qdev: Implement qdev_create_fake_machine() for user emulationPhilippe Mathieu-Daudé2025-01-091-0/+10
* qdev: Remove opts memberAkihiko Odaki2025-01-091-4/+0
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-7/+7
* hw/core: Remove device_class_set_props functionRichard Henderson2024-12-191-10/+6
* hw/core: Introduce device_class_set_props_nRichard Henderson2024-12-191-0/+18
* include/hw/qdev-core: Detect most empty Property lists at compile timeRichard Henderson2024-12-191-0/+17
* Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-11-061-2/+2
|\
| * qdev: make properties array "const"Paolo Bonzini2024-11-051-2/+2
* | qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy2024-11-041-0/+6
|/
* hw: Rename DeviceClass::reset field to legacy_resetPeter Maydell2024-09-131-2/+2
* hw: Define new device_class_set_legacy_reset()Peter Maydell2024-09-131-0/+13
* hw: Remove device_class_set_parent_reset()Peter Maydell2024-09-131-16/+0
* include/hw/qdev-core.h: Correct and clarify gpio doc commentsPeter Maydell2024-07-161-8/+9
* qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini2024-05-031-0/+1
* oslib-posix: initialize backend memory objects in parallelMark Kanda2024-02-061-0/+5
* hw/core: Remove transitional infrastructure from BusClassPeter Maydell2024-02-021-2/+0
* hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis2024-01-301-0/+14
* bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2023-08-311-2/+2
* include/hw: document the device_class_set_parent_* fnsAlex Bennée2023-07-101-0/+27
* include: attempt to document device_class_set_propsAlex Bennée2023-07-101-0/+9
* include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée2023-07-031-114/+254
* hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi2023-05-301-3/+14
* memory: prevent dma-reentracy issuesAlexander Bulekov2023-04-281-0/+7
* pci: fix 'hotplugglable' property behaviorIgor Mammedov2023-03-071-1/+12
* hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw: Remove device_legacy_reset()Peter Maydell2022-12-161-9/+0
* qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell2022-12-161-26/+0
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* qdev: unplug blocker for devicesJagannathan Raman2022-06-151-0/+29
* qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQPeter Maydell2022-01-181-1/+1
* hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé2021-12-311-3/+3
* hw/qdev: Correct qdev_connect_gpio_out_named() documentationPhilippe Mathieu-Daudé2021-12-311-2/+3
* hw/qdev: Correct qdev_init_gpio_out_named() documentationPhilippe Mathieu-Daudé2021-12-311-1/+1
* hw/qdev: Cosmetic around documentationPhilippe Mathieu-Daudé2021-12-311-0/+11
* pcie: expire pending deleteGerd Hoffmann2021-11-151-0/+1
* watchdog: add information from -watchdog help to -device helpPaolo Bonzini2021-11-021-0/+1
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-5/+7
* qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-151-2/+6
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-1/+1
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+2
* qdev: Complete qdev_init_gpio_out() documentationPhilippe Mathieu-Daudé2021-09-151-0/+4
* qdev: Support marking individual buses as 'full'Peter Maydell2021-09-131-0/+24
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+31
* vl: move all generic initialization out of vl.cPaolo Bonzini2020-12-151-0/+1
* qdev: Move property code to qdev-properties.[ch]Eduardo Habkost2020-12-151-37/+0