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-12-17
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
1
-4
/
+7
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
1
-5
/
+10
2015-12-17
qapi: Convert QType into QAPI built-in enum type
Eric Blake
1
-2
/
+9
2015-12-17
qapi: Track simple union tag in object.local_members
Eric Blake
1
-1
/
+4
2015-11-10
qapi: Test failure in middle of array parse
Eric Blake
1
-0
/
+4
2015-11-02
qapi-visit: Convert to new qapi union layout
Eric Blake
1
-15
/
+9
2015-11-02
qapi-visit: Remove redundant functions for flat union base
Eric Blake
1
-17
/
+15
2015-11-02
qapi: Unbox base members
Eric Blake
1
-5
/
+4
2015-11-02
qapi-visit: Split off visit_type_FOO_fields forward decl
Eric Blake
1
-6
/
+16
2015-11-02
qapi: More robust conditions for when labels are needed
Eric Blake
1
-1
/
+2
2015-10-15
qapi: Don't use info as witness of implicit object type
Eric Blake
1
-1
/
+2
2015-10-15
qapi: Use predicate callback to determine visit filtering
Eric Blake
1
-7
/
+10
2015-10-15
qapi: Fix regression with '-netdev help'
Eric Blake
1
-1
/
+3
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
1
-21
/
+1
2015-10-12
qapi: Share gen_err_check()
Eric Blake
1
-11
/
+3
2015-10-12
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
1
-13
/
+11
2015-10-12
qapi: Consistent generated code: prefer common indentation
Eric Blake
1
-26
/
+27
2015-10-12
qapi: Consistent generated code: prefer common labels
Eric Blake
1
-2
/
+2
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
1
-35
/
+35
2015-09-21
qapi-visit: Rearrange code a bit
Markus Armbruster
1
-29
/
+19
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
1
-58
/
+69
2015-09-21
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
1
-158
/
+114
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
1
-0
/
+1
2015-09-04
qapi: Document that input visitor semantics are prone to leaks
Eric Blake
1
-0
/
+4
2015-09-04
qapi-visit: Fix two name arguments passed to visitors
Markus Armbruster
1
-6
/
+6
2015-09-04
qapi-visit: Replace list implicit_structs by set
Markus Armbruster
1
-4
/
+3
2015-09-04
qapi-visit: Fix generated code when schema has forward refs
Markus Armbruster
1
-1
/
+14
2015-09-04
qapi: Fix generated code when flat union has member 'kind'
Markus Armbruster
1
-2
/
+5
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
1
-25
/
+22
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
[next]