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
/
hw
/
core
/
qdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
/
+24
2019-09-16
qdev/machine: Introduce hotplug_allowed hook
Peter Xu
1
-0
/
+17
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-02
qapi: Split qom.json and qdev.json off misc.json
Markus Armbruster
1
-1
/
+1
2019-03-11
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
1
-39
/
+0
2019-03-11
qdev: Fix latent bug with compat_props and onboard devices
Markus Armbruster
1
-11
/
+37
2019-03-06
qdev: Provide qdev_get_bus_hotplug_handler()
David Hildenbrand
1
-1
/
+9
2019-03-06
qdev: Let machine hotplug handler to override bus hotplug handler
Igor Mammedov
1
-4
/
+2
2019-03-06
qdev: Let the hotplug_handler_unplug() caller delete the device
David Hildenbrand
1
-2
/
+1
2019-03-06
qdev/core: fix qbus_is_full()
Tony Krowiak
1
-0
/
+3
2019-01-11
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+2
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-2
/
+2
2019-01-09
qdev: fix -device scsi-hd,help regression
Marc-André Lureau
1
-3
/
+6
2019-01-07
qdev: make a separate helper function to apply compat properties
Marc-André Lureau
1
-1
/
+5
2019-01-07
hw: apply machine compat properties without touching globals
Marc-André Lureau
1
-0
/
+2
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
1
-0
/
+9
2018-10-19
call HotplugHandler->plug() as the last step in device realization
Igor Mammedov
1
-10
/
+6
2018-09-25
qdev: fix a typo in comment
Li Qiang
1
-1
/
+1
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-2
/
+1
2018-07-16
qdev: add HotplugHandler->post_plug() callback
Stefan Hajnoczi
1
-0
/
+4
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
1
-1
/
+1
2018-06-01
qdev: Remove DeviceClass::init() and ::exit()
Philippe Mathieu-Daudé
1
-28
/
+0
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-1
/
+1
2018-03-02
qdev: Add new qdev_init_gpio_in_named_with_opaque()
Peter Maydell
1
-3
/
+5
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-05
qdev: add helpers to be more explicit when using abstract QOM parent functions
Philippe Mathieu-Daudé
1
-0
/
+24
2018-01-23
linux-user: remove nmi.c and fw-path-provider.c
Laurent Vivier
1
-77
/
+0
2018-01-19
qdev: Check for the availability of a hotplug controller before adding a device
Thomas Huth
1
-8
/
+20
2017-10-18
qdev: defer DEVICE_DEL event until instance_finalize()
Michael Roth
1
-11
/
+12
2017-10-18
Revert "qdev: Free QemuOpts when the QOM path goes away"
Michael Roth
1
-3
/
+1
2017-10-18
qdev: store DeviceState's canonical path to use when unparenting
Michael Roth
1
-3
/
+14
2017-07-17
qdev: support properties which don't set a default value
Peter Maydell
1
-1
/
+1
2017-07-14
qdev: Introduce PropertyInfo.create
Fam Zheng
1
-12
/
+19
2017-06-19
qdev: remove PropertyInfo.qtype field
Marc-André Lureau
1
-11
/
+2
2017-06-01
migration: Remove unneeded includes of migration/vmstate.h
Juan Quintela
1
-1
/
+0
2017-05-18
Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging
Stefan Hajnoczi
1
-4
/
+16
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-0
/
+1
2017-05-17
migration: Move check_migratable() into qdev.c
Juan Quintela
1
-4
/
+16
2017-04-21
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...
Peter Maydell
1
-37
/
+3
2017-04-21
qdev: Move qdev_unplug() to qdev-monitor.c
Juan Quintela
1
-34
/
+0
2017-04-21
qdev: Export qdev_hot_removed
Juan Quintela
1
-1
/
+1
2017-04-21
qdev: qdev_hotplug is really a bool
Juan Quintela
1
-2
/
+2
2017-04-20
qdev: Make "hotplugged" property read-only
Eduardo Habkost
1
-8
/
+1
2017-03-02
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...
Peter Maydell
1
-0
/
+7
[next]