index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
qdev-core.h
Age
Commit message (
Expand
)
Author
2024-11-06
Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-11-05
qdev: make properties array "const"
Paolo Bonzini
2024-11-04
qapi: introduce device-sync-config
Vladimir Sementsov-Ogievskiy
2024-09-13
hw: Rename DeviceClass::reset field to legacy_reset
Peter Maydell
2024-09-13
hw: Define new device_class_set_legacy_reset()
Peter Maydell
2024-09-13
hw: Remove device_class_set_parent_reset()
Peter Maydell
2024-07-16
include/hw/qdev-core.h: Correct and clarify gpio doc comments
Peter Maydell
2024-05-03
qdev-core: remove DeviceListener from typedefs.h
Paolo Bonzini
2024-02-06
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
2024-02-02
hw/core: Remove transitional infrastructure from BusClass
Peter Maydell
2024-01-30
hw/core/qdev.c: add qdev_get_human_name()
Manos Pitsidianakis
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
2023-07-10
include/hw: document the device_class_set_parent_* fns
Alex Bennée
2023-07-10
include: attempt to document device_class_set_props
Alex Bennée
2023-07-03
include/hw/qdev-core: fixup kerneldoc annotations
Alex Bennée
2023-05-30
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi
2023-04-28
memory: prevent dma-reentracy issues
Alexander Bulekov
2023-03-07
pci: fix 'hotplugglable' property behavior
Igor Mammedov
2023-02-27
hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()
Philippe Mathieu-Daudé
2022-12-16
hw: Remove device_legacy_reset()
Peter Maydell
2022-12-16
qdev: Remove qdev_reset_all() and qbus_reset_all()
Peter Maydell
2022-08-01
misc: fix commonly doubled up words
Daniel P. Berrangé
2022-06-15
qdev: unplug blocker for devices
Jagannathan Raman
2022-01-18
qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
Peter Maydell
2021-12-31
hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
Philippe Mathieu-Daudé
2021-12-31
hw/qdev: Correct qdev_connect_gpio_out_named() documentation
Philippe Mathieu-Daudé
2021-12-31
hw/qdev: Correct qdev_init_gpio_out_named() documentation
Philippe Mathieu-Daudé
2021-12-31
hw/qdev: Cosmetic around documentation
Philippe Mathieu-Daudé
2021-11-15
pcie: expire pending delete
Gerd Hoffmann
2021-11-02
watchdog: add information from -watchdog help to -device help
Paolo Bonzini
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-09-30
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-15
qdev: Complete qdev_init_gpio_out() documentation
Philippe Mathieu-Daudé
2021-09-13
qdev: Support marking individual buses as 'full'
Peter Maydell
2020-12-15
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
vl: move all generic initialization out of vl.c
Paolo Bonzini
2020-12-15
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost
2020-12-10
vl: move various initialization routines out of qemu_init
Paolo Bonzini
2020-12-08
failover: Rename function to hide_device()
Juan Quintela
2020-12-08
failover: should_be_hidden() should take a bool
Juan Quintela
2020-10-30
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-10-27
qdev: Fix two typos
Maxim Levitsky
2020-10-26
hw/misc/led: Allow connecting from GPIO output
Philippe Mathieu-Daudé
2020-10-12
device-core: use atomic_set on .realized property
Maxim Levitsky
2020-10-12
device-core: use RCU for list of children of a bus
Maxim Levitsky
2020-10-12
qdev: add "check if address free" callback for buses
Paolo Bonzini
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
[next]