index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qapi
/
qmp-input-visitor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Simplify semantics of visit_next_list()
Eric Blake
2016-05-12
1
-19
/
+21
*
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
1
-15
/
+20
*
qmp: Support explicit null during visits
Eric Blake
2016-05-12
1
-1
/
+7
*
qapi: Add visit_type_null() visitor
Eric Blake
2016-05-12
1
-0
/
+6
*
qmp-input: Refactor when list is advanced
Eric Blake
2016-05-12
1
-14
/
+16
*
qmp-input: Require struct push to visit members of top dict
Eric Blake
2016-05-12
1
-20
/
+23
*
qmp-input: Don't consume input when checking has_member
Eric Blake
2016-05-12
1
-4
/
+7
*
qapi: Consolidate QMP input visitor creation
Eric Blake
2016-05-12
1
-11
/
+2
*
qmp-input: Clean up stack handling
Eric Blake
2016-05-12
1
-16
/
+35
*
qapi: Guarantee NULL obj on input visitor callback error
Eric Blake
2016-05-12
1
-0
/
+4
*
qapi-visit: Add visitor.type classification
Eric Blake
2016-05-12
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
2016-02-19
1
-15
/
+9
*
qapi: Adjust layout of FooList types
Eric Blake
2016-02-19
1
-2
/
+3
*
qapi: Simplify excess input reporting in input visitors
Eric Blake
2016-02-19
1
-9
/
+5
*
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2016-02-08
1
-8
/
+3
*
qapi: Tighten qmp_input_end_list()
Eric Blake
2016-02-08
1
-1
/
+1
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
1
-1
/
+1
*
qapi: Swap 'name' in visit_* callbacks to match public API
Eric Blake
2016-02-08
1
-11
/
+11
*
qapi: Make all visitors supply uint64 callbacks
Eric Blake
2016-02-08
1
-0
/
+17
*
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
2016-02-08
1
-3
/
+3
*
qapi: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
qapi: Simplify visits of optional fields
Eric Blake
2015-12-17
1
-2
/
+1
*
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
2015-12-17
1
-1
/
+4
*
qapi: Simplify visiting of alternate types
Eric Blake
2015-12-17
1
-2
/
+2
*
qstring: Make conversion from QObject * accept null
Markus Armbruster
2015-10-29
1
-3
/
+3
*
qfloat qint: Make conversion from QObject * accept null
Markus Armbruster
2015-10-29
1
-10
/
+14
*
qbool: Make conversion from QObject * accept null
Markus Armbruster
2015-10-29
1
-3
/
+3
*
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
1
-0
/
+11
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-14
/
+14
*
qobject: Use 'bool' for qbool
Eric Blake
2015-06-22
1
-1
/
+1
*
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
2014-05-15
1
-3
/
+3
*
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2014-04-25
1
-1
/
+1
*
qapi: Anonymous unions
Kevin Wolf
2013-07-26
1
-0
/
+14
*
qapi: Add consume argument to qmp_input_get_object()
Kevin Wolf
2013-07-26
1
-9
/
+10
*
qapi: Add visitor for implicit structs
Kevin Wolf
2013-07-26
1
-0
/
+14
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
qapi: QMP input visitor, handle floats parsed as ints
Michael Roth
2012-05-14
1
-3
/
+8
*
qapi: g_hash_table_find() instead of GHashTableIter.
NODA, Kai
2012-04-23
1
-8
/
+17
*
qapi: add strict mode to input visitor
Paolo Bonzini
2012-03-27
1
-3
/
+45
*
qapi: place outermost object on qiv stack
Paolo Bonzini
2012-03-27
1
-24
/
+17
*
qapi: untangle next_list
Paolo Bonzini
2012-03-27
1
-9
/
+13
*
qapi: fix memory leak on error
Paolo Bonzini
2012-03-27
1
-2
/
+4
*
qapi: fail hard on stack imbalance
Paolo Bonzini
2012-03-27
1
-4
/
+1
*
qapi: drop qmp_input_end_optional
Paolo Bonzini
2012-02-21
1
-5
/
+0
*
qapi: allow sharing enum implementation across visitors
Paolo Bonzini
2012-02-21
1
-32
/
+2
*
qapi: protect against NULL QObject in qmp_input_get_object
Paolo Bonzini
2011-12-19
1
-4
/
+6
*
qapi: modify visitor code generation for list iteration
Michael Roth
2011-10-04
1
-2
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-21
1
-6
/
+6
[next]