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
/
string-output-visitor.c
Age
Commit message (
Expand
)
Author
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
2019-09-19
cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"
Philippe Mathieu-Daudé
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
2017-06-30
qapi: add explicit null to string input and output visitors
Greg Kurz
2017-05-17
utils: provide size_to_str()
Peter Xu
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
string-output-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-04
range: Eliminate direct Range member access
Markus Armbruster
2016-06-30
qapi: Simplify use of range.h
Eric Blake
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
2016-05-12
qapi-visit: Add visitor.type classification
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: Swap 'name' in visit_* callbacks to match public API
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: Avoid use of misnamed DO_UPCAST()
Eric Blake
2016-02-04
qapi: Clean up includes
Peter Maydell
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2014-06-23
qapi/string-output-visitor: fix human output
Hu Tao
2014-06-19
qapi/string-output-visitor: fix bugs
Michael S. Tsirkin
2014-06-19
qapi: fix build on glib < 2.28
Michael S. Tsirkin
2014-06-19
qapi: make string output visitor parse int list
Hu Tao
2014-02-14
qapi: Refine human printing of sizes
Paolo Bonzini
2014-02-14
qapi: Add human mode to StringOutputVisitor
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-06-08
qapi: String visitor, use %f representation for floats
Michael Roth
2012-02-21
qapi: add string-based visitors
Paolo Bonzini