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
/
hw
/
core
/
qdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-11
/
+6
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-25
/
+15
*
qdev: Clean up qdev_connect_gpio_out_named()
Markus Armbruster
2020-05-15
1
-7
/
+4
*
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-05-15
1
-4
/
+2
*
qdev: add clock input&output support to devices.
Damien Hedde
2020-04-30
1
-0
/
+12
*
core/qdev: fix memleak in qdev_get_gpio_out_connector()
Pan Nengyuan
2020-03-09
1
-1
/
+1
*
hw/core: deprecate old reset functions and introduce new ones
Damien Hedde
2020-01-30
1
-0
/
+5
*
hw/core/qdev: update hotplug reset regarding resettable
Damien Hedde
2020-01-30
1
-1
/
+14
*
hw/core/qdev: handle parent bus change regarding resettable
Damien Hedde
2020-01-30
1
-5
/
+11
*
hw/core: add Resettable support to BusClass and DeviceClass
Damien Hedde
2020-01-30
1
-0
/
+93
*
hw/core/qdev: add trace events to help with resettable transition
Damien Hedde
2020-01-30
1
-3
/
+26
*
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-30
1
-3
/
+3
*
qdev: register properties as class properties
Marc-André Lureau
2020-01-24
1
-37
/
+46
*
qdev: move instance properties to class properties
Marc-André Lureau
2020-01-24
1
-11
/
+13
*
qdev: rename DeviceClass.props
Paolo Bonzini
2020-01-24
1
-4
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-0
/
+5
*
qdev: move helper function to monitor/misc
Marc-André Lureau
2020-01-24
1
-26
/
+0
*
qdev: remove extraneous error
Marc-André Lureau
2020-01-24
1
-11
/
+4
*
qdev: remove duplicated qdev_property_add_static() doc
Marc-André Lureau
2020-01-24
1
-10
/
+0
*
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-20
1
-1
/
+2
*
qdev/qom: remove some TODO limitations now that PROP_PTR is gone
Marc-André Lureau
2020-01-07
1
-8
/
+0
*
qdev: use g_strcmp0() instead of open-coding it
Marc-André Lureau
2020-01-07
1
-5
/
+2
*
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
1
-3
/
+4
*
vmstate: add qom interface to get id
Marc-André Lureau
2020-01-06
1
-0
/
+14
*
hw/core/qdev: cleanup Error ** variables
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-15
/
+13
*
migration: allow unplug during migration for failover devices
Jens Freimann
2019-10-29
1
-0
/
+1
*
qdev/qbus: add hidden device support
Jens Freimann
2019-10-29
1
-0
/
+24
*
qdev/machine: Introduce hotplug_allowed hook
Peter Xu
2019-09-16
1
-0
/
+17
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
qapi: Split qom.json and qdev.json off misc.json
Markus Armbruster
2019-07-02
1
-1
/
+1
*
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
2019-03-11
1
-39
/
+0
*
qdev: Fix latent bug with compat_props and onboard devices
Markus Armbruster
2019-03-11
1
-11
/
+37
*
qdev: Provide qdev_get_bus_hotplug_handler()
David Hildenbrand
2019-03-06
1
-1
/
+9
*
qdev: Let machine hotplug handler to override bus hotplug handler
Igor Mammedov
2019-03-06
1
-4
/
+2
*
qdev: Let the hotplug_handler_unplug() caller delete the device
David Hildenbrand
2019-03-06
1
-2
/
+1
*
qdev/core: fix qbus_is_full()
Tony Krowiak
2019-03-06
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-01-11
1
-2
/
+2
|
\
|
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
|
qdev: fix -device scsi-hd,help regression
Marc-André Lureau
2019-01-10
1
-3
/
+6
|
/
*
qdev: make a separate helper function to apply compat properties
Marc-André Lureau
2019-01-07
1
-1
/
+5
*
hw: apply machine compat properties without touching globals
Marc-André Lureau
2019-01-07
1
-0
/
+2
*
hw: apply accel compat properties without touching globals
Marc-André Lureau
2019-01-07
1
-0
/
+9
*
call HotplugHandler->plug() as the last step in device realization
Igor Mammedov
2018-10-19
1
-10
/
+6
*
qdev: fix a typo in comment
Li Qiang
2018-09-25
1
-1
/
+1
*
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
1
-2
/
+1
[next]