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
2021-10-14
trace: move configuration from configure to Meson
Paolo Bonzini
1
-1
/
+1
2021-10-05
meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2
Paolo Bonzini
1
-5
/
+2
2021-10-02
qapi/parser: enable pylint checks
John Snow
1
-2
/
+1
2021-10-02
qapi/parser: Silence too-few-public-methods warning
John Snow
1
-0
/
+3
2021-10-02
qapi/parser: enable mypy checks
John Snow
1
-5
/
+0
2021-10-02
qapi/parser: Add FIXME for consolidating JSON-related types
John Snow
1
-0
/
+4
2021-10-02
qapi/parser: add type hint annotations (QAPIDoc)
John Snow
1
-28
/
+39
2021-10-02
qapi/parser: add import cycle workaround
John Snow
1
-4
/
+11
2021-10-02
qapi/parser: Introduce NullSection
John Snow
1
-11
/
+16
2021-10-02
qapi/parser: clarify _end_section() logic
John Snow
1
-7
/
+15
2021-10-02
qapi/parser: remove FIXME comment from _append_body_line
John Snow
1
-2
/
+4
2021-10-02
qapi/parser: fix unused check_args_section arguments
John Snow
1
-8
/
+10
2021-10-02
qapi/gen: use dict.items() to iterate over _modules
John Snow
1
-2
/
+1
2021-10-02
qapi/pylintrc: ignore 'consider-using-f-string' warning
John Snow
1
-0
/
+1
2021-09-27
qapi: Drop simple unions
Markus Armbruster
2
-94
/
+28
2021-09-25
qapi: Stop enforcing "type name should not end in 'Kind'
Markus Armbruster
1
-3
/
+3
2021-09-15
simplebench: add img_bench_templater.py
Vladimir Sementsov-Ogievskiy
2
-0
/
+157
2021-09-08
qapi: Fix bogus error for 'if': { 'not': '' }
Markus Armbruster
1
-8
/
+13
2021-09-08
qapi: Bury some unused code in class Indentation
Markus Armbruster
1
-6
/
+1
2021-09-08
qapi: Drop Indentation.__bool__()
Markus Armbruster
1
-6
/
+3
2021-09-08
qapi: Fix a botched type annotation
Markus Armbruster
1
-1
/
+2
2021-09-06
scripts: Remove the "show-fixed-bugs.sh" file
Thomas Huth
1
-91
/
+0
2021-09-03
qapi: Tweak error messages for unknown / conflicting 'if' keys
Markus Armbruster
1
-4
/
+3
2021-09-03
qapi: Tweak error messages for missing / conflicting meta-type
Markus Armbruster
1
-14
/
+9
2021-09-03
qapi: Use re.fullmatch() where appropriate
Markus Armbruster
1
-1
/
+1
2021-09-03
qapi: Use "not COND" instead of "!COND" for generated documentation
Markus Armbruster
1
-1
/
+1
2021-09-03
qapi: Avoid redundant parens in code generated for conditionals
Markus Armbruster
1
-4
/
+6
2021-09-03
qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()
Markus Armbruster
1
-20
/
+25
2021-09-03
qapi: Fix C code generation for 'if'
Markus Armbruster
1
-2
/
+2
2021-09-03
qapi: Simplify how QAPISchemaIfCond represents "no condition"
Markus Armbruster
2
-3
/
+3
2021-09-03
qapi: Simplify QAPISchemaIfCond's interface for generating C
Markus Armbruster
5
-38
/
+31
2021-09-01
fuzz: add an instrumentation filter
Alexander Bulekov
1
-0
/
+15
2021-08-26
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
2
-3
/
+3
2021-08-26
qapi: add 'not' condition operation
Marc-André Lureau
2
-2
/
+9
2021-08-26
qapi: add 'any' condition
Marc-André Lureau
2
-5
/
+5
2021-08-26
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
3
-31
/
+54
2021-08-26
qapidoc: introduce QAPISchemaIfCond.docgen()
Marc-André Lureau
2
-1
/
+16
2021-08-26
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau
6
-34
/
+46
2021-08-26
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
2
-4
/
+7
2021-08-26
qapi: wrap Sequence[str] in an object
Marc-André Lureau
7
-76
/
+93
2021-08-26
qapi: Fix crash on redefinition with a different condition
Markus Armbruster
1
-11
/
+11
2021-08-11
fuzz: avoid building twice, when running on gitlab
Alexander Bulekov
1
-11
/
+13
2021-07-30
coverity-model: write models fully for non-array allocation functions
Paolo Bonzini
1
-6
/
+51
2021-07-30
coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULL
Paolo Bonzini
1
-0
/
+9
2021-07-30
coverity-model: clean up the models for array allocation functions
Paolo Bonzini
1
-10
/
+3
2021-07-30
coverity-model: remove model for more allocation functions
Paolo Bonzini
1
-104
/
+1
2021-07-30
coverity-model: make g_free a synonym of free
Paolo Bonzini
1
-9
/
+8
2021-07-30
coverity-model: update address_space_read/write models
Paolo Bonzini
1
-3
/
+45
2021-07-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-07-15' into ...
Peter Maydell
1
-1
/
+1
2021-07-15
qapi: Fix crash on missing enum member name
Markus Armbruster
1
-1
/
+1
[prev]
[next]