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
/
hw
/
core
/
qdev.c
Age
Commit message (
Expand
)
Author
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
qdev: move helper function to monitor/misc
Marc-André Lureau
2020-01-24
qdev: remove extraneous error
Marc-André Lureau
2020-01-24
qdev: remove duplicated qdev_property_add_static() doc
Marc-André Lureau
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-07
qdev/qom: remove some TODO limitations now that PROP_PTR is gone
Marc-André Lureau
2020-01-07
qdev: use g_strcmp0() instead of open-coding it
Marc-André Lureau
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
vmstate: add qom interface to get id
Marc-André Lureau
2019-12-18
hw/core/qdev: cleanup Error ** variables
Vladimir Sementsov-Ogievskiy
2019-10-29
migration: allow unplug during migration for failover devices
Jens Freimann
2019-10-29
qdev/qbus: add hidden device support
Jens Freimann
2019-09-16
qdev/machine: Introduce hotplug_allowed hook
Peter Xu
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-07-02
qapi: Split qom.json and qdev.json off misc.json
Markus Armbruster
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: Let the hotplug_handler_unplug() caller delete the device
David Hildenbrand
2019-03-06
qdev/core: fix qbus_is_full()
Tony Krowiak
2019-01-11
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-09
qdev: fix -device scsi-hd,help regression
Marc-André Lureau
2019-01-07
qdev: make a separate helper function to apply compat properties
Marc-André Lureau
2019-01-07
hw: apply machine compat properties without touching globals
Marc-André Lureau
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
2018-10-19
call HotplugHandler->plug() as the last step in device realization
Igor Mammedov
2018-09-25
qdev: fix a typo in comment
Li Qiang
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-07-16
qdev: add HotplugHandler->post_plug() callback
Stefan Hajnoczi
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-06-01
qdev: Remove DeviceClass::init() and ::exit()
Philippe Mathieu-Daudé
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
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-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-05
qdev: add helpers to be more explicit when using abstract QOM parent functions
Philippe Mathieu-Daudé
2018-01-23
linux-user: remove nmi.c and fw-path-provider.c
Laurent Vivier
2018-01-19
qdev: Check for the availability of a hotplug controller before adding a device
Thomas Huth
2017-10-18
qdev: defer DEVICE_DEL event until instance_finalize()
Michael Roth
2017-10-18
Revert "qdev: Free QemuOpts when the QOM path goes away"
Michael Roth
2017-10-18
qdev: store DeviceState's canonical path to use when unparenting
Michael Roth
2017-07-17
qdev: support properties which don't set a default value
Peter Maydell
2017-07-14
qdev: Introduce PropertyInfo.create
Fam Zheng
2017-06-19
qdev: remove PropertyInfo.qtype field
Marc-André Lureau
[next]