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-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
2017-06-20
json: learn to parse uint64 numbers
Marc-André Lureau
2
-8
/
+32
2017-06-20
qnum: add uint type
Marc-André Lureau
1
-0
/
+64
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
8
-197
/
+194
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-1
/
+1
2017-03-07
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
1
-2
/
+2
2017-03-07
qjson: Abort earlier on qobject_from_jsonf() misuse
Markus Armbruster
1
-1
/
+1
2017-03-07
qobject: Propagate parse errors through qobject_from_jsonv()
Markus Armbruster
1
-4
/
+8
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
1
-1
/
+1
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
1
-1
/
+1
2017-02-22
qdict: Make qdict_get_qlist() safe like qdict_get_qdict()
Markus Armbruster
1
-27
/
+3
2016-10-25
qdict: implement a qdict_crumple method for un-flattening a dict
Daniel P. Berrange
1
-0
/
+277
2016-07-12
json-streamer: fix double-free on exiting during a parse
Paolo Bonzini
1
-2
/
+6
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
3
-17
/
+3
2016-06-30
qobject: Correct JSON lexer grammar comments
Eric Blake
1
-5
/
+14
2016-06-30
json-streamer: Don't leak tokens on incomplete parse
Eric Blake
1
-0
/
+6
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-4
/
+1
2016-05-18
qdict: fix unbounded stack warning for qdict_array_entries
Peter Xu
1
-9
/
+6
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
3
-1
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-08
qobject: Document more shortcomings in our number handling
Eric Blake
2
-3
/
+14
[next]