summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | confidential guest support: Move side effect out of machine_set_memory_encryp...David Gibson2021-02-081-8/+9
| * | sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-088-85/+31Star
| * | confidential guest support: Introduce new confidential guest support classDavid Gibson2021-02-085-2/+76
| * | qom: Allow optional sugar propsGreg Kurz2021-02-084-9/+18
| |/
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into...Peter Maydell2021-02-082-18/+14Star
|\ \ | |/ |/|
| * utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland2021-02-071-6/+10
| * utils/fifo8: change fatal errors from abort() to assert()Mark Cave-Ayland2021-02-071-12/+4Star
|/
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...Peter Maydell2021-02-05108-1064/+1564
|\
| * accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2021-02-054-0/+87
| * accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-0544-163/+361
| * accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-0524-53/+125
| * cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-0536-306/+582