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
/
opts-visitor.c
Age
Commit message (
Expand
)
Author
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
2016-05-12
qapi: Split visit_end_struct() into pieces
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-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
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-19
qapi: Simplify excess input reporting in input visitors
Eric Blake
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
qapi: Swap 'name' in visit_* callbacks to match public API
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-09-25
utils: rename strtosz to use qemu prefix
Marc-André Lureau
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2014-06-16
QemuOpts: change opt->name|str from (const char *) to (char *)
Chunyan Liu
2014-05-15
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
2014-05-08
qapi: treat all negative return of strtosz_suffix() as error
Amos Kong
2014-03-03
qapi: Add missing null check to opts_start_struct()
Markus Armbruster
2013-08-20
OptsVisitor: don't try to flatten overlong integer ranges
Laszlo Ersek
2013-08-20
OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESS
Laszlo Ersek
2013-08-20
OptsVisitor: rebase opts_type_uint64() to parse_uint_full()
Laszlo Ersek
2013-08-20
OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESS
Laszlo Ersek
2013-08-20
OptsVisitor: introduce list modes for interval flattening
Laszlo Ersek
2013-08-20
OptsVisitor: introduce basic list modes
Laszlo Ersek
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
qapi: remove qapi/qapi-types-core.h
Paolo Bonzini
2012-12-19
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
2012-08-20
qapi: Fix memory leak
Stefan Weil
2012-07-23
qapi: introduce OptsVisitor
Laszlo Ersek