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
/
qmp-output-visitor.c
Age
Commit message (
Expand
)
Author
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
2016-02-08
qmp: Don't abuse stack to track qmp-output root
Eric Blake
2016-02-08
qmp: Fix reference-counting of qnull on empty output visit
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: Make all visitors supply uint64 callbacks
Eric Blake
2016-02-08
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
2016-02-04
qapi: Clean up includes
Peter Maydell
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
qapi: Make output visitor return qnull() instead of NULL
Markus Armbruster
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2014-05-28
qapi: Avoid output visitor crashing if it encounters a NULL value
Marcel Apfelbaum
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-03-27
qapi: fix double free in qmp_output_visitor_cleanup()
Laszlo Ersek
2012-02-21
qapi: allow sharing enum implementation across visitors
Paolo Bonzini
2011-11-17
qapi: Check for negative enum values
Luiz Capitulino
2011-10-04
qapi: modify visitor code generation for list iteration
Michael Roth
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-21
qapi: add QMP output visitor
Michael Roth