index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi-visit.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-14
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
1
-47
/
+16
2015-05-14
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
1
-31
/
+4
2015-05-14
qapi: Support downstream alternates
Eric Blake
1
-3
/
+3
2015-05-14
qapi: Support downstream flat unions
Eric Blake
1
-2
/
+2
2015-05-14
qapi: Support downstream simple unions
Eric Blake
1
-4
/
+4
2015-05-14
qapi: Support downstream structs
Eric Blake
1
-5
/
+6
2015-05-14
qapi: Support downstream enums
Eric Blake
1
-4
/
+4
2015-05-14
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
1
-2
/
+2
2015-05-14
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
1
-5
/
+5
2015-05-05
qapi: Drop dead visitor code related to nested structs
Eric Blake
1
-37
/
+12
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
1
-32
/
+5
2015-05-05
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
1
-4
/
+4
2015-05-05
qapi: Use 'alternate' to replace anonymous union
Eric Blake
1
-6
/
+11
2015-05-05
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
1
-2
/
+2
2015-05-05
qapi: Forbid base without discriminator in unions
Eric Blake
1
-6
/
+5
2015-05-05
qapi: Simplify builtin type handling
Eric Blake
1
-3
/
+3
2015-04-24
qapi: Drop dead genlist parameter
Eric Blake
1
-13
/
+9
2014-09-26
qapi: add visit_start_union and visit_end_union
Michael Roth
1
-0
/
+6
2014-09-22
qapi: Allow enums in anonymous unions
Max Reitz
1
-1
/
+2
2014-06-23
qapi: fix coding style in parameters list
Amos Kong
1
-10
/
+10
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
1
-84
/
+87
2014-05-15
qapi: Un-inline visit of implicit struct
Markus Armbruster
1
-14
/
+34
2014-05-15
qapi-visit.py: Clean up a sloppy use of field prefix
Markus Armbruster
1
-1
/
+1
2014-05-15
qapi: Clean up shadowing of parameters and locals in inner scopes
Markus Armbruster
1
-3
/
+17
2014-05-15
qapi-visit.py: Clean up confusing push_indent() / pop_indent() use
Markus Armbruster
1
-18
/
+14
2014-05-15
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
1
-2
/
+1
2014-05-08
qapi: Use an explicit input file
LluĂs Vilanova
1
-3
/
+6
2014-03-11
qapi script: support enum type as discriminator in union
Wenchao Xia
1
-9
/
+20
2014-03-11
qapi script: use same function to generate enum string
Wenchao Xia
1
-6
/
+13
2014-03-03
qapi: Clean up null checking in generated visitors
Markus Armbruster
1
-7
/
+7
2014-03-03
qapi: Drop nonsensical header guard in generated qapi-visit.c
Markus Armbruster
1
-2
/
+0
2014-03-03
qapi: Fix licensing of scripts
Markus Armbruster
1
-2
/
+2
2013-11-11
Adjust qapi-visit for python-2.4.3
Richard Henderson
1
-3
/
+14
2013-10-11
qapi-types/visit.py: Inheritance for structs
Kevin Wolf
1
-2
/
+16
2013-10-11
qapi-types/visit.py: Pass whole expr dict for structs
Kevin Wolf
1
-2
/
+6
2013-07-26
qapi: Anonymous unions
Kevin Wolf
1
-0
/
+47
2013-07-26
qapi: Flat unions with arbitrary discriminator
Kevin Wolf
1
-23
/
+67
2013-07-26
qapi-visit.py: Implement 'base' for unions
Kevin Wolf
1
-5
/
+25
2013-07-26
qapi-visit.py: Split off generate_visit_struct_fields()
Kevin Wolf
1
-28
/
+34
2013-05-23
qapi: qapi-visit.py, native list support
Michael Roth
1
-5
/
+29
2013-05-23
qapi: qapi-visit.py, fix list handling for union types
Michael Roth
1
-1
/
+1
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-1
/
+1
2012-12-19
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
1
-0
/
+1
2012-09-26
qapi: do not protect enum values from namespace pollution
Paolo Bonzini
1
-1
/
+1
2012-09-05
qapi: Fix potential NULL pointer segfault
Stefan Weil
1
-1
/
+1
2012-09-05
qapi: generate list struct and visit_list for enum
Amos Kong
1
-1
/
+13
2012-07-23
qapi: fix error propagation
Paolo Bonzini
1
-54
/
+96
2012-03-27
qapi: untangle next_list
Paolo Bonzini
1
-2
/
+2
2012-03-27
qapi: allow freeing partially-allocated objects
Paolo Bonzini
1
-0
/
+7
2012-03-27
qapi: shortcut visits on errors
Paolo Bonzini
1
-0
/
+9
[next]