aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-02-08target/i86: implement PKSPaolo Bonzini
2021-02-08target/i386: Fix decoding of certain BMI instructionsDavid Greenaway
2021-02-08x86/cpu: Populate SVM CPUID feature bitsWei Huang
2021-02-08target/i386: do not set LM for 32-bit emulation "-cpu host/max"Paolo Bonzini
2021-02-08spapr: Add PEF based confidential guest supportDavid Gibson
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05target/arm: do not use cc->do_interrupt for KVM directlyClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05target/riscv: remove CONFIG_TCG, as it is always TCGClaudio Fontana
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-01-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210129-...Peter Maydell
2021-01-29target/arm: Replace magic value by MMU_DATA_LOAD definitionPhilippe Mathieu-Daudé
2021-01-29target/arm: Conditionalize DBGDIDRRichard Henderson
2021-01-29target/arm: Implement ID_PFR2Richard Henderson
2021-01-29Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-01-29target/rx: Fix compiler errors for build with sanitizersStefan Weil
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-27target/microblaze: Add security attributes on memory transactionsJoe Komlodi
2021-01-27target/microblaze: use MMUAccessType instead of int in mmu_translateJoe Komlodi
2021-01-27target/microblaze: Add use-non-secure propertyJoe Komlodi
2021-01-23Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-21x86/cpu: Use max host physical address if -cpu max option is appliedYang Weijiang
2021-01-21s390x: Use strpadcpy for copying vm nameMiroslav Rezanina
2021-01-21s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTEDavid Hildenbrand
2021-01-21s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x"David Hildenbrand
2021-01-21s390x/tcg: Fix RISBHGDavid Hildenbrand
2021-01-21s390x/tcg: Fix ALGSIDavid Hildenbrand
2021-01-19target/arm/m_helper: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé
2021-01-19target/arm: Update REV, PUNPK for pred_descRichard Henderson
2021-01-19target/arm: Update ZIP, UZP, TRN for pred_descRichard Henderson
2021-01-19target/arm: Update PFIRST, PNEXT for pred_descRichard Henderson
2021-01-19target/arm: Introduce PREDDESC field definitionsRichard Henderson
2021-01-19target/arm: refactor vae1_tlbmask()Rémi Denis-Courmont
2021-01-19target/arm: enable Secure EL2 in max CPURémi Denis-Courmont