COMMITS
/ include/hw/qdev-core.h March 20, 2023
P
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé committed
July 10, 2023
A
include/hw: document the device_class_set_parent_* fns
Alex Bennée committed
A
include: attempt to document device_class_set_props
Alex Bennée committed
June 30, 2023
A
include/hw/qdev-core: fixup kerneldoc annotations
Alex Bennée committed
May 16, 2023
S
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi committed
April 27, 2023
A
memory: prevent dma-reentracy issues
Alexander Bulekov committed
March 2, 2023
I
pci: fix 'hotplugglable' property behavior
Igor Mammedov committed
February 12, 2023
P
hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()
Philippe Mathieu-Daudé committed
December 16, 2022
P
hw: Remove device_legacy_reset()
Peter Maydell committed
P
qdev: Remove qdev_reset_all() and qbus_reset_all()
Peter Maydell committed
July 7, 2022
D
misc: fix commonly doubled up words
Daniel P. Berrangé committed
June 13, 2022
J
qdev: unplug blocker for devices
Jagannathan Raman committed
January 11, 2022
P
qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
Peter Maydell committed
November 5, 2021
P
hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
Philippe Mathieu-Daudé committed
P
hw/qdev: Correct qdev_connect_gpio_out_named() documentation
Philippe Mathieu-Daudé committed
December 18, 2021
P
hw/qdev: Correct qdev_init_gpio_out_named() documentation
Philippe Mathieu-Daudé committed
P
hw/qdev: Cosmetic around documentation
Philippe Mathieu-Daudé committed
November 11, 2021
G
pcie: expire pending delete
Gerd Hoffmann committed
October 27, 2021
P
watchdog: add information from -watchdog help to -device help
Paolo Bonzini committed
October 8, 2021
K
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf committed
K
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf committed
K
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf committed
September 23, 2021
P
qbus: Rename qbus_create() to qbus_new()
Peter Maydell committed
P
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell committed
August 19, 2021
P
qdev: Complete qdev_init_gpio_out() documentation
Philippe Mathieu-Daudé committed
September 13, 2021
P
qdev: Support marking individual buses as 'full'
Peter Maydell committed
November 12, 2020
P
machine: introduce MachineInitPhase
Paolo Bonzini committed
November 13, 2020
P
vl: move all generic initialization out of vl.c
Paolo Bonzini committed
December 11, 2020
E
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost committed
October 21, 2020
P
vl: move various initialization routines out of qemu_init
Paolo Bonzini committed
November 18, 2020
J
failover: Rename function to hide_device()
Juan Quintela committed
J
failover: should_be_hidden() should take a bool
Juan Quintela committed
October 30, 2020
P
October 19, 2020
M
qdev: Fix two typos
Maxim Levitsky committed
June 16, 2020
P
hw/misc/led: Allow connecting from GPIO output
Philippe Mathieu-Daudé committed
October 6, 2020
M
device-core: use atomic_set on .realized property
Maxim Levitsky committed
M
device-core: use RCU for list of children of a bus
Maxim Levitsky committed
P
qdev: add "check if address free" callback for buses
Paolo Bonzini committed
September 16, 2020
E
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost committed
August 31, 2020
E
Use DECLARE_*CHECKER* macros
Eduardo Habkost committed
September 3, 2020
E
Move QOM typedefs and add missing includes
Eduardo Habkost committed
July 11, 2020
P
qdev: Document GPIO related functions
Peter Maydell committed
P
qdev: Document qdev_unrealize()
Peter Maydell committed
P
qdev: Move doc comments from qdev.c to qdev-core.h
Peter Maydell committed
June 30, 2020
M
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster committed
M
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster committed
June 10, 2020
M
qdev: qdev_init_nofail() is now unused, drop
Markus Armbruster committed
M
qdev: qdev_create(), qdev_try_create() are now unused, drop
Markus Armbruster committed
M
qdev: Convert to qdev_unrealize() manually
Markus Armbruster committed
M
qdev: New qdev_new(), qdev_realize(), etc.
Markus Armbruster committed