aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-08Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into ...Peter Maydell
2021-02-08qapi: enable strict-optional checksJohn Snow
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow
2021-02-08qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster
2021-02-08qapi/commands: Simplify command registry generationMarkus Armbruster
2021-02-08qapi/gen: Support switching to another module temporarilyMarkus Armbruster
2021-02-08qapi/gen: write _genc/_genh access shimsJohn Snow
2021-02-08qapi: centralize the built-in module name definitionJohn Snow
2021-02-08qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow
2021-02-08qapi: use explicitly internal module namesJohn Snow
2021-02-08qapi/gen: Replace ._begin_system_module()Markus Armbruster
2021-02-08qapi: centralize is_[user|system|builtin]_module methodsJohn Snow
2021-02-08qapi/gen: inline _wrap_ifcond into end_if()John Snow
2021-02-08qapi/main: handle theoretical None-return from re.match()John Snow
2021-02-08qapi/events: fix visit_event typingJohn Snow
2021-02-08qapi/commands: assert arg_type is not NoneJohn Snow
2021-02-08Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-docs-...Peter Maydell
2021-02-08Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...Peter Maydell
2021-02-08docs/system: document an example booting the versatilepb machineAlex Bennée
2021-02-08docs/system: document an example vexpress-a15 invocationAlex Bennée
2021-02-08tests/Makefile.include: don't use TARGET_DIRS for check-tcgAlex Bennée
2021-02-08scripts/mtest2make.py: export all-%s-targets variable and use itAlex Bennée
2021-02-08tests/tcg: Replace /bin/true by true (required on macOS)Stefan Weil
2021-02-08gdbstub: Fix handle_query_xfer_auxvRichard Henderson
2021-02-08tests/tcg: don't silently skip the gdb testsAlex Bennée
2021-02-08configure: bump the minimum gdb version for check-tcg to 9.1Alex Bennée
2021-02-08configure: make version_ge more tolerant of shady version inputAlex Bennée
2021-02-08tests/docker: add a docker-exec-copy-testAlex Bennée
2021-02-08tests/docker: alias docker-help target for consistencyAlex Bennée
2021-02-08tests/docker: preserve original name when copying libsAlex Bennée
2021-02-08tests/docker: make _copy_with_mkdir accept missing filesAlex Bennée
2021-02-08tests/docker: Fix typo in help messagePhilippe Mathieu-Daudé
2021-02-08tests/docker: Fix _get_so_libs() for docker-binfmt-imagePhilippe Mathieu-Daudé
2021-02-08tests/acceptance: Increase the timeout in the replay testsThomas Huth
2021-02-08Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into...Peter Maydell
2021-02-08s390: Recognize confidential-guest-support optionDavid Gibson
2021-02-08confidential guest support: Alter virtio default properties for protected guestsDavid Gibson
2021-02-08spapr: PEF: prevent migrationDavid Gibson
2021-02-08spapr: Add PEF based confidential guest supportDavid Gibson
2021-02-08confidential guest support: Update documentationDavid Gibson
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08confidential guest support: Move side effect out of machine_set_memory_encryp...David Gibson
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson
2021-02-08qom: Allow optional sugar propsGreg Kurz
2021-02-07utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland