aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana5-40/+77
2021-02-05target/riscv: remove CONFIG_TCG, as it is always TCGClaudio Fontana1-2/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost25-30/+48
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson4-194/+89
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson2-10/+5
2021-02-05tcg/tci: Restrict TCG_TARGET_NB_REGS to 16Richard Henderson2-53/+5
2021-02-05tcg/tci: Remove TODO as unusedRichard Henderson1-8/+0
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson3-11/+25
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson2-20/+0
2021-02-05tcg/tci: Use g_assert_not_reachedRichard Henderson1-8/+7
2021-02-05tcg/tci: Merge INDEX_op_{st_i32,st32_i64}Richard Henderson1-6/+1
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson2-2/+13
2021-02-05tcg/tci: Merge INDEX_op_st16_{i32,i64}Richard Henderson1-7/+1
2021-02-05tcg/tci: Merge INDEX_op_st8_{i32,i64}Richard Henderson1-7/+1
2021-02-05tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}Richard Henderson1-6/+1
2021-02-05tcg/tci: Merge INDEX_op_ld16s_{i32,i64}Richard Henderson1-4/+1
2021-02-05tcg/tci: Merge INDEX_op_ld16u_{i32,i64}Richard Henderson1-8/+5
2021-02-05tcg/tci: Merge INDEX_op_ld8s_{i32,i64}Richard Henderson1-8/+5
2021-02-05tcg/tci: Merge INDEX_op_ld8u_{i32,i64}Richard Henderson1-7/+13
2021-02-05tcg/tci: Inline tci_write_reg64 into 64-bit callersRichard Henderson1-33/+27
2021-02-05tcg/tci: Inline tci_write_reg32 into all callersRichard Henderson1-36/+30
2021-02-05tcg/tci: Inline tci_write_reg16 into the only callerRichard Henderson1-9/+1
2021-02-05tcg/tci: Inline tci_write_reg8 into its callersRichard Henderson1-7/+2
2021-02-05tcg/tci: Inline tci_write_reg32s into the only callerRichard Henderson1-9/+1
2021-02-05tcg/tci: Implement INDEX_op_ld8s_i64Stefan Weil1-1/+4
2021-02-05tcg/tci: Implement INDEX_op_ld16s_i32Stefan Weil1-1/+4
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson3-9/+4
2021-02-05configure: Fix --enable-tcg-interpreterRichard Henderson1-2/+3