46 Commits (c232b8f45375bbffe7c6941968309400a59a893c)

Author SHA1 Message Date
Paolo Bonzini 372bcb2585 qapi, qemu-options: make all parsing visitors parse boolean options the same 6 years ago
Markus Armbruster 012d4c96e2 qapi: Make visitor functions taking Error ** return bool, not void 6 years ago
Andrey Shinkevich 863f195fa8 make check-unit: use after free in test-opts-visitor 7 years ago
Eric Blake 21f88d021d qapi: Fix QemuOpts visitor regression on unvisited input 10 years ago
Markus Armbruster a4a1c70dc7 qapi: Make input visitors detect unvisited list tails 10 years ago
Markus Armbruster f332e830e3 qapi: Make string input and opts visitor require non-null input 10 years ago
Markus Armbruster f46bfdbfc8 util/cutils: Change qemu_strtosz*() from int64_t to uint64_t 10 years ago
Markus Armbruster f17fd4fdf0 util/cutils: Return qemu_strtosz*() error and value separately 10 years ago
Markus Armbruster 4fcdf65ae2 util/cutils: Let qemu_strtosz*() optionally reject trailing crap 10 years ago
Markus Armbruster 466dea14e6 util/cutils: New qemu_strtosz() 10 years ago
Eric Blake 09204eac9b opts-visitor: Favor new visit_free() function 10 years ago
Eric Blake 2c0ef9f411 qapi: Add new visit_free() function 10 years ago
Eric Blake 1158bb2a05 qapi: Add parameter to visit_end_* 10 years ago
Eric Blake d9f62dde13 qapi: Simplify semantics of visit_next_list() 10 years ago
Eric Blake 15c2f669e3 qapi: Split visit_end_struct() into pieces 10 years ago
Eric Blake e58d695e6c qapi: Guarantee NULL obj on input visitor callback error 10 years ago
Eric Blake 983f52d4b3 qapi-visit: Add visitor.type classification 10 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 11 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Eric Blake e65d89bf1a qapi: Adjust layout of FooList types 11 years ago
Eric Blake f96493b1ab qapi: Simplify excess input reporting in input visitors 11 years ago
Eric Blake 08f9541dec qapi: Drop unused error argument for list and implicit struct 11 years ago
Eric Blake 337283dffb qapi: Drop unused 'kind' for struct/enum visit 11 years ago
Eric Blake 0b2a0d6bb2 qapi: Swap 'name' in visit_* callbacks to match public API 11 years ago
Eric Blake 4c40314a35 qapi: Prefer type_int64 over type_int in visitors 11 years ago
Eric Blake d7bea75d35 qapi: Avoid use of misnamed DO_UPCAST() 11 years ago
Peter Maydell cbf2115190 qapi: Clean up includes 11 years ago
Eric Blake 5cdc8831a7 qapi: Simplify visits of optional fields 11 years ago
Marc-André Lureau 4677bb40f8 utils: rename strtosz to use qemu prefix 11 years ago
Markus Armbruster c6bd8c706a qerror: Clean up QERR_ macros to expand into a single string 12 years ago
Chunyan Liu dc8622f2bf QemuOpts: change opt->name|str from (const char *) to (char *) 12 years ago
Markus Armbruster e2cd0f4fb4 qapi: Replace start_optional()/end_optional() by optional() 12 years ago
Amos Kong cb45de6798 qapi: treat all negative return of strtosz_suffix() as error 12 years ago
Markus Armbruster b774539743 qapi: Add missing null check to opts_start_struct() 13 years ago
Laszlo Ersek 15a849be10 OptsVisitor: don't try to flatten overlong integer ranges 13 years ago
Laszlo Ersek 581a8a8000 OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESS 13 years ago
Laszlo Ersek 62d090e23f OptsVisitor: rebase opts_type_uint64() to parse_uint_full() 13 years ago
Laszlo Ersek 1e1c555a49 OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESS 13 years ago
Laszlo Ersek d8754f40ac OptsVisitor: introduce list modes for interval flattening 13 years ago
Laszlo Ersek d957043412 OptsVisitor: introduce basic list modes 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 14 years ago
Paolo Bonzini 4167c42c5e qapi: remove qapi/qapi-types-core.h 14 years ago
Paolo Bonzini 79ee7df885 qapi: move inclusions of qemu-common.h from headers to .c files 14 years ago
Stefan Weil e36c87667a qapi: Fix memory leak 14 years ago
Laszlo Ersek eb7ee2cbeb qapi: introduce OptsVisitor 14 years ago