summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* spapr: Add PEF based confidential guest supportDavid Gibson2021-02-082-24/+0Star
* confidential guest support: Move SEV initialization into arch specific codeDavid Gibson2021-02-082-1/+26
* confidential guest support: Introduce cgs "ready" flagDavid Gibson2021-02-081-0/+2
* sev: Add Error ** to sev_kvm_init()David Gibson2021-02-081-16/+15Star
* confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2021-02-081-30/+2Star
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-082-10/+19
* confidential guest support: Introduce new confidential guest support classDavid Gibson2021-02-081-2/+3
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-0517-46/+86
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-055-5/+5
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-0528-180/+416
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-2/+2
* cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-0513-13/+16
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-0510-12/+14
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-0525-38/+37Star
* target/arm: do not use cc->do_interrupt for KVM directlyClaudio Fontana2021-02-052-4/+6
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-055-5/+5
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-0523-23/+23
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-0523-30/+42
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-0511-11/+15
* target/riscv: remove CONFIG_TCG, as it is always TCGClaudio Fontana2021-02-051-2/+1Star
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-0523-28/+28
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210129-...Peter Maydell2021-01-293-9/+21
|\
| * target/arm: Replace magic value by MMU_DATA_LOAD definitionPhilippe Mathieu-Daudé2021-01-291-1/+1
| * target/arm: Conditionalize DBGDIDRRichard Henderson2021-01-291-6/+15
| * target/arm: Implement ID_PFR2Richard Henderson2021-01-293-2/+5
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-01-291-6/+6
|\ \ | |/ |/|
| * target/rx: Fix compiler errors for build with sanitizersStefan Weil2021-01-291-6/+6
* | qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-16/+8Star
* | target/microblaze: Add security attributes on memory transactionsJoe Komlodi2021-01-273-5/+26
* | target/microblaze: use MMUAccessType instead of int in mmu_translateJoe Komlodi2021-01-272-2/+2
* | target/microblaze: Add use-non-secure propertyJoe Komlodi2021-01-272-0/+57
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-231-0/+1
|\
| * x86/cpu: Use max host physical address if -cpu max option is appliedYang Weijiang2021-01-211-0/+1
* | s390x: Use strpadcpy for copying vm nameMiroslav Rezanina2021-01-212-9/+10
* | s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTEDavid Hildenbrand2021-01-211-2/+2
* | s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x"David Hildenbrand2021-01-212-10/+13
* | s390x/tcg: Fix RISBHGDavid Hildenbrand2021-01-211-10/+8Star
* | s390x/tcg: Fix ALGSIDavid Hildenbrand2021-01-211-1/+1
|/
* target/arm/m_helper: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé2021-01-191-1/+1
* target/arm: Update REV, PUNPK for pred_descRichard Henderson2021-01-192-13/+8Star
* target/arm: Update ZIP, UZP, TRN for pred_descRichard Henderson2021-01-192-17/+13Star
* target/arm: Update PFIRST, PNEXT for pred_descRichard Henderson2021-01-192-6/+7
* target/arm: Introduce PREDDESC field definitionsRichard Henderson2021-01-191-0/+9
* target/arm: refactor vae1_tlbmask()Rémi Denis-Courmont2021-01-191-14/+11Star
* target/arm: enable Secure EL2 in max CPURémi Denis-Courmont2021-01-191-0/+1
* target/arm: Implement SCR_EL2.EEL2Rémi Denis-Courmont2021-01-194-8/+36
* target/arm: revector to run-time pick target ELRémi Denis-Courmont2021-01-191-2/+21
* target/arm: set HPFAR_EL2.NS on secure stage 2 faultsRémi Denis-Courmont2021-01-194-0/+13
* target/arm: secure stage 2 translation regimeRémi Denis-Courmont2021-01-193-25/+81