index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test-qmp-output-visitor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
2016-10-25
1
-876
/
+0
*
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
1
-8
/
+3
*
tests: Factor out common code in qapi output tests
Eric Blake
2016-07-06
1
-51
/
+27
*
qmp-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-1
/
+1
*
qapi: Add parameter to visit_end_*
Eric Blake
2016-07-06
1
-1
/
+1
*
qapi: Improve use of qmp/types.h
Eric Blake
2016-07-06
1
-0
/
+1
*
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
1
-1
/
+0
*
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
1
-1
/
+2
*
qmp: Don't reuse qmp visitor after grabbing output
Eric Blake
2016-05-12
1
-0
/
+12
*
qmp: Support explicit null during visits
Eric Blake
2016-05-12
1
-5
/
+15
*
tests: Add check-qnull
Eric Blake
2016-05-12
1
-2
/
+0
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-12
/
+12
*
qapi: Don't box branches of flat unions
Eric Blake
2016-02-19
1
-4
/
+2
*
qapi: Don't box struct branch of alternate
Eric Blake
2016-02-19
1
-6
/
+5
*
qapi: Add tests of complex objects within alternate
Eric Blake
2016-02-19
1
-1
/
+25
*
tests: Clean up includes
Peter Maydell
2016-02-16
1
-0
/
+1
*
qmp: Fix reference-counting of qnull on empty output visit
Eric Blake
2016-02-08
1
-0
/
+2
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-17
/
+17
*
qapi: Simplify visiting of alternate types
Eric Blake
2015-12-17
1
-2
/
+2
*
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-12-17
1
-3
/
+3
*
qapi: More tests of alternate output
Eric Blake
2015-11-10
1
-1
/
+15
*
qapi: Simplify non-error testing in test-qmp-*
Eric Blake
2015-11-09
1
-42
/
+14
*
qapi: Plug leaks in test-qmp-*
Eric Blake
2015-11-09
1
-1
/
+2
*
qapi: Strengthen test of TestStructList
Eric Blake
2015-11-09
1
-11
/
+7
*
qapi: Use generated TestStruct machinery in tests
Eric Blake
2015-11-09
1
-58
/
+0
*
tests: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-21
/
+21
*
qapi: Unbox base members
Eric Blake
2015-11-02
1
-8
/
+5
*
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
1
-0
/
+53
*
qapi: Make output visitor return qnull() instead of NULL
Markus Armbruster
2015-09-21
1
-1
/
+2
*
qapi: Fix generated code when flat union has member 'kind'
Markus Armbruster
2015-09-04
1
-1
/
+1
*
qobject: Use 'bool' inside qdict
Eric Blake
2015-06-22
1
-1
/
+1
*
qobject: Use 'bool' for qbool
Eric Blake
2015-06-22
1
-2
/
+2
*
qapi: Drop tests for inline nested structs
Eric Blake
2015-05-05
1
-20
/
+26
*
qapi: Merge UserDefTwo and UserDefNested in tests
Eric Blake
2015-05-05
1
-24
/
+24
*
qapi: Rename anonymous union type in test
Eric Blake
2015-05-05
1
-8
/
+8
*
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
1
-36
/
+0
*
qapi: Clean up test coverage of simple unions
Eric Blake
2015-05-05
1
-13
/
+25
*
tests: Check empty QMP output visitor
Marcel Apfelbaum
2014-05-28
1
-0
/
+11
*
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
1
-1
/
+9
*
tests: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
2014-05-15
1
-5
/
+13
*
qmp hmp: Consistently name Error * objects err, and not errp
Markus Armbruster
2014-05-08
1
-37
/
+37
*
qapi script: do not allow string discriminator
Wenchao Xia
2014-03-11
1
-4
/
+6
*
tests/qapi-schema: Cover flat union types
Markus Armbruster
2014-03-03
1
-0
/
+31
*
tests/qapi-schema: Cover union types with base
Markus Armbruster
2014-03-03
1
-0
/
+2
*
tests/qapi-schema: Cover complex types with base
Markus Armbruster
2014-03-03
1
-4
/
+8
*
tests/qapi-schema: Cover anonymous union types
Markus Armbruster
2014-03-03
1
-0
/
+22
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-11
/
+11
*
misc: Use g_assert_not_reached for code which is expected to be unreachable
Stefan Weil
2013-07-27
1
-2
/
+2
*
qapi: pad GenericList value fields to 64 bits
Michael Roth
2013-05-30
1
-1
/
+4
[next]