index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
qdev-core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: fix commonly doubled up words
Daniel P. Berrangé
2022-08-01
1
-1
/
+1
*
qdev: unplug blocker for devices
Jagannathan Raman
2022-06-15
1
-0
/
+29
*
qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
Peter Maydell
2022-01-18
1
-1
/
+1
*
hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
Philippe Mathieu-Daudé
2021-12-31
1
-3
/
+3
*
hw/qdev: Correct qdev_connect_gpio_out_named() documentation
Philippe Mathieu-Daudé
2021-12-31
1
-2
/
+3
*
hw/qdev: Correct qdev_init_gpio_out_named() documentation
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+1
*
hw/qdev: Cosmetic around documentation
Philippe Mathieu-Daudé
2021-12-31
1
-0
/
+11
*
pcie: expire pending delete
Gerd Hoffmann
2021-11-15
1
-0
/
+1
*
watchdog: add information from -watchdog help to -device help
Paolo Bonzini
2021-11-02
1
-0
/
+1
*
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
1
-5
/
+7
*
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-10-15
1
-2
/
+6
*
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-10-15
1
-1
/
+1
*
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2021-09-30
1
-1
/
+1
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-2
/
+2
*
qdev: Complete qdev_init_gpio_out() documentation
Philippe Mathieu-Daudé
2021-09-15
1
-0
/
+4
*
qdev: Support marking individual buses as 'full'
Peter Maydell
2021-09-13
1
-0
/
+24
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-1
/
+31
*
vl: move all generic initialization out of vl.c
Paolo Bonzini
2020-12-15
1
-0
/
+1
*
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost
2020-12-15
1
-37
/
+0
*
vl: move various initialization routines out of qemu_init
Paolo Bonzini
2020-12-10
1
-8
/
+0
*
failover: Rename function to hide_device()
Juan Quintela
2020-12-08
1
-13
/
+15
*
failover: should_be_hidden() should take a bool
Juan Quintela
2020-12-08
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-10-30
1
-2
/
+2
|
\
|
*
qdev: Fix two typos
Maxim Levitsky
2020-10-27
1
-2
/
+2
*
|
hw/misc/led: Allow connecting from GPIO output
Philippe Mathieu-Daudé
2020-10-26
1
-0
/
+16
|
/
*
device-core: use atomic_set on .realized property
Maxim Levitsky
2020-10-12
1
-0
/
+2
*
device-core: use RCU for list of children of a bus
Maxim Levitsky
2020-10-12
1
-0
/
+9
*
qdev: add "check if address free" callback for buses
Paolo Bonzini
2020-10-12
1
-1
/
+12
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+4
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+3
*
qdev: Document GPIO related functions
Peter Maydell
2020-07-20
1
-2
/
+189
*
qdev: Document qdev_unrealize()
Peter Maydell
2020-07-20
1
-0
/
+19
*
qdev: Move doc comments from qdev.c to qdev-core.h
Peter Maydell
2020-07-20
1
-0
/
+57
*
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-2
/
+1
*
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-1
/
+1
*
qdev: qdev_init_nofail() is now unused, drop
Markus Armbruster
2020-06-15
1
-2
/
+1
*
qdev: qdev_create(), qdev_try_create() are now unused, drop
Markus Armbruster
2020-06-15
1
-2
/
+0
*
qdev: Convert to qdev_unrealize() manually
Markus Armbruster
2020-06-15
1
-1
/
+0
*
qdev: New qdev_new(), qdev_realize(), etc.
Markus Armbruster
2020-06-15
1
-1
/
+10
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-2
/
+2
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qdev: add clock input&output support to devices.
Damien Hedde
2020-04-30
1
-0
/
+12
*
hw/core: deprecate old reset functions and introduce new ones
Damien Hedde
2020-01-30
1
-0
/
+27
*
hw/core: add Resettable support to BusClass and DeviceClass
Damien Hedde
2020-01-30
1
-0
/
+27
*
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-30
1
-2
/
+2
*
qdev: register properties as class properties
Marc-André Lureau
2020-01-24
1
-2
/
+2
*
qdev: rename DeviceClass.props
Paolo Bonzini
2020-01-24
1
-1
/
+6
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-0
/
+2
*
qdev: move helper function to monitor/misc
Marc-André Lureau
2020-01-24
1
-2
/
+0
[next]