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-string-input-visitor.c
Age
Commit message (
Expand
)
Author
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
qapi: Avoid unnecessary use of enum lookup table's sentinel
Markus Armbruster
2017-03-21
qapi: Fix string input visitor regression for empty lists
Markus Armbruster
2017-03-05
tests: Cover input visit beyond end of list
Markus Armbruster
2017-03-05
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
2017-03-05
tests: Cover partial input visit of list
Markus Armbruster
2017-03-05
test-string-input-visitor: Improve list coverage
Markus Armbruster
2017-03-05
test-string-input-visitor: Tear down existing test automatically
Markus Armbruster
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
2016-09-08
tests: fix leak in test-string-input-visitor
Marc-André Lureau
2016-07-06
string-input-visitor: Favor new visit_free() function
Eric Blake
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
2016-05-12
qapi: Fix string input visitor handling of invalid list
Eric Blake
2016-05-12
tests/string-input-visitor: Add negative integer tests
Markus Armbruster
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-16
tests: Clean up includes
Peter Maydell
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2014-06-19
tests: simplify code
Michael S. Tsirkin
2014-06-19
qapi: make string input visitor parse int list
Hu Tao
2014-06-19
tests: fix memory leak in test of string input visitor
Hu Tao
2014-05-08
qmp hmp: Consistently name Error * objects err, and not errp
Markus Armbruster
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
2013-02-07
tests/test-string-input-visitor: Handle errors provoked by fuzz test
Peter Maydell
2013-01-26
tests: add fuzzing to visitor tests
Blue Swirl
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