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
/
qapi
/
string-input-visitor.c
Age
Commit message (
Expand
)
Author
2016-07-06
string-input-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
qapi: Add new visit_free() function
Eric Blake
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
2016-07-04
range: Eliminate direct Range member access
Markus Armbruster
2016-06-30
qapi: Simplify use of range.h
Eric Blake
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
qapi: Guarantee NULL obj on input visitor callback error
Eric Blake
2016-05-12
qapi-visit: Add visitor.type classification
Eric Blake
2016-04-29
qapi: Don't pass NULL to printf in string input visitor
Eric Blake
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2016-02-08
qapi: Swap 'name' in visit_* callbacks to match public API
Eric Blake
2016-02-08
qapi: Make all visitors supply uint64 callbacks
Eric Blake
2016-02-08
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
2016-02-08
qapi: Avoid use of misnamed DO_UPCAST()
Eric Blake
2016-02-04
qapi: Clean up includes
Peter Maydell
2015-12-17
qapi: Simplify visits of optional fields
Eric Blake
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2014-06-19
qapi: fix input visitor bugs
Michael S. Tsirkin
2014-06-19
qapi: fix build on glib < 2.28
Michael S. Tsirkin
2014-06-19
qapi: make string input visitor parse int list
Hu Tao
2014-05-15
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
2014-02-14
qapi: Add size parser to StringInputVisitor
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-02-21
qapi: add string-based visitors
Paolo Bonzini