index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
qdev-core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-31
hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
Philippe Mathieu-Daudé
1
-3
/
+3
2021-12-31
hw/qdev: Correct qdev_connect_gpio_out_named() documentation
Philippe Mathieu-Daudé
1
-2
/
+3
2021-12-31
hw/qdev: Correct qdev_init_gpio_out_named() documentation
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
hw/qdev: Cosmetic around documentation
Philippe Mathieu-Daudé
1
-0
/
+11
2021-11-15
pcie: expire pending delete
Gerd Hoffmann
1
-0
/
+1
2021-11-02
watchdog: add information from -watchdog help to -device help
Paolo Bonzini
1
-0
/
+1
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
1
-5
/
+7
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
1
-2
/
+6
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
1
-1
/
+1
2021-09-30
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
1
-1
/
+1
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-2
/
+2
2021-09-15
qdev: Complete qdev_init_gpio_out() documentation
Philippe Mathieu-Daudé
1
-0
/
+4
2021-09-13
qdev: Support marking individual buses as 'full'
Peter Maydell
1
-0
/
+24
2020-12-15
machine: introduce MachineInitPhase
Paolo Bonzini
1
-1
/
+31
2020-12-15
vl: move all generic initialization out of vl.c
Paolo Bonzini
1
-0
/
+1
2020-12-15
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost
1
-37
/
+0
2020-12-10
vl: move various initialization routines out of qemu_init
Paolo Bonzini
1
-8
/
+0
2020-12-08
failover: Rename function to hide_device()
Juan Quintela
1
-13
/
+15
2020-12-08
failover: should_be_hidden() should take a bool
Juan Quintela
1
-1
/
+1
2020-10-30
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-2
/
+2
2020-10-27
qdev: Fix two typos
Maxim Levitsky
1
-2
/
+2
2020-10-26
hw/misc/led: Allow connecting from GPIO output
Philippe Mathieu-Daudé
1
-0
/
+16
2020-10-12
device-core: use atomic_set on .realized property
Maxim Levitsky
1
-0
/
+2
2020-10-12
device-core: use RCU for list of children of a bus
Maxim Levitsky
1
-0
/
+9
2020-10-12
qdev: add "check if address free" callback for buses
Paolo Bonzini
1
-1
/
+12
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+4
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+3
2020-07-20
qdev: Document GPIO related functions
Peter Maydell
1
-2
/
+189
2020-07-20
qdev: Document qdev_unrealize()
Peter Maydell
1
-0
/
+19
2020-07-20
qdev: Move doc comments from qdev.c to qdev-core.h
Peter Maydell
1
-0
/
+57
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
1
-2
/
+1
2020-07-02
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: qdev_init_nofail() is now unused, drop
Markus Armbruster
1
-2
/
+1
2020-06-15
qdev: qdev_create(), qdev_try_create() are now unused, drop
Markus Armbruster
1
-2
/
+0
2020-06-15
qdev: Convert to qdev_unrealize() manually
Markus Armbruster
1
-1
/
+0
2020-06-15
qdev: New qdev_new(), qdev_realize(), etc.
Markus Armbruster
1
-1
/
+10
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-2
/
+2
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-04-30
qdev: add clock input&output support to devices.
Damien Hedde
1
-0
/
+12
2020-01-30
hw/core: deprecate old reset functions and introduce new ones
Damien Hedde
1
-0
/
+27
2020-01-30
hw/core: add Resettable support to BusClass and DeviceClass
Damien Hedde
1
-0
/
+27
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
1
-2
/
+2
2020-01-24
qdev: register properties as class properties
Marc-André Lureau
1
-2
/
+2
2020-01-24
qdev: rename DeviceClass.props
Paolo Bonzini
1
-1
/
+6
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-0
/
+2
2020-01-24
qdev: move helper function to monitor/misc
Marc-André Lureau
1
-2
/
+0
2019-10-29
migration: allow unplug during migration for failover devices
Jens Freimann
1
-0
/
+1
2019-10-29
qdev/qbus: add hidden device support
Jens Freimann
1
-0
/
+29
2019-09-16
qdev/machine: Introduce hotplug_allowed hook
Peter Xu
1
-0
/
+1
[next]