aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-08hw/block/nvme: Support allocated CNS command variantsNiklas Cassel2-8/+20
2021-02-08hw/block/nvme: Add support for Namespace TypesNiklas Cassel5-44/+217
2021-02-08hw/block/nvme: Add Commands Supported and Effects logDmitry Fomichev4-9/+114
2021-02-08hw/block/nvme: Combine nvme_write_zeroes() and nvme_write()Dmitry Fomichev2-43/+36
2021-02-08hw/block/nvme: Separate read and write handlersDmitry Fomichev2-36/+74
2021-02-08hw/block/nvme: Generate namespace UUIDsDmitry Fomichev3-4/+7
2021-02-08hw/block/nvme: Process controller reset and shutdown differentlyDmitry Fomichev3-8/+20
2021-02-08hw/block/nvme: fix bad clearing of CAPKlaus Jensen1-1/+0
2021-02-08hw/block/nvme: add compare commandGollu Appalanaidu2-1/+102
2021-02-08hw/block/nvme: add the dataset management commandKlaus Jensen3-5/+125
2021-02-08nvme: add namespace I/O optimization fields to shared headerKlaus Jensen1-1/+6
2021-02-08hw/block/nvme: add dulbe supportKlaus Jensen5-5/+107
2021-02-08hw/block/nvme: pull aio error handlingKlaus Jensen1-25/+36
2021-02-08hw/block/nvme: remove superfluous NvmeCtrl parameterKlaus Jensen1-4/+4
2021-02-08Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into ...Peter Maydell16-104/+139
2021-02-08qapi: enable strict-optional checksJohn Snow1-1/+0
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow5-6/+6
2021-02-08qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster1-2/+2
2021-02-08qapi/commands: Simplify command registry generationMarkus Armbruster1-27/+22
2021-02-08qapi/gen: Support switching to another module temporarilyMarkus Armbruster1-0/+7
2021-02-08qapi/gen: write _genc/_genh access shimsJohn Snow1-5/+13
2021-02-08qapi: centralize the built-in module name definitionJohn Snow1-5/+8
2021-02-08qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster3-14/+7
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow10-27/+27
2021-02-08qapi: use explicitly internal module namesJohn Snow3-3/+4
2021-02-08qapi/gen: Replace ._begin_system_module()Markus Armbruster3-6/+7
2021-02-08qapi: centralize is_[user|system|builtin]_module methodsJohn Snow2-16/+40
2021-02-08qapi/gen: inline _wrap_ifcond into end_if()John Snow1-5/+2
2021-02-08qapi/main: handle theoretical None-return from re.match()John Snow1-0/+2
2021-02-08qapi/events: fix visit_event typingJohn Snow1-5/+7
2021-02-08qapi/commands: assert arg_type is not NoneJohn Snow1-3/+6
2021-02-08Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-docs-...Peter Maydell13-27/+141
2021-02-08Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...Peter Maydell32-191/+595
2021-02-08docs/system: document an example booting the versatilepb machineAlex Bennée1-0/+34
2021-02-08docs/system: document an example vexpress-a15 invocationAlex Bennée1-0/+28
2021-02-08tests/Makefile.include: don't use TARGET_DIRS for check-tcgAlex Bennée1-4/+6
2021-02-08scripts/mtest2make.py: export all-%s-targets variable and use itAlex Bennée2-1/+2
2021-02-08tests/tcg: Replace /bin/true by true (required on macOS)Stefan Weil1-2/+2
2021-02-08gdbstub: Fix handle_query_xfer_auxvRichard Henderson1-5/+12
2021-02-08tests/tcg: don't silently skip the gdb testsAlex Bennée1-1/+4
2021-02-08configure: bump the minimum gdb version for check-tcg to 9.1Alex Bennée1-1/+1
2021-02-08configure: make version_ge more tolerant of shady version inputAlex Bennée1-2/+2
2021-02-08tests/docker: add a docker-exec-copy-testAlex Bennée3-2/+33
2021-02-08tests/docker: alias docker-help target for consistencyAlex Bennée2-2/+4
2021-02-08tests/docker: preserve original name when copying libsAlex Bennée1-3/+4
2021-02-08tests/docker: make _copy_with_mkdir accept missing filesAlex Bennée1-1/+6
2021-02-08tests/docker: Fix typo in help messagePhilippe Mathieu-Daudé1-1/+1
2021-02-08tests/docker: Fix _get_so_libs() for docker-binfmt-imagePhilippe Mathieu-Daudé1-1/+1
2021-02-08tests/acceptance: Increase the timeout in the replay testsThomas Huth1-1/+1
2021-02-08Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into...Peter Maydell2-18/+14