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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-21
qapi: Fix visit_type_STRUCT() not to fail for null object
Markus Armbruster
1
-0
/
+1
2020-07-10
qapi: Smooth visitor error checking in generated code
Markus Armbruster
2
-47
/
+32
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
1
-34
/
+24
2020-04-30
qapi: Generate simpler marshalling code when no arguments
Markus Armbruster
1
-16
/
+24
2020-04-30
qapi: Disallow qmp_marshal_FOO(NULL, ...)
Markus Armbruster
1
-24
/
+2
2020-04-30
qapi: Assert non-input visitors see only valid alternate tags
Markus Armbruster
1
-0
/
+1
2020-04-30
qapi: Clean up visitor's recovery from input with invalid type
Markus Armbruster
1
-0
/
+3
2020-04-30
qapi: Assert incomplete object occurs only in dealloc visitor
Markus Armbruster
1
-0
/
+4
2020-03-17
qapi: New special feature flag "deprecated"
Markus Armbruster
1
-0
/
+6
2020-03-17
qapi: Add feature flags to struct members
Markus Armbruster
3
-7
/
+23
2020-03-17
qapi/schema: Call QAPIDoc.connect_member() in just one place
Markus Armbruster
1
-11
/
+12
2020-03-17
qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}
Markus Armbruster
1
-11
/
+11
2020-03-17
qapi/schema: Reorder classes so related ones are together
Markus Armbruster
1
-134
/
+134
2020-03-17
qapi/schema: Change _make_features() to a take feature list
Markus Armbruster
1
-8
/
+9
2020-03-17
qapi/introspect: Factor out _make_tree()
Markus Armbruster
1
-20
/
+24
2020-03-17
qapi/introspect: Rename *qlit* to reduce confusion
Markus Armbruster
1
-17
/
+18
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
6
-36
/
+34
2020-03-17
qapi: Add feature flags to remaining definitions
Markus Armbruster
7
-74
/
+80
2020-03-17
qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
Markus Armbruster
1
-4
/
+9
2020-03-06
qemu-storage-daemon: Add --monitor option
Kevin Wolf
1
-0
/
+5
2020-03-05
qapi: Brush off some (py)lint
Markus Armbruster
6
-18
/
+15
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
9
-44
/
+43
2020-03-05
qapi: Drop conditionals for Python 2
Markus Armbruster
3
-15
/
+3
2020-03-05
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster
4
-12
/
+12
2020-02-07
drop "from __future__ import print_function"
Paolo Bonzini
1
-1
/
+0
2020-01-20
qapi: Fix code generation with Python 3.5
Markus Armbruster
1
-1
/
+1
2020-01-14
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster
5
-22
/
+23
2020-01-14
qapi: Fix code generation for empty modules
Markus Armbruster
1
-11
/
+13
2020-01-14
qapi: Proper intermediate representation for modules
Markus Armbruster
1
-20
/
+43
2020-01-14
qapi: Generate command registration stuff into separate files
Markus Armbruster
1
-4
/
+11
2020-01-14
qapi: Tweak "command returns a nice type" check for clarity
Markus Armbruster
1
-4
/
+5
2019-10-29
qapi: Check feature documentation against the schema
Markus Armbruster
2
-9
/
+24
2019-10-29
qapi: Polish reporting of bogus member documentation
Markus Armbruster
1
-2
/
+4
2019-10-29
qapi: Lift features into QAPISchemaEntity
Markus Armbruster
1
-21
/
+11
2019-10-29
qapi: Fold normalize_enum() into check_enum()
Markus Armbruster
1
-7
/
+2
2019-10-29
qapi: Fold normalize_features() into check_features()
Markus Armbruster
1
-8
/
+2
2019-10-29
qapi: Fold normalize_if() into check_if()
Markus Armbruster
1
-12
/
+1
2019-10-29
qapi: Eliminate .check_doc() overrides
Markus Armbruster
1
-21
/
+2
2019-10-29
qapi: Simplify ._make_implicit_object_type()
Markus Armbruster
1
-7
/
+6
2019-10-29
qapi: Fix doc comment checking for commands and events
Markus Armbruster
2
-2
/
+23
2019-10-29
qapi: Clean up doc comment checking for implicit union base
Markus Armbruster
1
-11
/
+16
2019-10-29
qapi: Fix enum doc comment checking
Markus Armbruster
1
-0
/
+4
2019-10-29
qapi: Split .connect_doc(), .check_doc() off .check()
Markus Armbruster
1
-7
/
+27
2019-10-29
qapi: De-duplicate entity documentation generation code
Markus Armbruster
1
-42
/
+40
2019-10-29
qapi: Implement boxed event argument documentation
Markus Armbruster
1
-1
/
+9
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
5
-22
/
+49
2019-10-22
qapi: Clear scripts/qapi/doc.py executable bits again
Markus Armbruster
1
-1
/
+0
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
13
-2324
/
+2408
2019-10-22
qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
Markus Armbruster
3
-59
/
+60
2019-10-22
qapi: Eliminate accidental global frontend state
Markus Armbruster
1
-2
/
+3
[next]