aboutsummaryrefslogtreecommitdiff
path: root/include/hw/qdev-core.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-13hw: Rename DeviceClass::reset field to legacy_resetPeter Maydell1-2/+2
2024-09-13hw: Define new device_class_set_legacy_reset()Peter Maydell1-0/+13
2024-09-13hw: Remove device_class_set_parent_reset()Peter Maydell1-16/+0
2024-07-16include/hw/qdev-core.h: Correct and clarify gpio doc commentsPeter Maydell1-8/+9
2024-05-03qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini1-0/+1
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda1-0/+5
2024-02-02hw/core: Remove transitional infrastructure from BusClassPeter Maydell1-2/+0
2024-01-30hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis1-0/+14
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé1-2/+2
2023-07-10include/hw: document the device_class_set_parent_* fnsAlex Bennée1-0/+27
2023-07-10include: attempt to document device_class_set_propsAlex Bennée1-0/+9
2023-07-03include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée1-114/+254
2023-05-30hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi1-3/+14
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov1-0/+7
2023-03-07pci: fix 'hotplugglable' property behaviorIgor Mammedov1-1/+12
2023-02-27hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()Philippe Mathieu-Daudé1-1/+1
2022-12-16hw: Remove device_legacy_reset()Peter Maydell1-9/+0
2022-12-16qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell1-26/+0
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-06-15qdev: unplug blocker for devicesJagannathan Raman1-0/+29
2022-01-18qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQPeter Maydell1-1/+1
2021-12-31hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé1-3/+3
2021-12-31hw/qdev: Correct qdev_connect_gpio_out_named() documentationPhilippe Mathieu-Daudé1-2/+3
2021-12-31hw/qdev: Correct qdev_init_gpio_out_named() documentationPhilippe Mathieu-Daudé1-1/+1
2021-12-31hw/qdev: Cosmetic around documentationPhilippe Mathieu-Daudé1-0/+11
2021-11-15pcie: expire pending deleteGerd Hoffmann1-0/+1
2021-11-02watchdog: add information from -watchdog help to -device helpPaolo Bonzini1-0/+1
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf1-5/+7
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf1-2/+6
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf1-1/+1
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-2/+2
2021-09-15qdev: Complete qdev_init_gpio_out() documentationPhilippe Mathieu-Daudé1-0/+4
2021-09-13qdev: Support marking individual buses as 'full'Peter Maydell1-0/+24
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+31
2020-12-15vl: move all generic initialization out of vl.cPaolo Bonzini1-0/+1
2020-12-15qdev: Move property code to qdev-properties.[ch]Eduardo Habkost1-37/+0
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini1-8/+0
2020-12-08failover: Rename function to hide_device()Juan Quintela1-13/+15
2020-12-08failover: should_be_hidden() should take a boolJuan Quintela1-1/+1
2020-10-30Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-2/+2
2020-10-27qdev: Fix two typosMaxim Levitsky1-2/+2
2020-10-26hw/misc/led: Allow connecting from GPIO outputPhilippe Mathieu-Daudé1-0/+16
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky1-0/+2
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky1-0/+9
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini1-1/+12
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+3
2020-07-20qdev: Document GPIO related functionsPeter Maydell1-2/+189