82 Commits (4e73c781923fd5b7608db65156cfa72c4b31ba1d)

Author SHA1 Message Date
Benoît Canet 2e95fa1719 qapi: Extract qapi/block.json definitions 12 years ago
Benoît Canet 1ad166b612 qapi: Extract qapi/block-core.json definitions 12 years ago
Benoît Canet 5db15096d0 qapi: create two block related json modules 12 years ago
Benoît Canet d34bda716a qapi: Extract qapi/common.json definitions 12 years ago
Marcel Apfelbaum 1d10b44546 qapi: Avoid output visitor crashing if it encounters a NULL value 12 years ago
Markus Armbruster 297a3646c2 qapi: Replace uncommon use of the error API by the common one 12 years ago
Markus Armbruster e2cd0f4fb4 qapi: Replace start_optional()/end_optional() by optional() 12 years ago
Markus Armbruster cbc95538ed qapi: Remove unused Visitor callbacks start_handle(), end_handle() 12 years ago
Peter Lieven b690d679c1 Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()" 12 years ago
Markus Armbruster ee16ce9337 qapi: Clean up fragile use of error_is_set() 12 years ago
Markus Armbruster 4af8be1f88 qapi: Drop redundant, unclean error_is_set() 12 years ago
Markus Armbruster e940f543ae qmp hmp: Consistently name Error * objects err, and not errp 12 years ago
Amos Kong cb45de6798 qapi: treat all negative return of strtosz_suffix() as error 12 years ago
Cole Robinson f231b88db1 qerror.h: Remove QERR defines that are only used once 12 years ago
Markus Armbruster b774539743 qapi: Add missing null check to opts_start_struct() 12 years ago
Markus Armbruster 25a7017555 qapi: Clean up superfluous null check in qapi_dealloc_type_str() 12 years ago
Paolo Bonzini e41b509d68 qapi: Refine human printing of sizes 12 years ago
Paolo Bonzini 0b7593e085 qapi: Add human mode to StringOutputVisitor 12 years ago
Paolo Bonzini a5829ccfc3 qapi: Add size parser to StringInputVisitor 12 years ago
Wenchao Xia 3dce9cad5a qapi: fix memleak by adding implict struct functions in dealloc visitor 13 years ago
Mark Wu 0106dc4f05 qemu-ga: Extend 'guest-info' command to expose flag 'success-response' 13 years ago
Mark Wu 8dc4d915dd qemu-ga: Add interface to traverse the qmp command list by QmpCommand 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
Vasilis Liaskovitis b887796217 qapi: make visit_type_size fallback to type_int 13 years ago
Kevin Wolf 69dd62dfd6 qapi: Anonymous unions 13 years ago
Kevin Wolf e8316d7e8e qapi: Add consume argument to qmp_input_get_object() 13 years ago
Kevin Wolf 761d524dbc qapi: Add visitor for implicit structs 13 years ago
Markus Armbruster 13b10e05e4 qapi: Fix unchecked strdup() by converting to g_strdup() 13 years ago
Paolo Bonzini 576d55068d build: move base QAPI files to libqemuutil.a 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 13 years ago
Paolo Bonzini 7edd63f1b1 qapi: make struct Visitor opaque 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
Eduardo Habkost ccff63cac4 qapi/qmp-registry.c: Include headers it needs 14 years ago
Bruce Rogers 1d16252652 qapi: fix qapi_dealloc_type_size parameter type 14 years ago
Stefan Hajnoczi 0c26f2eca4 qapi: handle visitor->type_size() in QapiDeallocVisitor 14 years ago
Paolo Bonzini 63186e56c8 build: opts-visitor is not really part of QAPI 14 years ago
Stefan Weil e36c87667a qapi: Fix memory leak 14 years ago
Luiz Capitulino 7795b166d9 error: drop error_get_qobject()/error_set_qobject() 14 years ago
Luiz Capitulino 93b91c59db qemu-ga: switch to the new error format on the wire 14 years ago
Laszlo Ersek eb7ee2cbeb qapi: introduce OptsVisitor 14 years ago
Laszlo Ersek 092705d4eb qapi: introduce "size" type 14 years ago
Paolo Bonzini d195325b05 qapi: fix error propagation 14 years ago
Luiz Capitulino 94c3db85b4 qapi: input_type_enum(): fix error message 14 years ago