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
/
common.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: fix flat union on uncovered branches conditionals
Marc-André Lureau
2018-12-18
1
-1
/
+2
*
qapi: Add #if conditions to generated code members
Marc-André Lureau
2018-12-14
1
-0
/
+4
*
qapi: add 'if' to alternate members
Marc-André Lureau
2018-12-13
1
-5
/
+5
*
qapi: add 'if' to union members
Marc-André Lureau
2018-12-13
1
-7
/
+8
*
qapi: Add 'if' to implicit struct members
Marc-André Lureau
2018-12-13
1
-7
/
+11
*
qapi: add a dictionary form for TYPE
Marc-André Lureau
2018-12-13
1
-24
/
+46
*
qapi: add 'if' to enum members
Marc-André Lureau
2018-12-13
1
-3
/
+5
*
qapi: add a dictionary form with 'name' key for enum members
Marc-André Lureau
2018-12-13
1
-10
/
+26
*
qapi: improve reporting of unknown or missing keys
Marc-André Lureau
2018-12-13
1
-8
/
+15
*
qapi: factor out checking for keys
Marc-André Lureau
2018-12-13
1
-7
/
+13
*
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
2018-12-13
1
-11
/
+11
*
qapi: Do not define enumeration value explicitly
Marc-André Lureau
2018-12-13
1
-5
/
+2
*
qapi: rename QAPISchemaEnumType.values to .members
Marc-André Lureau
2018-12-13
1
-12
/
+12
*
qapi: Emit a blank line before dummy declaration
Markus Armbruster
2018-08-28
1
-0
/
+1
*
qapi: Fix build_params() for empty parameter list
Markus Armbruster
2018-08-28
1
-6
/
+4
*
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
2018-08-15
1
-6
/
+9
*
qapi: add #if/#endif helpers
Marc-André Lureau
2018-07-03
1
-4
/
+94
*
qapi: mcgen() shouldn't indent # lines
Marc-André Lureau
2018-07-03
1
-2
/
+2
*
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-07-03
1
-14
/
+17
*
qapi: leave the ifcond attribute undefined until check()
Marc-André Lureau
2018-07-03
1
-4
/
+17
*
qapi: pass 'if' condition into QAPISchemaEntity objects
Marc-André Lureau
2018-07-03
1
-32
/
+65
*
qapi: add 'if' to top-level expressions
Marc-André Lureau
2018-07-03
1
-6
/
+29
*
qapi: Open files with encoding='utf-8'
Markus Armbruster
2018-06-22
1
-3
/
+14
*
qapi: allow empty branches in flat unions
Anton Nefedov
2018-06-22
1
-7
/
+8
*
python: Remove scripts/ordereddict.py
Eduardo Habkost
2018-06-08
1
-4
/
+1
*
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
2018-05-30
1
-7
/
+11
*
qapi: add SysEmuTarget to "common.json"
Laszlo Ersek
2018-05-04
1
-1
/
+1
*
qapi: restrict allow-oob value to be "true"
Peter Xu
2018-03-27
1
-1
/
+1
*
qapi: introduce new cmd option "allow-oob"
Peter Xu
2018-03-19
1
-5
/
+10
*
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
1
-3
/
+2
*
qapi: Generate separate .h, .c for each module
Markus Armbruster
2018-03-02
1
-5
/
+28
*
qapi/common: Fix guardname() for funny filenames
Markus Armbruster
2018-03-02
1
-1
/
+1
*
qapi/types qapi/visit: Generate built-in stuff into separate files
Markus Armbruster
2018-03-02
1
-9
/
+51
*
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster
2018-03-02
1
-0
/
+13
*
qapi: Record 'include' directives in intermediate representation
Markus Armbruster
2018-03-02
1
-4
/
+39
*
qapi: Generate in source order
Markus Armbruster
2018-03-02
1
-2
/
+4
*
qapi: Record 'include' directives in parse tree
Markus Armbruster
2018-03-02
1
-4
/
+16
*
qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()
Markus Armbruster
2018-03-02
1
-6
/
+9
*
qapi: Lift error reporting from QAPISchema.__init__() to callers
Markus Armbruster
2018-03-02
1
-14
/
+9
*
qapi/common: Eliminate QAPISchema.exprs
Markus Armbruster
2018-03-02
1
-4
/
+4
*
qapi: Improve include file name reporting in error messages
Markus Armbruster
2018-03-02
1
-6
/
+6
*
qapi: Touch generated files only when they change
Markus Armbruster
2018-03-02
1
-2
/
+9
*
qapi-gen: Convert from getopt to argparse
Markus Armbruster
2018-03-02
1
-43
/
+0
*
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-03-02
1
-0
/
+2041