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
...
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
qdev-props: remove errp from GlobalProperty
Marc-André Lureau
2019-01-07
1
-6
/
+2
*
qdev: all globals are now user-provided
Marc-André Lureau
2019-01-07
1
-3
/
+0
*
qdev: make a separate helper function to apply compat properties
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
/
+10
*
hw: qdev: fix error in comment
Li Qiang
2018-12-11
1
-1
/
+1
*
hw/qdev-core: Fix description of instance_init
Thomas Huth
2018-09-25
1
-2
/
+3
*
qdev: Remove DeviceClass::init() and ::exit()
Philippe Mathieu-Daudé
2018-06-01
1
-16
/
+4
*
qdev: Add new qdev_init_gpio_in_named_with_opaque()
Peter Maydell
2018-03-02
1
-2
/
+28
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+0
*
qdev: add helpers to be more explicit when using abstract QOM parent functions
Philippe Mathieu-Daudé
2018-02-05
1
-0
/
+10
*
qdev: rename typedef qdev_resetfn() -> DeviceReset()
Philippe Mathieu-Daudé
2018-02-05
1
-2
/
+2
*
qdev: Check for the availability of a hotplug controller before adding a device
Thomas Huth
2018-01-19
1
-0
/
+1
*
qdev: store DeviceState's canonical path to use when unparenting
Michael Roth
2017-10-18
1
-0
/
+1
*
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
1
-1
/
+1
*
qdev: support properties which don't set a default value
Peter Maydell
2017-07-17
1
-0
/
+10
*
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
2017-07-14
1
-2
/
+2
*
qdev: Introduce DEFINE_PROP_LINK
Fam Zheng
2017-07-14
1
-0
/
+1
*
qdev: Introduce PropertyInfo.create
Fam Zheng
2017-07-14
1
-0
/
+1
*
qdev: avoid type casts between signed and unsigned
Marc-André Lureau
2017-06-20
1
-0
/
+1
*
qdev: wrap default property value in an union
Marc-André Lureau
2017-06-20
1
-1
/
+3
*
qdev: remove PropertyInfo.qtype field
Marc-André Lureau
2017-06-19
1
-1
/
+1
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-4
/
+5
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...
Peter Maydell
2017-04-21
1
-1
/
+2
|
\
|
*
qdev: Export qdev_hot_removed
Juan Quintela
2017-04-21
1
-0
/
+1
|
*
qdev: qdev_hotplug is really a bool
Juan Quintela
2017-04-21
1
-1
/
+1
*
|
qdev: remove cannot_destroy_with_object_finalize_yet
Laurent Vivier
2017-04-21
1
-13
/
+0
|
/
*
Introduce DEVICE_CATEGORY_CPU for CPU devices
Thomas Huth
2017-01-27
1
-0
/
+1
*
bus: simplify name handling
Marc-André Lureau
2016-09-08
1
-1
/
+1
*
qdev: ignore GlobalProperty.errp for hotplugged devices
Greg Kurz
2016-07-27
1
-1
/
+3
*
qdev: GlobalProperty.errp field
Eduardo Habkost
2016-07-07
1
-0
/
+4
*
qdev: Use GList for global properties
Eduardo Habkost
2016-06-17
1
-1
/
+0
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
1
-1
/
+0
*
include: Clean up includes
Peter Maydell
2016-02-23
1
-1
/
+0
*
qobject: Rename qtype_code to QType
Eric Blake
2015-12-17
1
-1
/
+1
*
qdev: Change Property::offset field to ptrdiff_t type
Ildar Isaev
2015-11-18
1
-1
/
+1
*
qdev: provide qdev_reset_all_fn()
David Hildenbrand
2015-11-11
1
-0
/
+1
*
qdev: Protect device-list-properties against broken devices
Markus Armbruster
2015-10-09
1
-0
/
+13
*
qdev: Un-deprecate qdev_init_nofail()
Markus Armbruster
2015-06-19
1
-2
/
+2
*
qdev: Deprecated qdev_init() is finally unused, drop
Markus Armbruster
2015-06-19
1
-2
/
+1
*
qom: Make enum string tables const-correct
Daniel P. Berrange
2015-06-19
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...
Peter Maydell
2015-05-12
1
-1
/
+1
|
\
|
*
qobject: Clean up around qtype_code
Markus Armbruster
2015-05-11
1
-1
/
+1
*
|
acpi: add hardware implementation for memory hot unplug
Zhu Guihua
2015-04-27
1
-0
/
+1
|
/
*
qdev: support to get a device firmware path directly
Gonglei
2015-02-11
1
-0
/
+1
*
Add device listener interface
Paul Durrant
2015-01-20
1
-0
/
+10
*
hmp: fix regression of HMP device_del auto-completion
Marcel Apfelbaum
2014-11-27
1
-1
/
+1
*
sysbus: Expose IRQ enumeration helpers
Alexander Graf
2014-11-04
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-10-30
1
-1
/
+5
|
\
|
*
qdev: gpio: Define qdev_pass_gpios()
Peter Crosthwaite
2014-10-23
1
-0
/
+3
[prev]
[next]