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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-properties.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-06
qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR
Alex Williamson
1
-0
/
+11
2017-12-05
qdev-properties: add UUID property type
Roman Kagan
1
-0
/
+61
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-5
/
+5
2017-09-04
qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup()
Markus Armbruster
1
-2
/
+5
2017-07-19
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i...
Peter Maydell
1
-0
/
+32
2017-07-18
qdev: provide DEFINE_PROP_INT64()
Peter Xu
1
-0
/
+32
2017-07-17
qdev: fix the order compat and global properties are applied
Greg Kurz
1
-13
/
+2
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-22
/
+41
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
1
-22
/
+22
2017-07-14
qdev: Introduce DEFINE_PROP_LINK
Fam Zheng
1
-0
/
+18
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
1
-1
/
+2
2017-07-13
Convert error_report*_err() to warn_report*_err()
Alistair Francis
1
-1
/
+1
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-4
/
+4
2017-06-28
accel: introduce AccelClass.global_props
Peter Xu
1
-0
/
+7
2017-06-28
machine: export register_compat_prop()
Peter Xu
1
-0
/
+14
2017-06-20
qdev: avoid type casts between signed and unsigned
Marc-André Lureau
1
-8
/
+13
2017-06-20
qdev: wrap default property value in an union
Marc-André Lureau
1
-3
/
+3
2017-06-19
qdev: remove PropertyInfo.qtype field
Marc-André Lureau
1
-1
/
+34
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-04-20
qdev: Constify value passed to qdev_prop_set_macaddr
Krzysztof Kozlowski
1
-1
/
+2
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2016-11-15
qdev: Fix assert in PCI address property when used by vfio-pci
Daniel Oram
1
-4
/
+10
2016-07-27
qdev: ignore GlobalProperty.errp for hotplugged devices
Greg Kurz
1
-2
/
+2
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
1
-0
/
+13
2016-07-07
qdev: GlobalProperty.errp field
Eduardo Habkost
1
-3
/
+8
2016-07-07
qdev: Don't stop applying globals on first error
Eduardo Habkost
1
-1
/
+0
2016-06-17
qdev: Use GList for global properties
Eduardo Habkost
1
-7
/
+8
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2016-03-22
hw/pci/pci.h: Don't include qemu-common.h
Markus Armbruster
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-21
qdev: New DEFINE_PROP_ON_OFF_AUTO
Markus Armbruster
1
-0
/
+10
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
1
-4
/
+2
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-58
/
+58
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-33
/
+33
2016-01-29
hw/core: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-25
fdc: Add fallback option
John Snow
1
-0
/
+11
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
1
-4
/
+2
2016-01-13
error: Don't decorate original error message when adding to it
Markus Armbruster
1
-1
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-3
/
+1
2015-07-13
qdev: fix 64 bit properties
Cornelia Huck
1
-1
/
+1
2015-06-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2015-06-23
qdev: fix OVERFLOW_BEFORE_WIDEN
Gonglei
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
-6
/
+6
2015-06-01
qdev: add 64bit properties
Gerd Hoffmann
1
-0
/
+58
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2015-03-10
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
1
-1
/
+2
2015-02-26
qdev: Don't exit when running into bad -global
Markus Armbruster
1
-12
/
+9
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-10-15
qdev: Drop legacy_name from qdev properties
Gonglei
1
-6
/
+0
[next]