summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hw/block/nvme: add compare commandGollu Appalanaidu2021-02-082-1/+102
* hw/block/nvme: add the dataset management commandKlaus Jensen2021-02-083-5/+125
* nvme: add namespace I/O optimization fields to shared headerKlaus Jensen2021-02-081-1/+6
* hw/block/nvme: add dulbe supportKlaus Jensen2021-02-085-5/+107
* hw/block/nvme: pull aio error handlingKlaus Jensen2021-02-081-25/+36
* hw/block/nvme: remove superfluous NvmeCtrl parameterKlaus Jensen2021-02-081-4/+4
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into ...Peter Maydell2021-02-0816-104/+139
|\
| * qapi: enable strict-optional checksJohn Snow2021-02-081-1/+0Star
| * qapi: type 'info' as Optional[QAPISourceInfo]John Snow2021-02-085-6/+6
| * qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster2021-02-081-2/+2
| * qapi/commands: Simplify command registry generationMarkus Armbruster2021-02-081-27/+22Star
| * qapi/gen: Support switching to another module temporarilyMarkus Armbruster2021-02-081-0/+7
| * qapi/gen: write _genc/_genh access shimsJohn Snow2021-02-081-5/+13
| * qapi: centralize the built-in module name definitionJohn Snow2021-02-081-5/+8
| * qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster2021-02-083-14/+7Star
| * qapi: use './builtin' as the built-in module nameJohn Snow2021-02-0810-27/+27
| * qapi: use explicitly internal module namesJohn Snow2021-02-083-3/+4
| * qapi/gen: Replace ._begin_system_module()Markus Armbruster2021-02-083-6/+7
| * qapi: centralize is_[user|system|builtin]_module methodsJohn Snow2021-02-082-16/+40
| * qapi/gen: inline _wrap_ifcond into end_if()John Snow2021-02-081-5/+2Star
| * qapi/main: handle theoretical None-return from re.match()John Snow2021-02-081-0/+2
| * qapi/events: fix visit_event typingJohn Snow2021-02-081-5/+7
| * qapi/commands: assert arg_type is not NoneJohn Snow2021-02-081-3/+6
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-docs-...Peter Maydell2021-02-0813-27/+141
|\ \ | |/ |/|
| * docs/system: document an example booting the versatilepb machineAlex Bennée2021-02-081-0/+34
| * docs/system: document an example vexpress-a15 invocationAlex Bennée2021-02-081-0/+28
| * tests/Makefile.include: don't use TARGET_DIRS for check-tcgAlex Bennée2021-02-081-4/+6
| * scripts/mtest2make.py: export all-%s-targets variable and use itAlex Bennée2021-02-082-1/+2
| * tests/tcg: Replace /bin/true by true (required on macOS)Stefan Weil2021-02-081-2/+2
| * gdbstub: Fix handle_query_xfer_auxvRichard Henderson2021-02-081-5/+12
| * tests/tcg: don't silently skip the gdb testsAlex Bennée2021-02-081-1/+4
| * configure: bump the minimum gdb version for check-tcg to 9.1Alex Bennée2021-02-081-1/+1
| * configure: make version_ge more tolerant of shady version inputAlex Bennée2021-02-081-2/+2
| * tests/docker: add a docker-exec-copy-testAlex Bennée2021-02-083-2/+33
| * tests/docker: alias docker-help target for consistencyAlex Bennée2021-02-082-2/+4
| * tests/docker: preserve original name when copying libsAlex Bennée2021-02-081-3/+4
| * tests/docker: make _copy_with_mkdir accept missing filesAlex Bennée2021-02-081-1/+6
| * tests/docker: Fix typo in help messagePhilippe Mathieu-Daudé2021-02-081-1/+1
| * tests/docker: Fix _get_so_libs() for docker-binfmt-imagePhilippe Mathieu-Daudé2021-02-081-1/+1
| * tests/acceptance: Increase the timeout in the replay testsThomas Huth2021-02-081-1/+1
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...Peter Maydell2021-02-0832-191/+595
|\ \
| * | s390: Recognize confidential-guest-support optionDavid Gibson2021-02-085-6/+98
| * | confidential guest support: Alter virtio default properties for protected guestsDavid Gibson2021-02-081-0/+13
| * | spapr: PEF: prevent migrationDavid Gibson2021-02-081-0/+7
| * | spapr: Add PEF based confidential guest supportDavid Gibson2021-02-088-25/+191
| * | confidential guest support: Update documentationDavid Gibson2021-02-082-1/+44
| * | confidential guest support: Move SEV initialization into arch specific codeDavid Gibson2021-02-084-17/+28
| * | confidential guest support: Introduce cgs "ready" flagDavid Gibson2021-02-083-0/+36
| * | sev: Add Error ** to sev_kvm_init()David Gibson2021-02-084-19/+20
| * | confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2021-02-086-42/+47