index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
check-qjson.c
Age
Commit message (
Expand
)
Author
2017-09-04
qlit: make qlit_equal_qobject return a bool
Marc-André Lureau
2017-09-04
qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
Marc-André Lureau
2017-09-04
qlit: use QLit prefix consistently
Marc-André Lureau
2017-09-04
qlit: move qlit from check-qjson to qobject/
Marc-André Lureau
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
2017-06-20
json: learn to parse uint64 numbers
Marc-André Lureau
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-03-07
check-qjson: Test errors from qobject_from_json()
Markus Armbruster
2017-03-07
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qbool()
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qfloat()
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qint()
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qstring()
Markus Armbruster
2017-02-22
check-qjson: Simplify around compare_litqobj_to_qobj()
Markus Armbruster
2016-12-05
tests: Avoid qobject_from_jsonf("%"PRId64)
Eric Blake
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-02-16
tests: Clean up includes
Peter Maydell
2015-11-26
check-qjson: Add test for JSON nesting depth limit
Markus Armbruster
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2015-05-11
json-parser: Accept 'null' in QMP
Eric Blake
2014-06-23
json-lexer: fix escaped backslash in single-quoted string
Paolo Bonzini
2013-04-13
qjson: to_json() case QTYPE_QSTRING is buggy, rewrite
Markus Armbruster
2013-04-13
check-qjson: Test noncharacters other than U+FFFE, U+FFFF in strings
Markus Armbruster
2013-04-13
check-qjson: Improve a few comments, delete bogus ones
Markus Armbruster
2013-02-21
check-qjson: More thorough testing of UTF-8 in strings
Markus Armbruster
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-08-16
check-qjson: add test for large JSON objects
Michael Roth
2012-03-30
test makefile overhaul
Paolo Bonzini