index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
qdev-core.h
Age
Commit message (
Expand
)
Author
2019-07-29
Revert "Revert "globals: Allow global properties to be optional""
Dr. David Alan Gilbert
2019-07-08
qdev: add qdev_add_vm_change_state_handler()
Stefan Hajnoczi
2019-05-20
Revert "globals: Allow global properties to be optional"
Daniel P. Berrangé
2019-03-11
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
2019-03-11
qdev: Fix latent bug with compat_props and onboard devices
Markus Armbruster
2019-03-06
qdev: Provide qdev_get_bus_hotplug_handler()
David Hildenbrand
2019-03-06
qdev: Let machine hotplug handler to override bus hotplug handler
Igor Mammedov
2019-03-06
qdev/core: fix qbus_is_full()
Tony Krowiak
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
2019-01-17
globals: Allow global properties to be optional
Eduardo Habkost
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-07
qdev-props: remove errp from GlobalProperty
Marc-André Lureau
2019-01-07
qdev: all globals are now user-provided
Marc-André Lureau
2019-01-07
qdev: make a separate helper function to apply compat properties
Marc-André Lureau
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
2018-12-11
hw: qdev: fix error in comment
Li Qiang
2018-09-25
hw/qdev-core: Fix description of instance_init
Thomas Huth
2018-06-01
qdev: Remove DeviceClass::init() and ::exit()
Philippe Mathieu-Daudé
2018-03-02
qdev: Add new qdev_init_gpio_in_named_with_opaque()
Peter Maydell
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-05
qdev: add helpers to be more explicit when using abstract QOM parent functions
Philippe Mathieu-Daudé
2018-02-05
qdev: rename typedef qdev_resetfn() -> DeviceReset()
Philippe Mathieu-Daudé
2018-01-19
qdev: Check for the availability of a hotplug controller before adding a device
Thomas Huth
2017-10-18
qdev: store DeviceState's canonical path to use when unparenting
Michael Roth
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-07-17
qdev: support properties which don't set a default value
Peter Maydell
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
2017-07-14
qdev: Introduce DEFINE_PROP_LINK
Fam Zheng
2017-07-14
qdev: Introduce PropertyInfo.create
Fam Zheng
2017-06-20
qdev: avoid type casts between signed and unsigned
Marc-André Lureau
2017-06-20
qdev: wrap default property value in an union
Marc-André Lureau
2017-06-19
qdev: remove PropertyInfo.qtype field
Marc-André Lureau
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-04-21
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...
Peter Maydell
2017-04-21
qdev: Export qdev_hot_removed
Juan Quintela
2017-04-21
qdev: qdev_hotplug is really a bool
Juan Quintela
2017-04-21
qdev: remove cannot_destroy_with_object_finalize_yet
Laurent Vivier
2017-01-27
Introduce DEVICE_CATEGORY_CPU for CPU devices
Thomas Huth
2016-09-08
bus: simplify name handling
Marc-André Lureau
2016-07-27
qdev: ignore GlobalProperty.errp for hotplugged devices
Greg Kurz
2016-07-07
qdev: GlobalProperty.errp field
Eduardo Habkost
2016-06-17
qdev: Use GList for global properties
Eduardo Habkost
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-02-23
include: Clean up includes
Peter Maydell
2015-12-17
qobject: Rename qtype_code to QType
Eric Blake
2015-11-18
qdev: Change Property::offset field to ptrdiff_t type
Ildar Isaev
2015-11-11
qdev: provide qdev_reset_all_fn()
David Hildenbrand
2015-10-09
qdev: Protect device-list-properties against broken devices
Markus Armbruster
2015-06-19
qdev: Un-deprecate qdev_init_nofail()
Markus Armbruster
2015-06-19
qdev: Deprecated qdev_init() is finally unused, drop
Markus Armbruster
[next]