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
/
test-qmp-output-visitor.c
Age
Commit message (
Expand
)
Author
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
qmp: Don't reuse qmp visitor after grabbing output
Eric Blake
2016-05-12
qmp: Support explicit null during visits
Eric Blake
2016-05-12
tests: Add check-qnull
Eric Blake
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-02-19
qapi: Don't box branches of flat unions
Eric Blake
2016-02-19
qapi: Don't box struct branch of alternate
Eric Blake
2016-02-19
qapi: Add tests of complex objects within alternate
Eric Blake
2016-02-16
tests: Clean up includes
Peter Maydell
2016-02-08
qmp: Fix reference-counting of qnull on empty output visit
Eric Blake
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-11-10
qapi: More tests of alternate output
Eric Blake
2015-11-09
qapi: Simplify non-error testing in test-qmp-*
Eric Blake
2015-11-09
qapi: Plug leaks in test-qmp-*
Eric Blake
2015-11-09
qapi: Strengthen test of TestStructList
Eric Blake
2015-11-09
qapi: Use generated TestStruct machinery in tests
Eric Blake
2015-11-02
tests: Convert to new qapi union layout
Eric Blake
2015-11-02
qapi: Unbox base members
Eric Blake
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
qapi: Make output visitor return qnull() instead of NULL
Markus Armbruster
2015-09-04
qapi: Fix generated code when flat union has member 'kind'
Markus Armbruster
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2015-05-05
qapi: Drop tests for inline nested structs
Eric Blake
2015-05-05
qapi: Merge UserDefTwo and UserDefNested in tests
Eric Blake
2015-05-05
qapi: Rename anonymous union type in test
Eric Blake
2015-05-05
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
qapi: Clean up test coverage of simple unions
Eric Blake
2014-05-28
tests: Check empty QMP output visitor
Marcel Apfelbaum
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
tests: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
2014-05-08
qmp hmp: Consistently name Error * objects err, and not errp
Markus Armbruster
2014-03-11
qapi script: do not allow string discriminator
Wenchao Xia
2014-03-03
tests/qapi-schema: Cover flat union types
Markus Armbruster
2014-03-03
tests/qapi-schema: Cover union types with base
Markus Armbruster
2014-03-03
tests/qapi-schema: Cover complex types with base
Markus Armbruster
2014-03-03
tests/qapi-schema: Cover anonymous union types
Markus Armbruster
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
2013-07-27
misc: Use g_assert_not_reached for code which is expected to be unreachable
Stefan Weil
2013-05-30
qapi: pad GenericList value fields to 64 bits
Michael Roth
2013-05-23
qapi: add native list coverage for QMP output visitor tests
Michael Roth
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
2012-03-30
test makefile overhaul
Paolo Bonzini