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
/
include
/
qapi
Age
Commit message (
Expand
)
Author
2016-10-25
qdict: implement a qdict_crumple method for un-flattening a dict
Daniel P. Berrange
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
2016-10-25
qapi: rename QmpInputVisitor to QObjectInputVisitor
Daniel P. Berrange
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
2016-09-19
qapi: Support unregistering QMP commands
Markus Armbruster
2016-07-13
blockjob: Update description of the 'id' field
Alberto Garcia
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-06
sockets: Use new QAPI cloning
Eric Blake
2016-07-06
qapi: Add new clone visitor
Eric Blake
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
qmp-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
string-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
qmp-input-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
string-input-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
opts-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-06
qapi: Improve use of qmp/types.h
Eric Blake
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
2016-05-12
qapi: Change visit_type_FOO() to no longer return partial objects
Eric Blake
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: Add visit_type_null() visitor
Eric Blake
2016-05-12
qapi: Document visitor interfaces, add assertions
Eric Blake
2016-05-12
qapi: Consolidate QMP input visitor creation
Eric Blake
2016-05-12
qmp: Drop dead command->type
Eric Blake
2016-05-12
qapi-visit: Add visitor.type classification
Eric Blake
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
2016-02-23
include: Clean up includes
Peter Maydell
2016-02-19
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
2016-02-19
qapi: Don't box branches of flat unions
Eric Blake
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
2016-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...
Peter Maydell
2016-02-09
error: Improve documentation some more
Markus Armbruster
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: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
qapi: Consolidate visitor small integer callbacks
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-visit: Kill unused visit_end_union()
Eric Blake
2016-01-13
error: New error_prepend(), error_reportf_err()
Markus Armbruster
2016-01-13
error: Improve documentation
Markus Armbruster
2016-01-13
error: Document how to accumulate multiple errors
Markus Armbruster
2015-12-17
qapi: Shorter visits of optional fields
Eric Blake
2015-12-17
qapi: Simplify visits of optional fields
Eric Blake
2015-12-17
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
[next]