aboutsummaryrefslogtreecommitdiff
path: root/include/hw/qdev-core.h
AgeCommit message (Expand)Author
2024-11-06Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-11-05qdev: make properties array "const"Paolo Bonzini
2024-11-04qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy
2024-09-13hw: Rename DeviceClass::reset field to legacy_resetPeter Maydell
2024-09-13hw: Define new device_class_set_legacy_reset()Peter Maydell
2024-09-13hw: Remove device_class_set_parent_reset()Peter Maydell
2024-07-16include/hw/qdev-core.h: Correct and clarify gpio doc commentsPeter Maydell
2024-05-03qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda
2024-02-02hw/core: Remove transitional infrastructure from BusClassPeter Maydell
2024-01-30hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-07-10include/hw: document the device_class_set_parent_* fnsAlex Bennée
2023-07-10include: attempt to document device_class_set_propsAlex Bennée
2023-07-03include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée
2023-05-30hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov
2023-03-07pci: fix 'hotplugglable' property behaviorIgor Mammedov
2023-02-27hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()Philippe Mathieu-Daudé
2022-12-16hw: Remove device_legacy_reset()Peter Maydell
2022-12-16qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-06-15qdev: unplug blocker for devicesJagannathan Raman
2022-01-18qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQPeter Maydell
2021-12-31hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé
2021-12-31hw/qdev: Correct qdev_connect_gpio_out_named() documentationPhilippe Mathieu-Daudé
2021-12-31hw/qdev: Correct qdev_init_gpio_out_named() documentationPhilippe Mathieu-Daudé
2021-12-31hw/qdev: Cosmetic around documentationPhilippe Mathieu-Daudé
2021-11-15pcie: expire pending deleteGerd Hoffmann
2021-11-02watchdog: add information from -watchdog help to -device helpPaolo Bonzini
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-09-15qdev: Complete qdev_init_gpio_out() documentationPhilippe Mathieu-Daudé
2021-09-13qdev: Support marking individual buses as 'full'Peter Maydell
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15vl: move all generic initialization out of vl.cPaolo Bonzini
2020-12-15qdev: Move property code to qdev-properties.[ch]Eduardo Habkost
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini
2020-12-08failover: Rename function to hide_device()Juan Quintela
2020-12-08failover: should_be_hidden() should take a boolJuan Quintela
2020-10-30Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-10-27qdev: Fix two typosMaxim Levitsky
2020-10-26hw/misc/led: Allow connecting from GPIO outputPhilippe Mathieu-Daudé
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost