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
Age
Commit message (
Expand
)
Author
Files
Lines
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
14
-2328
/
+2414
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
2019-10-22
qapi: Store pragma state in QAPISourceInfo, not global state
Markus Armbruster
1
-17
/
+19
2019-10-22
qapi: Don't suppress doc generation without pragma doc-required
Markus Armbruster
1
-2
/
+0
2019-10-15
trace: avoid "is" with a literal Python 3.8 warnings
Stefan Hajnoczi
1
-2
/
+2
2019-10-07
make-release: pull in edk2 submodules so we can build it from tarballs
Michael Roth
1
-0
/
+8
2019-10-04
vmxcap: correct the name of the variables
Paolo Bonzini
1
-7
/
+7
2019-09-28
qapi: Improve source file read error handling
Markus Armbruster
1
-20
/
+26
2019-09-28
qapi: Improve reporting of redefinition
Markus Armbruster
1
-0
/
+5
2019-09-28
qapi: Improve reporting of missing documentation comment
Markus Armbruster
1
-10
/
+8
2019-09-28
qapi: Eliminate check_keys(), rename check_known_keys()
Markus Armbruster
1
-19
/
+21
2019-09-28
qapi: Improve reporting of invalid 'if' further
Markus Armbruster
1
-11
/
+16
2019-09-28
qapi: Avoid redundant definition references in error messages
Markus Armbruster
1
-80
/
+49
2019-09-28
qapi: Improve reporting of missing / unknown definition keys
Markus Armbruster
1
-21
/
+19
2019-09-28
qapi: Improve reporting of invalid flags
Markus Armbruster
1
-10
/
+12
2019-09-28
qapi: Improve reporting of invalid 'if' errors
Markus Armbruster
1
-2
/
+2
2019-09-28
qapi: Move context-free checking to the proper place
Markus Armbruster
1
-8
/
+8
2019-09-28
qapi: Move context-sensitive checking to the proper place
Markus Armbruster
1
-231
/
+193
2019-09-28
qapi: Inline check_name() into check_union()
Markus Armbruster
1
-2
/
+4
2019-09-28
qapi: Plumb info to the QAPISchemaMember
Markus Armbruster
2
-35
/
+43
2019-09-28
qapi: Make check_type()'s array case a bit more obvious
Markus Armbruster
1
-1
/
+2
2019-09-28
qapi: Move check for reserved names out of add_name()
Markus Armbruster
1
-6
/
+10
2019-09-28
qapi: Report invalid '*' prefix like any other invalid name
Markus Armbruster
1
-4
/
+2
2019-09-28
qapi: Use check_name_str() where it suffices
Markus Armbruster
1
-5
/
+4
2019-09-28
qapi: Improve reporting of invalid name errors
Markus Armbruster
1
-4
/
+16
2019-09-28
qapi: Reorder check_FOO() parameters for consistency
Markus Armbruster
1
-41
/
+39
2019-09-28
qapi: Improve reporting of member name clashes
Markus Armbruster
1
-13
/
+23
2019-09-28
qapi: Change frontend error messages to start with lower case
Markus Armbruster
1
-90
/
+102
2019-09-28
qapi: Clean up member name case checking
Markus Armbruster
1
-11
/
+14
2019-09-28
qapi: Prefix frontend errors with an "in definition" line
Markus Armbruster
1
-1
/
+14
2019-09-28
qapi: New QAPISourceInfo, replacing dict
Markus Armbruster
1
-28
/
+41
2019-09-28
qapi: Rename .owner to .defined_in
Markus Armbruster
1
-30
/
+31
2019-09-28
qapi: Tighten QAPISchemaFOO.check() assertions
Markus Armbruster
1
-2
/
+7
2019-09-24
qapi: Assert .visit() and .check_clash() run only after .check()
Markus Armbruster
1
-1
/
+10
2019-09-24
qapi: Fix excessive QAPISchemaEntity.check() recursion
Markus Armbruster
1
-22
/
+52
2019-09-24
qapi: Fix to .check() empty structs just once
Markus Armbruster
1
-1
/
+1
2019-09-24
qapi: Delete useless check_exprs() code for simple union kind
Markus Armbruster
1
-37
/
+2
2019-09-24
qapi: Clean up around check_known_keys()
Markus Armbruster
1
-4
/
+4
2019-09-24
qapi: Simplify check_keys()
Markus Armbruster
1
-11
/
+8
2019-09-24
qapi: Normalize 'if' in check_exprs(), like other sugar
Markus Armbruster
1
-11
/
+15
2019-09-24
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
Markus Armbruster
1
-0
/
+3
2019-09-24
qapi: Reject blank 'if' conditions in addition to empty ones
Markus Armbruster
1
-2
/
+3
2019-09-24
qapi: Fix broken discriminator error messages
Markus Armbruster
1
-5
/
+4
2019-09-24
qapi: Remove null from schema language
Markus Armbruster
1
-4
/
+0
2019-09-24
qapi: Improve reporting of lexical errors
Markus Armbruster
1
-1
/
+5
2019-09-24
qapi: Use quotes more consistently in frontend error messages
Markus Armbruster
1
-18
/
+19
2019-09-24
qapi: Tweak code to match docs/devel/qapi-code-gen.txt
Markus Armbruster
1
-12
/
+12
[next]