aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-08s390: Recognize confidential-guest-support optionDavid Gibson5-6/+98
2021-02-08confidential guest support: Alter virtio default properties for protected guestsDavid Gibson1-0/+13
2021-02-08spapr: PEF: prevent migrationDavid Gibson1-0/+7
2021-02-08spapr: Add PEF based confidential guest supportDavid Gibson8-25/+191
2021-02-08confidential guest support: Update documentationDavid Gibson2-1/+44
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson4-17/+28
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson3-0/+36
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson4-19/+20
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson6-42/+47
2021-02-08confidential guest support: Move side effect out of machine_set_memory_encryp...David Gibson1-8/+9
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson8-85/+31
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson5-2/+76
2021-02-08qom: Allow optional sugar propsGreg Kurz4-9/+18
2021-02-07utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland1-6/+10
2021-02-07utils/fifo8: change fatal errors from abort() to assert()Mark Cave-Ayland1-12/+4
2021-02-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...Peter Maydell108-1064/+1564
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana4-0/+87
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana44-163/+361
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana24-53/+125
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana36-306/+582
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana5-17/+12
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana4-9/+10
2021-02-05physmem: make watchpoint checking code TCG-onlyClaudio Fontana1-69/+72
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana14-19/+23
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana12-29/+34
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana27-42/+41
2021-02-05target/arm: do not use cc->do_interrupt for KVM directlyClaudio Fontana2-4/+6
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost7-9/+9
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost26-38/+42
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost25-42/+54
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost13-22/+30