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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Fix array first used in a different module
Markus Armbruster
2019-03-05
1
-4
/
+5
*
qapi: Fix code generation for sub-modules in other directories
Markus Armbruster
2019-03-05
1
-12
/
+21
*
qapi: Pass file name to QAPIGen constructor instead of methods
Markus Armbruster
2019-03-05
3
-36
/
+38
*
Revert "qapi-events: add 'if' condition to implicit event enum"
Markus Armbruster
2019-02-18
1
-1
/
+3
*
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
2019-02-18
1
-11
/
+21
*
qapi: Prepare for system modules other than 'builtin'
Markus Armbruster
2019-02-18
3
-12
/
+27
*
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2019-02-18
5
-10
/
+22
*
qapi: Eliminate indirection through qmp_event_get_func_emit()
Markus Armbruster
2019-01-24
1
-10
/
+14
*
qapi: fix flat union on uncovered branches conditionals
Marc-André Lureau
2018-12-18
1
-1
/
+2
*
qapi: add condition to variants documentation
Marc-André Lureau
2018-12-14
1
-2
/
+2
*
qapi: add 'If:' condition to struct members documentation
Marc-André Lureau
2018-12-14
1
-2
/
+2
*
qapi: add 'If:' condition to enum values documentation
Marc-André Lureau
2018-12-14
1
-9
/
+16
*
qapi: Add #if conditions to generated code members
Marc-André Lureau
2018-12-14
4
-4
/
+24
*
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-events: add 'if' condition to implicit event enum
Marc-André Lureau
2018-12-13
1
-1
/
+1
*
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
6
-24
/
+26
*
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: Add comments to aid debugging generated introspection
Eric Blake
2018-08-28
1
-6
/
+21
*
qapi: Minor introspect.py cleanups
Eric Blake
2018-08-28
1
-4
/
+3
*
qapi: Emit a blank line before dummy declaration
Markus Armbruster
2018-08-28
1
-0
/
+1
*
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
1
-17
/
+6
*
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
2
-7
/
+10
*
qapi: Make 'allow-oob' optional in SchemaInfoCommand
Markus Armbruster
2018-07-23
1
-5
/
+5
*
qapi: Do not expose "allow-preconfig" in query-qmp-schema
Markus Armbruster
2018-07-16
1
-2
/
+2
*
qapi: add 'If:' section to generated documentation
Marc-André Lureau
2018-07-03
1
-10
/
+12
*
qapi-types: add #if conditions to types & visitors
Markus Armbruster
2018-07-03
2
-33
/
+48
*
qapi/events: add #if conditions to events
Marc-André Lureau
2018-07-03
1
-2
/
+4
*
qapi/commands: add #if conditions to commands
Marc-André Lureau
2018-07-03
1
-8
/
+16
*
qapi-introspect: add preprocessor conditions to generated QLit
Marc-André Lureau
2018-07-03
1
-10
/
+21
*
qapi-introspect: modify to_qlit() to append ',' on level > 0
Marc-André Lureau
2018-07-03
1
-1
/
+3
*
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
7
-35
/
+38
*
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/introspect: Eliminate pointless variable in .visit_end()
Markus Armbruster
2018-06-22
1
-4
/
+1
*
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
3
-12
/
+24
*
qapi/events: generate event enum in main module
Marc-André Lureau
2018-06-22
1
-2
/
+3
*
qapi/visit: remove useless prefix argument
Marc-André Lureau
2018-06-22
1
-1
/
+1
[next]