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
2017-06-20
qapi: Remove visit_start_alternate() parameter promote_int
Marc-André Lureau
1
-9
/
+3
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-1
/
+1
2017-03-16
qapi: Make pylint a bit happier
Markus Armbruster
1
-1
/
+0
2017-03-16
qapi: Prefer single-quoted strings more consistently
Markus Armbruster
1
-2
/
+2
2017-03-05
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
1
-0
/
+3
2016-07-19
qapi: Drop useless gen_err_check()
Eric Blake
1
-2
/
+6
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-4
/
+4
2016-06-30
qapi: Fix crash on missing alternate member of QAPI struct
Eric Blake
1
-0
/
+6
2016-05-12
qapi: Change visit_type_FOO() to no longer return partial objects
Eric Blake
1
-9
/
+13
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
1
-7
/
+9
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-6
/
+9
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-18
/
+4
2016-03-18
qapi: Inline gen_visit_members() into lone caller
Eric Blake
1
-3
/
+20
2016-03-18
qapi: Emit implicit structs in generated C
Eric Blake
1
-12
/
+11
2016-03-05
qapi-visit: Expose visit_type_FOO_members()
Eric Blake
1
-26
/
+7
2016-03-05
qapi: Rename 'fields' to 'members' in generated C code
Eric Blake
1
-6
/
+6
2016-03-05
qapi: Rename 'fields' to 'members' in generator
Eric Blake
1
-14
/
+14
2016-02-19
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
1
-7
/
+3
2016-02-19
qapi: Don't box branches of flat unions
Eric Blake
1
-34
/
+2
2016-02-19
qapi: Don't box struct branch of alternate
Eric Blake
1
-6
/
+27
2016-02-19
qapi-visit: Use common idiom in gen_visit_fields_decl()
Eric Blake
1
-6
/
+5
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
1
-1
/
+1
2016-02-19
qapi-visit: Less indirection in visit_type_Foo_fields()
Eric Blake
1
-10
/
+10
2016-02-19
qapi-visit: Unify struct and union visit
Markus Armbruster
1
-39
/
+6
2016-02-19
qapi: Visit variants in visit_type_FOO_fields()
Eric Blake
1
-52
/
+54
2016-02-19
qapi-visit: Simplify how we visit common union members
Markus Armbruster
1
-23
/
+4
2016-02-19
qapi-visit: Honor prefix of discriminator enum
Eric Blake
1
-1
/
+2
2016-02-16
qapi: Clean up includes in generated files
Eric Blake
1
-0
/
+1
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
1
-8
/
+4
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
1
-6
/
+6
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-14
/
+14
2016-02-08
qapi: Don't cast Enum* to int*
Eric Blake
1
-2
/
+3
2016-02-08
qapi-visit: Kill unused visit_end_union()
Eric Blake
1
-5
/
+0
2016-02-08
qapi: Track all failures between visit_start/stop
Eric Blake
1
-6
/
+12
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
[next]