summary refs log tree commit diff stats
path: root/include/hw/qdev-core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* qdev: make properties array "const"Paolo Bonzini2024-11-051-2/+2
* 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
* vl: move various initialization routines out of qemu_initPaolo Bonzini2020-12-101-8/+0
* failover: Rename function to hide_device()Juan Quintela2020-12-081-13/+15
* failover: should_be_hidden() should take a boolJuan Quintela2020-12-081-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-10-301-2/+2
|\
| * qdev: Fix two typosMaxim Levitsky2020-10-271-2/+2
* | hw/misc/led: Allow connecting from GPIO outputPhilippe Mathieu-Daudé2020-10-261-0/+16
|/
* device-core: use atomic_set on .realized propertyMaxim Levitsky2020-10-121-0/+2
* device-core: use RCU for list of children of a busMaxim Levitsky2020-10-121-0/+9
* qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-121-1/+12
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3