Sign in
qemu
/
qemu
/
f30c66ba6e417a07e68ad6e0bc5da27561a3beea
/
qobject
/
qdict.c
0bcc8e5
qobject: Move block-specific qdict code to block-qdict.c
by Markus Armbruster
· 7 years ago
609f45e
block: Add block-specific QDict header
by Max Reitz
· 7 years ago
f5a74a5
qobject: Modify qobject_ref() to return obj
by Marc-André Lureau
· 7 years ago
cb3e7f0
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
by Marc-André Lureau
· 7 years ago
532fb53
qapi: Make more of qobject_to()
by Max Reitz
· 7 years ago
cb51b97
qapi: Remove qobject_to_X() functions
by Max Reitz
· 7 years ago
7dc847e
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
by Max Reitz
· 7 years ago
bcebf10
qdict: Introduce qdict_rename_keys()
by Kevin Wolf
· 7 years ago
47e6b29
Include qapi/qmp/qlist.h exactly where needed
by Markus Armbruster
· 7 years ago
5ee9d2f
Include qapi/qmp/qobject.h exactly where needed
by Markus Armbruster
· 7 years ago
15280c3
qdict qlist: Make most helper macros functions
by Markus Armbruster
· 7 years ago
b38dd67
qapi: Add qobject_is_equal()
by Max Reitz
· 7 years ago
01b2ffc
qapi: merge QInt and QFloat in QNum
by Marc-André Lureau
· 8 years ago
46f5ac2
qobject: Use simpler QDict/QList scalar insertion macros
by Eric Blake
· 8 years ago
d7941f4
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into staging
by Peter Maydell
· 8 years ago
b30d188
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
by Markus Armbruster
· 8 years ago
b25f23e
qdict: Make qdict_get_qlist() safe like qdict_get_qdict()
by Markus Armbruster
· 8 years ago
603476c
qdict: implement a qdict_crumple method for un-flattening a dict
by Daniel P. Berrange
· 8 years ago
de4905f
qdict: fix unbounded stack warning for qdict_array_entries
by Peter Xu
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
f2ad72b
qobject: Clean up includes
by Peter Maydell
· 9 years ago
1310a3d
qobject: Rename qtype_code to QType
by Eric Blake
· 9 years ago
55e1819
qobject: Simplify QObject
by Eric Blake
· 9 years ago
7f02784
qstring: Make conversion from QObject * accept null
by Markus Armbruster
· 9 years ago
fcf73f6
qfloat qint: Make conversion from QObject * accept null
by Markus Armbruster
· 9 years ago
89cad9f
qdict: Make conversion from QObject * accept null
by Markus Armbruster
· 9 years ago
14b6160
qbool: Make conversion from QObject * accept null
by Markus Armbruster
· 9 years ago
34acbc9
qobject: Use 'bool' inside qdict
by Eric Blake
· 10 years ago
fc48ffc
qobject: Use 'bool' for qbool
by Eric Blake
· 10 years ago
7990d2c
qdict: Add qdict_{set,copy}_default()
by Kevin Wolf
· 10 years ago
bd50530
qdict: Add qdict_array_entries()
by Kevin Wolf
· 10 years ago
9c52681
qdict: Add qdict_join()
by Max Reitz
· 11 years ago
bae3f92
qdict: Extract non-QDicts in qdict_array_split()
by Max Reitz
· 11 years ago
9f23fc0
qapi: extend qdict_flatten() for QLists
by Max Reitz
· 11 years ago
05a8c22
qdict: Add qdict_array_split()
by Max Reitz
· 11 years ago
4d5977e
qdict: Optimise qdict_do_flatten()
by Kevin Wolf
· 11 years ago
6273d11
qdict: Fix memory leak in qdict_do_flatten()
by Kevin Wolf
· 11 years ago
5726d87
qdict: Extract qdict_extract_subqdict
by Benoît Canet
· 11 years ago
f660dc6
Implement qdict_flatten()
by Kevin Wolf
· 12 years ago
b382bc9
Add qdict_clone_shallow()
by Kevin Wolf
· 12 years ago
a372823
build: move qobject files to qobject/ and libqemuutil.a
by Paolo Bonzini
· 12 years ago
[Renamed from qdict.c]
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
35006ac
QDict: Introduce qdict_get_try_bool()
by Luiz Capitulino
· 15 years ago
f2b07f3
QDict: Introduce new iteration API
by Luiz Capitulino
· 15 years ago
0d078b2
QDict: Introduce functions to retrieve QDictEntry values
by Luiz Capitulino
· 15 years ago
c8bc3cd
QDict: Small terminology change
by Luiz Capitulino
· 15 years ago
83aba69
QDict: Rename 'err_value'
by Luiz Capitulino
· 15 years ago
41836a9
Fix qtypes' licenses
by Luiz Capitulino
· 15 years ago
43dc2a6
Replace assert(0) with abort() or cpu_abort()
by Blue Swirl
· 15 years ago
a6c6f76
Fix build with -DNDEBUG in CFLAGS
by Blue Swirl
· 15 years ago
acc3b03
QDict: New qdict_get_double()
by Markus Armbruster
· 15 years ago
df10ce6
QDict: Introduce qdict_get_qdict()
by Luiz Capitulino
· 15 years ago
29ec315
QDict: Fix size update
by Luiz Capitulino
· 15 years ago
f2e1750
QDict: Introduce qdict_get_qlist()
by Luiz Capitulino
· 15 years ago
cd4dde3
QDict: Introduce qdict_get_qbool()
by Luiz Capitulino
· 15 years ago
21f800d
QDict: Introduce qdict_iter()
by Luiz Capitulino
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
aa43d9c
Shuffle lines to avoid gcc 3 warning about redundant redeclaration
by Blue Swirl
· 15 years ago
fb08dde
Introduce QDict
by Luiz Capitulino
· 16 years ago