| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | confidential guest support: Introduce cgs "ready" flag | David Gibson | 2021-02-08 | 3 | -0/+36 |
| * | sev: Add Error ** to sev_kvm_init() | David Gibson | 2021-02-08 | 4 | -19/+20 |
| * | confidential guest support: Rework the "memory-encryption" property | David Gibson | 2021-02-08 | 6 | -42/+47 |
| * | confidential guest support: Move side effect out of machine_set_memory_encryp... | David Gibson | 2021-02-08 | 1 | -8/+9 |
| * | sev: Remove false abstraction of flash encryption | David Gibson | 2021-02-08 | 8 | -85/+31 |
| * | confidential guest support: Introduce new confidential guest support class | David Gibson | 2021-02-08 | 5 | -2/+76 |
| * | qom: Allow optional sugar props | Greg Kurz | 2021-02-08 | 4 | -9/+18 |
* | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into... | Peter Maydell | 2021-02-08 | 2 | -18/+14 |
|\ \
| |/
|/| |
|
| * | utils/fifo8: add VMSTATE_FIFO8_TEST macro | Mark Cave-Ayland | 2021-02-07 | 1 | -6/+10 |
| * | utils/fifo8: change fatal errors from abort() to assert() | Mark Cave-Ayland | 2021-02-07 | 1 | -12/+4 |
|/ |
|
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into... | Peter Maydell | 2021-02-05 | 108 | -1064/+1564 |
|\ |
|
| * | accel: introduce AccelCPUClass extending CPUClass | Claudio Fontana | 2021-02-05 | 4 | -0/+87 |
| * | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana | 2021-02-05 | 44 | -163/+361 |
| * | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana | 2021-02-05 | 24 | -53/+125 |
| * | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 2021-02-05 | 36 | -306/+582 |
| * | cpu: move debug_check_watchpoint to tcg_ops | Claudio Fontana | 2021-02-05 | 5 | -17/+12 |
| * | cpu: move adjust_watchpoint_address to tcg_ops | Claudio Fontana | 2021-02-05 | 4 | -9/+10 |
| * | physmem: make watchpoint checking code TCG-only | Claudio Fontana | 2021-02-05 | 1 | -69/+72 |
| * | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana | 2021-02-05 | 14 | -19/+23 |
| * | cpu: move cc->transaction_failed to tcg_ops | Claudio Fontana | 2021-02-05 | 12 | -29/+34 |
| * | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana | 2021-02-05 | 27 | -42/+41 |
| * | target/arm: do not use cc->do_interrupt for KVM directly | Claudio Fontana | 2021-02-05 | 2 | -4/+6 |
| * | cpu: Move debug_excp_handler to tcg_ops | Eduardo Habkost | 2021-02-05 | 7 | -9/+9 |
| * | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost | 2021-02-05 | 26 | -38/+42 |
| * | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost | 2021-02-05 | 25 | -42/+54 |
| * | cpu: Move synchronize_from_tb() to tcg_ops | Eduardo Habkost | 2021-02-05 | 13 | -22/+30 |
| * | accel/tcg: split TCG-only code from cpu_exec_realizefn | Claudio Fontana | 2021-02-05 | 5 | -40/+77 |
| * | target/riscv: remove CONFIG_TCG, as it is always TCG | Claudio Fontana | 2021-02-05 | 1 | -2/+1 |
| * | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost | 2021-02-05 | 25 | -30/+48 |
| * | tcg/tci: Remove TCG_CONST | Richard Henderson | 2021-02-05 | 4 | -194/+89 |
| * | tcg/tci: Fix TCG_REG_R4 misusage | Richard Henderson | 2021-02-05 | 2 | -10/+5 |
| * | tcg/tci: Restrict TCG_TARGET_NB_REGS to 16 | Richard Henderson | 2021-02-05 | 2 | -53/+5 |
| * | tcg/tci: Remove TODO as unused | Richard Henderson | 2021-02-05 | 1 | -8/+0 |
| * | tcg/tci: Implement 64-bit division | Richard Henderson | 2021-02-05 | 3 | -11/+25 |
| * | tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_* | Richard Henderson | 2021-02-05 | 2 | -20/+0 |
| * | tcg/tci: Use g_assert_not_reached | Richard Henderson | 2021-02-05 | 1 | -8/+7 |
| * | tcg/tci: Merge INDEX_op_{st_i32,st32_i64} | Richard Henderson | 2021-02-05 | 1 | -6/+1 |
| * | tcg/tci: Move stack bounds check to compile-time | Richard Henderson | 2021-02-05 | 2 | -2/+13 |
| * | tcg/tci: Merge INDEX_op_st16_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -7/+1 |
| * | tcg/tci: Merge INDEX_op_st8_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -7/+1 |
| * | tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64} | Richard Henderson | 2021-02-05 | 1 | -6/+1 |
| * | tcg/tci: Merge INDEX_op_ld16s_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -4/+1 |
| * | tcg/tci: Merge INDEX_op_ld16u_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -8/+5 |
| * | tcg/tci: Merge INDEX_op_ld8s_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -8/+5 |
| * | tcg/tci: Merge INDEX_op_ld8u_{i32,i64} | Richard Henderson | 2021-02-05 | 1 | -7/+13 |
| * | tcg/tci: Inline tci_write_reg64 into 64-bit callers | Richard Henderson | 2021-02-05 | 1 | -33/+27 |
| * | tcg/tci: Inline tci_write_reg32 into all callers | Richard Henderson | 2021-02-05 | 1 | -36/+30 |
| * | tcg/tci: Inline tci_write_reg16 into the only caller | Richard Henderson | 2021-02-05 | 1 | -9/+1 |
| * | tcg/tci: Inline tci_write_reg8 into its callers | Richard Henderson | 2021-02-05 | 1 | -7/+2 |
| * | tcg/tci: Inline tci_write_reg32s into the only caller | Richard Henderson | 2021-02-05 | 1 | -9/+1 |