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
/
qobject
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-16
qobject: qobject_from_jsonv() is dangerous, hide it away
Markus Armbruster
1
-1
/
+12
2018-08-16
qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()
Markus Armbruster
1
-7
/
+37
2018-08-16
qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()
Markus Armbruster
1
-1
/
+7
2018-08-15
qdict: Make qdict_extract_subqdict() accept dst = NULL
Alberto Garcia
1
-3
/
+8
2018-07-28
qstring: Move qstring_from_substr()'s @end one to the right
Markus Armbruster
1
-3
/
+3
2018-07-28
qstring: Assert size calculations don't overflow
Markus Armbruster
1
-1
/
+5
2018-07-28
qstring: Fix qstring_from_substr() not to provoke int overflow
liujunjie
1
-1
/
+1
2018-07-03
qobject: Let qobject_from_jsonf() fail instead of abort
Markus Armbruster
1
-5
/
+0
2018-07-03
qobject: New qdict_from_jsonf_nofail()
Markus Armbruster
1
-0
/
+18
2018-06-29
block-qdict: Pacify Coverity after commit f1b34a248e9
Markus Armbruster
1
-8
/
+8
2018-06-22
qdict: Make qdict_flatten() shallow-clone-friendly
Max Reitz
1
-4
/
+15
2018-06-15
block: Fix -blockdev / blockdev-add for empty objects and arrays
Markus Armbruster
1
-21
/
+33
2018-06-15
block-qdict: Simplify qdict_is_list() some
Markus Armbruster
1
-16
/
+11
2018-06-15
block-qdict: Clean up qdict_crumple() a bit
Markus Armbruster
1
-16
/
+16
2018-06-15
block-qdict: Tweak qdict_flatten_qdict(), qdict_flatten_qlist()
Markus Armbruster
1
-5
/
+9
2018-06-15
block-qdict: Simplify qdict_flatten_qdict()
Markus Armbruster
1
-15
/
+3
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
1
-1
/
+27
2018-06-15
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
1
-0
/
+57
2018-06-15
qobject: Move block-specific qdict code to block-qdict.c
Markus Armbruster
3
-629
/
+641
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
1
-22
/
+11
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
4
-27
/
+27
2018-05-04
qobject: use a QObjectBase_ struct
Marc-André Lureau
1
-6
/
+6
2018-05-04
qobject: Ensure base is at offset 0
Marc-André Lureau
1
-0
/
+9
2018-03-19
qobject: introduce qobject_get_try_str()
Peter Xu
1
-0
/
+11
2018-03-19
qobject: introduce qstring_get_try_str()
Peter Xu
1
-0
/
+10
2018-03-19
qapi: Make more of qobject_to()
Max Reitz
2
-15
/
+18
2018-03-19
qapi: Remove qobject_to_X() functions
Max Reitz
5
-55
/
+0
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
8
-41
/
+41
2018-03-19
qlit: add qobject_from_qlit()
Marc-André Lureau
1
-0
/
+37
2018-03-09
qdict: Introduce qdict_rename_keys()
Kevin Wolf
1
-0
/
+34
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2
-0
/
+2
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
5
-0
/
+5
2018-02-09
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
5
-5
/
+0
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
6
-0
/
+51
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
4
-4
/
+9
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+0
2017-11-17
qapi: Add qobject_is_equal()
Max Reitz
7
-0
/
+170
2017-11-17
qapi/qnull: Add own header
Max Reitz
1
-1
/
+1
2017-09-04
qlit: Tighten QLit list vs QList comparison
Marc-André Lureau
1
-34
/
+19
2017-09-04
qlit: Tighten QLit dict vs QDict comparison
Marc-André Lureau
1
-14
/
+23
2017-09-04
qlit: Replace open-coded qnum_get_int() by call
Marc-André Lureau
1
-4
/
+1
2017-09-04
qlit: add QLIT_QNULL and QLIT_BOOL
Marc-André Lureau
1
-0
/
+4
2017-09-04
qlit: make qlit_equal_qobject() take const arguments
Marc-André Lureau
1
-1
/
+1
2017-09-04
qlit: make qlit_equal_qobject return a bool
Marc-André Lureau
1
-9
/
+9
2017-09-04
qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
Marc-André Lureau
1
-3
/
+3
2017-09-04
qlit: use QLit prefix consistently
Marc-André Lureau
1
-2
/
+2
2017-09-04
qlit: move qlit from check-qjson to qobject/
Marc-André Lureau
2
-1
/
+90
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
2
-4
/
+6
[prev]
[next]