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: Avoid generating C identifier 'linux'
zhenwei pi
2022-07-13
1
-1
/
+1
*
qapi/expr: Enforce feature naming rules again
Markus Armbruster
2022-05-16
1
-1
/
+1
*
qapi-schema: support alternates with array type
Paolo Bonzini
2022-04-21
2
-1
/
+5
*
scripts/qapi: minor delinting
John Snow
2022-02-28
4
-13
/
+17
*
qapi: generate trace events by default
Vladimir Sementsov-Ogievskiy
2022-01-27
1
-4
/
+4
*
qapi/commands: Optionally generate trace for QMP commands
Vladimir Sementsov-Ogievskiy
2022-01-27
2
-14
/
+90
*
qapi/commands: refactor error handling code
Vladimir Sementsov-Ogievskiy
2022-01-27
1
-3
/
+7
*
qapi/gen: Add FOO.trace-events output module
Vladimir Sementsov-Ogievskiy
2022-01-27
1
-4
/
+27
*
qapi: Extend -compat to set policy for unstable interfaces
Markus Armbruster
2021-10-29
2
-8
/
+12
*
qapi: Generalize enum member policy checking
Markus Armbruster
2021-10-29
1
-9
/
+11
*
qapi: Generalize command policy checking
Markus Armbruster
2021-10-29
1
-5
/
+4
*
qapi: Generalize struct member policy checking
Markus Armbruster
2021-10-29
1
-7
/
+7
*
qapi: Tools for sets of special feature flags in generated code
Markus Armbruster
2021-10-29
2
-0
/
+11
*
qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
Markus Armbruster
2021-10-29
1
-4
/
+1
*
qapi: Implement deprecated-input={reject,crash} for enum values
Markus Armbruster
2021-10-27
1
-1
/
+16
*
qapi: Add feature flags to enum members
Markus Armbruster
2021-10-27
3
-5
/
+25
*
qapi: Enable enum member introspection to show more than name
Markus Armbruster
2021-10-27
1
-4
/
+14
*
qapi/parser: enable pylint checks
John Snow
2021-10-02
1
-2
/
+1
*
qapi/parser: Silence too-few-public-methods warning
John Snow
2021-10-02
1
-0
/
+3
*
qapi/parser: enable mypy checks
John Snow
2021-10-02
1
-5
/
+0
*
qapi/parser: Add FIXME for consolidating JSON-related types
John Snow
2021-10-02
1
-0
/
+4
*
qapi/parser: add type hint annotations (QAPIDoc)
John Snow
2021-10-02
1
-28
/
+39
*
qapi/parser: add import cycle workaround
John Snow
2021-10-02
1
-4
/
+11
*
qapi/parser: Introduce NullSection
John Snow
2021-10-02
1
-11
/
+16
*
qapi/parser: clarify _end_section() logic
John Snow
2021-10-02
1
-7
/
+15
*
qapi/parser: remove FIXME comment from _append_body_line
John Snow
2021-10-02
1
-2
/
+4
*
qapi/parser: fix unused check_args_section arguments
John Snow
2021-10-02
1
-8
/
+10
*
qapi/gen: use dict.items() to iterate over _modules
John Snow
2021-10-02
1
-2
/
+1
*
qapi/pylintrc: ignore 'consider-using-f-string' warning
John Snow
2021-10-02
1
-0
/
+1
*
qapi: Drop simple unions
Markus Armbruster
2021-09-27
2
-94
/
+28
*
qapi: Stop enforcing "type name should not end in 'Kind'
Markus Armbruster
2021-09-25
1
-3
/
+3
*
qapi: Fix bogus error for 'if': { 'not': '' }
Markus Armbruster
2021-09-08
1
-8
/
+13
*
qapi: Bury some unused code in class Indentation
Markus Armbruster
2021-09-08
1
-6
/
+1
*
qapi: Drop Indentation.__bool__()
Markus Armbruster
2021-09-08
1
-6
/
+3
*
qapi: Fix a botched type annotation
Markus Armbruster
2021-09-08
1
-1
/
+2
*
qapi: Tweak error messages for unknown / conflicting 'if' keys
Markus Armbruster
2021-09-03
1
-4
/
+3
*
qapi: Tweak error messages for missing / conflicting meta-type
Markus Armbruster
2021-09-03
1
-14
/
+9
*
qapi: Use re.fullmatch() where appropriate
Markus Armbruster
2021-09-03
1
-1
/
+1
*
qapi: Use "not COND" instead of "!COND" for generated documentation
Markus Armbruster
2021-09-03
1
-1
/
+1
*
qapi: Avoid redundant parens in code generated for conditionals
Markus Armbruster
2021-09-03
1
-4
/
+6
*
qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()
Markus Armbruster
2021-09-03
1
-20
/
+25
*
qapi: Fix C code generation for 'if'
Markus Armbruster
2021-09-03
1
-2
/
+2
*
qapi: Simplify how QAPISchemaIfCond represents "no condition"
Markus Armbruster
2021-09-03
2
-3
/
+3
*
qapi: Simplify QAPISchemaIfCond's interface for generating C
Markus Armbruster
2021-09-03
5
-38
/
+31
*
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
2021-08-26
2
-3
/
+3
*
qapi: add 'not' condition operation
Marc-André Lureau
2021-08-26
2
-2
/
+9
*
qapi: add 'any' condition
Marc-André Lureau
2021-08-26
2
-5
/
+5
*
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
2021-08-26
3
-31
/
+54
*
qapidoc: introduce QAPISchemaIfCond.docgen()
Marc-André Lureau
2021-08-26
2
-1
/
+16
*
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau
2021-08-26
6
-34
/
+46
[next]