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
/
visitor-impl.h
Age
Commit message (
Expand
)
Author
2016-07-06
qapi: Add new clone visitor
Eric Blake
2016-07-06
qapi: Add new visit_complete() 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-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-visit: Add visitor.type classification
Eric Blake
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-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: 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
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
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-06-19
qom: Make enum string tables const-correct
Daniel P. Berrange
2014-09-26
qapi: add visit_start_union and visit_end_union
Michael Roth
2014-05-15
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
2014-05-15
qapi: Remove unused Visitor callbacks start_handle(), end_handle()
Markus Armbruster
2013-07-26
qapi: Anonymous unions
Kevin Wolf
2013-07-26
qapi: Add visitor for implicit structs
Kevin Wolf
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini