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.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qapi: Drop redundant returns-int test
Eric Blake
2015-10-15
1
-3
/
+0
*
qapi: Prepare for errors during check()
Eric Blake
2015-10-15
1
-4
/
+6
*
qapi: Use predicate callback to determine visit filtering
Eric Blake
2015-10-15
1
-4
/
+8
*
qapi: Simplify gen_visit_fields() error handling
Eric Blake
2015-10-12
1
-10
/
+10
*
qapi: Share gen_visit_fields()
Eric Blake
2015-10-12
1
-0
/
+43
*
qapi: Share gen_err_check()
Eric Blake
2015-10-12
1
-0
/
+12
*
qapi: Reuse code for flat union base validation
Eric Blake
2015-10-12
1
-6
/
+5
*
qapi: Avoid assertion failure on union 'type' collision
Eric Blake
2015-10-12
1
-2
/
+8
*
qapi: Clean up qapi.py per pep8
Eric Blake
2015-10-12
1
-57
/
+104
*
qapi: Invoke exception superclass initializer
Eric Blake
2015-10-12
1
-0
/
+2
*
qapi: Improve 'include' error message
Eric Blake
2015-10-12
1
-2
/
+1
*
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
2015-09-21
1
-2
/
+11
*
qapi: Pseudo-type '**' is now unused, drop it
Markus Armbruster
2015-09-21
1
-16
/
+4
*
qom: Don't use 'gen': false for qom-get, qom-set, object-add
Markus Armbruster
2015-09-21
1
-0
/
+1
*
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
1
-3
/
+6
*
qapi: De-duplicate parameter list generation
Markus Armbruster
2015-09-21
1
-0
/
+16
*
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
1
-104
/
+23
*
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
2015-09-21
1
-3
/
+0
*
qapi: De-duplicate enum code generation
Markus Armbruster
2015-09-21
1
-0
/
+55
*
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
2015-09-21
1
-1
/
+1
*
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
2015-09-21
1
-1
/
+9
*
qapi: New QAPISchemaVisitor
Markus Armbruster
2015-09-21
1
-0
/
+64
*
qapi: QAPISchema code generation helper methods
Markus Armbruster
2015-09-21
1
-7
/
+87
*
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2015-09-21
1
-8
/
+372
*
qapi: Rename class QAPISchema to QAPISchemaParser
Markus Armbruster
2015-09-21
1
-4
/
+4
*
qapi: allow override of default enum prefix naming
Daniel P. Berrange
2015-09-15
1
-2
/
+8
*
qapi: Fix cgen() for Python older than 2.7
Markus Armbruster
2015-09-14
1
-1
/
+3
*
qapi: Generators crash when --output-dir isn't given, fix
Markus Armbruster
2015-09-04
1
-5
/
+6
*
qapi: Simplify error reporting for array types
Markus Armbruster
2015-09-04
1
-4
/
+2
*
qapi: Fix errors for non-string, non-dictionary members
Markus Armbruster
2015-09-04
1
-4
/
+6
*
qapi: Drop one of two "simple union must not have base" checks
Markus Armbruster
2015-09-04
1
-8
/
+0
*
qapi: Command returning anonymous type doesn't work, outlaw
Markus Armbruster
2015-09-04
1
-1
/
+1
*
qapi: Fix to reject union command and event arguments
Markus Armbruster
2015-09-04
1
-2
/
+2
*
qapi: Document flaws in checking of names
Markus Armbruster
2015-09-04
1
-0
/
+4
*
qapi: Drop unused and useless parameters and variables
Markus Armbruster
2015-09-04
1
-1
/
+0
*
qapi: Reject -p arguments that break qapi-event.py
Markus Armbruster
2015-09-04
1
-0
/
+6
*
qapi: Simplify guardname()
Markus Armbruster
2015-09-04
1
-7
/
+3
*
qapi: Clean up cgen() and mcgen()
Markus Armbruster
2015-09-04
1
-6
/
+11
*
qapi: Catch and reject flat union branch of array type
Markus Armbruster
2015-06-18
1
-1
/
+1
*
qapi: Better separate the different kinds of helpers
Markus Armbruster
2015-06-18
1
-54
/
+74
*
qapi: Move exprs checking from parse_schema() to check_exprs()
Markus Armbruster
2015-06-18
1
-76
/
+66
*
qapi: Fix to reject stray 't', 'f' and 'n'
Markus Armbruster
2015-06-18
1
-14
/
+12
*
qapi: Simplify inclusion cycle detection
Markus Armbruster
2015-06-18
1
-10
/
+8
*
qapi: Fix file name in error messages for included files
Markus Armbruster
2015-06-18
1
-4
/
+3
*
qapi: Improve a couple of confusing variable names
Markus Armbruster
2015-06-18
1
-22
/
+23
*
qapi: Eliminate superfluous QAPISchema attribute input_dir
Markus Armbruster
2015-06-18
1
-2
/
+2
*
qapi: Drop pointless flush() before close()
Markus Armbruster
2015-05-14
1
-4
/
+0
*
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
2015-05-14
1
-0
/
+50
*
qapi: Turn generators' mandatory option -i into an argument
Markus Armbruster
2015-05-14
1
-7
/
+5
*
qapi: Fix generators to report command line errors decently
Markus Armbruster
2015-05-14
1
-1
/
+5
[prev]
[next]