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
/
scripts
/
qapi-visit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
2015-05-14
1
-47
/
+16
*
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
2015-05-14
1
-31
/
+4
*
qapi: Support downstream alternates
Eric Blake
2015-05-14
1
-3
/
+3
*
qapi: Support downstream flat unions
Eric Blake
2015-05-14
1
-2
/
+2
*
qapi: Support downstream simple unions
Eric Blake
2015-05-14
1
-4
/
+4
*
qapi: Support downstream structs
Eric Blake
2015-05-14
1
-5
/
+6
*
qapi: Support downstream enums
Eric Blake
2015-05-14
1
-4
/
+4
*
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
2015-05-14
1
-2
/
+2
*
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
2015-05-14
1
-5
/
+5
*
qapi: Drop dead visitor code related to nested structs
Eric Blake
2015-05-05
1
-37
/
+12
*
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
1
-32
/
+5
*
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
2015-05-05
1
-4
/
+4
*
qapi: Use 'alternate' to replace anonymous union
Eric Blake
2015-05-05
1
-6
/
+11
*
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
2015-05-05
1
-2
/
+2
*
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
1
-6
/
+5
*
qapi: Simplify builtin type handling
Eric Blake
2015-05-05
1
-3
/
+3
*
qapi: Drop dead genlist parameter
Eric Blake
2015-04-24
1
-13
/
+9
*
qapi: add visit_start_union and visit_end_union
Michael Roth
2014-09-26
1
-0
/
+6
*
qapi: Allow enums in anonymous unions
Max Reitz
2014-09-22
1
-1
/
+2
*
qapi: fix coding style in parameters list
Amos Kong
2014-06-23
1
-10
/
+10
*
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
1
-84
/
+87
*
qapi: Un-inline visit of implicit struct
Markus Armbruster
2014-05-15
1
-14
/
+34
*
qapi-visit.py: Clean up a sloppy use of field prefix
Markus Armbruster
2014-05-15
1
-1
/
+1
*
qapi: Clean up shadowing of parameters and locals in inner scopes
Markus Armbruster
2014-05-15
1
-3
/
+17
*
qapi-visit.py: Clean up confusing push_indent() / pop_indent() use
Markus Armbruster
2014-05-15
1
-18
/
+14
*
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
2014-05-15
1
-2
/
+1
*
qapi: Use an explicit input file
LluĂs Vilanova
2014-05-08
1
-3
/
+6
*
qapi script: support enum type as discriminator in union
Wenchao Xia
2014-03-11
1
-9
/
+20
*
qapi script: use same function to generate enum string
Wenchao Xia
2014-03-11
1
-6
/
+13
*
qapi: Clean up null checking in generated visitors
Markus Armbruster
2014-03-03
1
-7
/
+7
*
qapi: Drop nonsensical header guard in generated qapi-visit.c
Markus Armbruster
2014-03-03
1
-2
/
+0
*
qapi: Fix licensing of scripts
Markus Armbruster
2014-03-03
1
-2
/
+2
*
Adjust qapi-visit for python-2.4.3
Richard Henderson
2013-11-11
1
-3
/
+14
*
qapi-types/visit.py: Inheritance for structs
Kevin Wolf
2013-10-11
1
-2
/
+16
*
qapi-types/visit.py: Pass whole expr dict for structs
Kevin Wolf
2013-10-11
1
-2
/
+6
*
qapi: Anonymous unions
Kevin Wolf
2013-07-26
1
-0
/
+47
*
qapi: Flat unions with arbitrary discriminator
Kevin Wolf
2013-07-26
1
-23
/
+67
*
qapi-visit.py: Implement 'base' for unions
Kevin Wolf
2013-07-26
1
-5
/
+25
*
qapi-visit.py: Split off generate_visit_struct_fields()
Kevin Wolf
2013-07-26
1
-28
/
+34
*
qapi: qapi-visit.py, native list support
Michael Roth
2013-05-23
1
-5
/
+29
*
qapi: qapi-visit.py, fix list handling for union types
Michael Roth
2013-05-23
1
-1
/
+1
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
qapi: do not protect enum values from namespace pollution
Paolo Bonzini
2012-09-26
1
-1
/
+1
*
qapi: Fix potential NULL pointer segfault
Stefan Weil
2012-09-05
1
-1
/
+1
*
qapi: generate list struct and visit_list for enum
Amos Kong
2012-09-05
1
-1
/
+13
*
qapi: fix error propagation
Paolo Bonzini
2012-07-23
1
-54
/
+96
*
qapi: untangle next_list
Paolo Bonzini
2012-03-27
1
-2
/
+2
*
qapi: allow freeing partially-allocated objects
Paolo Bonzini
2012-03-27
1
-0
/
+7
*
qapi: shortcut visits on errors
Paolo Bonzini
2012-03-27
1
-0
/
+9
[next]