summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-4/+4
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-06-071-1/+1
|\
| * scripts/oss-fuzz: Fix typo in documentationPhilippe Mathieu-Daudé2021-06-051-1/+1
* | scripts/checkpatch.pl: process .c.inc and .h.inc files as C sourceMatheus Ferst2021-06-071-2/+2
|/
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* headers: Add udmabuf.hVivek Kasireddy2021-05-271-0/+3
* Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0...Peter Maydell2021-05-213-22/+143
|\
| * simplebench/bench-backup: add --drop-caches argumentVladimir Sementsov-Ogievskiy2021-05-042-2/+15
| * simplebench/bench-backup: add --count and --no-initial-runVladimir Sementsov-Ogievskiy2021-05-041-1/+11
| * simplebench/bench-backup: support qcow2 source filesVladimir Sementsov-Ogievskiy2021-05-042-1/+11
| * simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETEDVladimir Sementsov-Ogievskiy2021-05-041-0/+4
| * simplebench/bench-backup: add target-cache argumentVladimir Sementsov-Ogievskiy2021-05-042-10/+33
| * simplebench/bench-backup: add --compressed optionVladimir Sementsov-Ogievskiy2021-05-042-16/+62
| * simplebench: bench_one(): support count=1Vladimir Sementsov-Ogievskiy2021-05-041-1/+4
| * simplebench: bench_one(): add slow_limit argumentVladimir Sementsov-Ogievskiy2021-05-041-1/+13
* | qapi/parser: add docstringsJohn Snow2021-05-201-0/+69
* | qapi/parser: allow 'ch' variable nameJohn Snow2021-05-201-0/+1
* | qapi/parser: Remove superfluous list comprehensionJohn Snow2021-05-201-1/+1
* | qapi/parser: add type hint annotationsJohn Snow2021-05-201-20/+38
* | qapi/parser: Rework _check_pragma_list_of_str as a TypeGuardJohn Snow2021-05-201-14/+16
* | qapi/parser: Fix token membership tests when token can be NoneJohn Snow2021-05-201-2/+3
* | qapi: add must_match helperJohn Snow2021-05-203-11/+16
* | qapi/parser: Use @staticmethod where appropriateJohn Snow2021-05-201-2/+4
* | qapi/parser: assert object keys are stringsJohn Snow2021-05-201-0/+2
* | qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow2021-05-201-6/+8
* | qapi/parser: Assert lexer value is a stringJohn Snow2021-05-201-0/+1
* | qapi/parser: factor parsing routine into methodJohn Snow2021-05-201-12/+28
* | qapi/source: Remove line number from QAPISourceInfo initializerJohn Snow2021-05-202-8/+4Star
* | qapi/parser: Don't try to handle file errorsJohn Snow2021-05-203-14/+18
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-0/+1
|\ \
| * | checkpatch: Fix use of uninitialized valueGreg Kurz2021-05-141-0/+1
* | | coverity-scan: list components, move model to scripts/coverity-scanPaolo Bonzini2021-05-122-0/+154
* | | scripts: fix generation update-binfmts templatesSilvano Cirujano Cuesta2021-05-031-1/+3
| |/ |/|
* | decodetree: Extend argument set syntax to allow typesRichard Henderson2021-05-011-17/+28
* | decodetree: Add support for 64-bit instructionsLuis Fernando Fujita Pires2021-05-011-7/+14
* | decodetree: More use of f-stringsRichard Henderson2021-05-011-27/+23Star
* | decodetree: Introduce whex and whexC helpersRichard Henderson2021-05-011-28/+38
* | qapi/error.py: enable mypy checksJohn Snow2021-04-301-5/+0Star
* | qapi/error: Add type hintsJohn Snow2021-04-301-2/+9
* | qapi/error.py: enable pylint checksJohn Snow2021-04-301-2/+1Star
* | qapi/error.py: move QAPIParseError to parser.pyJohn Snow2021-04-302-15/+21
* | qapi/error: assert QAPISourceInfo is not NoneJohn Snow2021-04-301-0/+1
* | qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow2021-04-302-7/+4Star
* | qapi/error: Use Python3-style super()John Snow2021-04-301-1/+1
* | qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow2021-04-302-4/+12
* | qapi/expr: Update authorship and copyright informationJohn Snow2021-04-301-1/+2
* | qapi/expr.py: Use tuples instead of lists for static dataJohn Snow2021-04-301-2/+2
* | qapi/expr.py: Add docstringsJohn Snow2021-04-301-5/+251
* | qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type namesJohn Snow2021-04-301-3/+3
* | qapi/expr.py: enable pylint checksJohn Snow2021-04-301-1/+0Star