index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qobject
/
qnum.c
Age
Commit message (
Expand
)
Author
2024-09-24
qobject: remove return after g_assert_not_reached()
Pierrick Bouvier
2024-09-24
qobject: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
2022-04-06
include/qapi: add g_autoptr support for qobject types
Marc-André Lureau
2020-12-19
qobject: Factor JSON writer out of qobject_to_json()
Markus Armbruster
2020-12-19
qobject: Move internals to qobject-internal.h
Markus Armbruster
2020-12-19
qobject: Fix qnum_to_string() to use sufficient precision
Markus Armbruster
2018-08-24
qobject: Drop superfluous includes of qemu-common.h
Markus Armbruster
2018-03-19
qapi: Remove qobject_to_X() functions
Max Reitz
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-02-09
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-11-17
qapi: Add qobject_is_equal()
Max Reitz
2017-06-20
qnum: add uint type
Marc-André Lureau
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau