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
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
2017-02-28
qdev: Have qdev_set_parent_bus() handle devices already on a bus
Peter Maydell
1
-0
/
+14
2017-02-28
migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable
Ashijeet Acharya
1
-0
/
+7
2017-02-06
vmstate registration: check return values
Dr. David Alan Gilbert
1
-4
/
+6
2017-02-06
vmstate_register_with_alias_id: Take an Error **
Dr. David Alan Gilbert
1
-1
/
+2
2016-11-15
qdev: hotplug: drop HotplugHandler.post_plug callback
Xiao Guangrong
1
-16
/
+4
2016-11-01
nvdimm acpi: introduce fit buffer
Xiao Guangrong
1
-4
/
+16
2016-08-03
qdev: Fix use after free in qdev_init_nofail error path
Fam Zheng
1
-0
/
+2
2016-07-26
qdev: Fix object reference leak in case device.realize() fails
Igor Mammedov
1
-1
/
+7
2016-06-17
qdev: hotplug: Introduce HotplugHandler.pre_plug() callback
Igor Mammedov
1
-1
/
+8
2016-06-14
qdev_try_create(): Assert that devices we put onto the system bus are SysBusD...
Peter Maydell
1
-0
/
+7
2016-06-07
qdev: Clean up around properties
Cao jin
1
-11
/
+19
2016-05-26
qdev: Start disentangling bus from device
Andreas Färber
1
-222
/
+0
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-2
/
+3
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-1
/
+1
2016-01-29
hw/core: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-21
qdev: get_child_bus(): Use QOM lookup if available
Peter Crosthwaite
1
-0
/
+6
2016-01-18
qdev: Free QemuOpts when the QOM path goes away
Paolo Bonzini
1
-1
/
+3
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
1
-3
/
+2
2016-01-11
hw/core/qdev: Remove superfluous return statement
Thomas Huth
1
-1
/
+0
2015-11-11
qdev: provide qdev_reset_all_fn()
David Hildenbrand
1
-0
/
+5
2015-09-19
qdev: Do not use slow [*] expansion for GPIO creation
Pavel Fedin
1
-6
/
+15
2015-09-11
typofixes - v4
Veres Lajos
1
-1
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-4
/
+4
2015-06-19
qdev: Deprecated qdev_init() is finally unused, drop
Markus Armbruster
1
-31
/
+16
2015-06-19
qdev: Free property names after registering gpio aliases
Eduardo Habkost
1
-0
/
+2
2015-04-27
acpi: add hardware implementation for memory hot unplug
Zhu Guihua
1
-1
/
+1
2015-03-17
qdev: Move owner-less IRQs to /machine/unattached
Andreas Färber
1
-2
/
+3
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-7
/
+1
2015-03-02
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
1
-4
/
+14
2015-02-26
qdev: Don't exit when running into bad -global
Markus Armbruster
1
-7
/
+1
2015-02-16
qdev: Improve qdev_init_nofail()'s error reporting
Markus Armbruster
1
-3
/
+8
2015-02-16
qdev: Avoid type assertion in qdev_build_hotpluggable_device_list()
Jun Li
1
-1
/
+6
2015-02-11
qdev: support to get a device firmware path directly
Gonglei
1
-0
/
+7
2015-01-20
Add device listener interface
Paul Durrant
1
-0
/
+53
2014-12-10
Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
1
-3
/
+1
2014-11-27
hmp: fix regression of HMP device_del auto-completion
Marcel Apfelbaum
1
-2
/
+10
[next]