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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
1
-5
/
+0
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
1
-4
/
+2
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-1
/
+0
2019-07-29
Revert "Revert "globals: Allow global properties to be optional""
Dr. David Alan Gilbert
1
-0
/
+3
2019-07-08
qdev: add qdev_add_vm_change_state_handler()
Stefan Hajnoczi
1
-0
/
+5
2019-05-20
Revert "globals: Allow global properties to be optional"
Daniel P. Berrangé
1
-3
/
+0
2019-03-11
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
1
-4
/
+0
2019-03-11
qdev: Fix latent bug with compat_props and onboard devices
Markus Armbruster
1
-0
/
+2
2019-03-06
qdev: Provide qdev_get_bus_hotplug_handler()
David Hildenbrand
1
-0
/
+1
2019-03-06
qdev: Let machine hotplug handler to override bus hotplug handler
Igor Mammedov
1
-0
/
+11
2019-03-06
qdev/core: fix qbus_is_full()
Tony Krowiak
1
-0
/
+1
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
1
-2
/
+1
2019-01-17
globals: Allow global properties to be optional
Eduardo Habkost
1
-0
/
+3
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-1
/
+1
2019-01-07
qdev-props: remove errp from GlobalProperty
Marc-André Lureau
1
-6
/
+2
2019-01-07
qdev: all globals are now user-provided
Marc-André Lureau
1
-3
/
+0
2019-01-07
qdev: make a separate helper function to apply compat properties
Marc-André Lureau
1
-0
/
+2
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
1
-0
/
+10
2018-12-11
hw: qdev: fix error in comment
Li Qiang
1
-1
/
+1
2018-09-25
hw/qdev-core: Fix description of instance_init
Thomas Huth
1
-2
/
+3
2018-06-01
qdev: Remove DeviceClass::init() and ::exit()
Philippe Mathieu-Daudé
1
-16
/
+4
2018-03-02
qdev: Add new qdev_init_gpio_in_named_with_opaque()
Peter Maydell
1
-2
/
+28
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+0
2018-02-05
qdev: add helpers to be more explicit when using abstract QOM parent functions
Philippe Mathieu-Daudé
1
-0
/
+10
2018-02-05
qdev: rename typedef qdev_resetfn() -> DeviceReset()
Philippe Mathieu-Daudé
1
-2
/
+2
2018-01-19
qdev: Check for the availability of a hotplug controller before adding a device
Thomas Huth
1
-0
/
+1
2017-10-18
qdev: store DeviceState's canonical path to use when unparenting
Michael Roth
1
-0
/
+1
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-1
/
+1
[next]