index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: improve virtqueue mapping error messages
Alessandro Ratti
2025-10-05
1
-0
/
+29
*
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-02-10
1
-1
/
+1
*
qdev: Use machine_get_container()
Peter Xu
2025-01-09
1
-2
/
+1
*
qdev: Add machine_get_container()
Peter Xu
2025-01-09
1
-0
/
+11
*
qdev: Make qdev_get_machine() not use container_get()
Peter Xu
2025-01-09
1
-1
/
+6
*
qdev: Remove opts member
Akihiko Odaki
2025-01-09
1
-1
/
+0
*
hw/core: Introduce device_class_set_props_n
Richard Henderson
2024-12-19
1
-0
/
+1
*
qom: let object_new use a module if the type is not present
Paolo Bonzini
2024-10-31
1
-16
/
+0
*
qom: use object_new_with_class when possible
Paolo Bonzini
2024-10-31
1
-2
/
+3
*
hw/core/qdev: Simplify legacy_reset handling
Peter Maydell
2024-09-13
1
-33
/
+22
*
hw: Remove device_phases_reset()
Peter Maydell
2024-09-13
1
-39
/
+12
*
hw: Rename DeviceClass::reset field to legacy_reset
Peter Maydell
2024-09-13
1
-4
/
+4
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
hw: Define new device_class_set_legacy_reset()
Peter Maydell
2024-09-13
1
-0
/
+5
*
hw: Remove device_class_set_parent_reset()
Peter Maydell
2024-09-13
1
-8
/
+0
*
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-2
/
+2
*
qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition
Philippe Mathieu-Daudé
2024-04-24
1
-2
/
+2
*
hw/core/qdev.c: add qdev_get_human_name()
Manos Pitsidianakis
2024-01-30
1
-0
/
+8
*
hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
hw: Remove device_legacy_reset()
Peter Maydell
2022-12-16
1
-10
/
+0
*
qdev: Remove qdev_reset_all() and qbus_reset_all()
Peter Maydell
2022-12-16
1
-54
/
+0
*
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-15
1
-2
/
+0
|
\
|
*
error: Drop a few superfluous ERRP_GUARD()
Markus Armbruster
2022-12-14
1
-2
/
+0
*
|
qapi qdev qom: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-1
/
+1
|
/
*
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
1
-2
/
+15
*
module: rename module_load_one to module_load
Claudio Fontana
2022-11-06
1
-1
/
+1
*
qdev: unplug blocker for devices
Jagannathan Raman
2022-06-15
1
-0
/
+24
*
hw/core: Extract hotplug-related functions to qdev-hotplug.c
Philippe Mathieu-Daudé
2021-11-01
1
-60
/
+0
*
machine: Move gpio code to hw/core/gpio.c
Eduardo Habkost
2021-11-01
1
-174
/
+0
*
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
1
-3
/
+4
*
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-10-15
1
-2
/
+5
*
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-10-15
1
-0
/
+1
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-2
/
+14
*
vl: move all generic initialization out of vl.c
Paolo Bonzini
2020-12-15
1
-9
/
+3
*
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost
2020-12-15
1
-120
/
+0
*
failover: Rename function to hide_device()
Juan Quintela
2020-12-08
1
-2
/
+2
*
failover: should_be_hidden() should take a bool
Juan Quintela
2020-12-08
1
-14
/
+5
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
device-core: use atomic_set on .realized property
Maxim Levitsky
2020-10-12
1
-1
/
+18
*
device-core: use RCU for list of children of a bus
Maxim Levitsky
2020-10-12
1
-14
/
+23
*
qdev: add "check if address free" callback for buses
Paolo Bonzini
2020-10-12
1
-2
/
+15
*
qdev: Move doc comments from qdev.c to qdev-core.h
Peter Maydell
2020-07-20
1
-33
/
+0
*
error: Reduce unnecessary error propagation
Markus Armbruster
2020-07-10
1
-1
/
+1
*
qom: Use returned bool to check for failure, manual part
Markus Armbruster
2020-07-10
1
-6
/
+1
*
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-4
/
+4
*
qdev: device module support
Gerd Hoffmann
2020-07-07
1
-2
/
+4
[next]