summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson2021-02-161-6/+9
* target/arm: Split out syndrome.h from internals.hRichard Henderson2021-02-162-244/+274
* linux-user/aarch64: Implement PROT_MTERichard Henderson2021-02-161-0/+1
* target/arm: Use the proper TBI settings for linux-userRichard Henderson2021-02-162-9/+5Star
* target/arm: Improve gen_top_byte_ignoreRichard Henderson2021-02-161-11/+14
* linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson2021-02-162-0/+34
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-164-6/+6
* target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell2021-02-152-6/+6
* target/m68k: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell2021-02-151-3/+2Star
* target/sh4: Drop use of gdb_get_float32() and ldfl_p()Peter Maydell2021-02-151-4/+4
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell2021-02-134-107/+309
|\
| * m68k: add MSP detection support for stack pointer swap helpersLucien Murray-Pitts2021-02-113-2/+11
| * m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts2021-02-114-46/+146
| * m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to...Lucien Murray-Pitts2021-02-112-0/+14
| * m68k: improve comments on m68k_move_to/from helpersLucien Murray-Pitts2021-02-111-9/+30
| * m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readabilityLucien Murray-Pitts2021-02-112-34/+39
| * m68k: improve cpu instantiation commentsLucien Murray-Pitts2021-02-112-20/+73
* | target/arm: Correctly initialize MDCR_EL2.HPMNDaniel Müller2021-02-111-5/+4Star
* | target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPURebecca Cran2021-02-111-0/+4
* | target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPURebecca Cran2021-02-111-0/+5
* | target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran2021-02-113-18/+42
* | target/arm: Add support for FEAT_DIT, Data Independent TimingRebecca Cran2021-02-114-0/+52
* | target/arm: Fix SCR RES1 handlingMike Nawrocki2021-02-112-2/+19
* | target/arm: Don't migrate CPUARMState.featuresAaron Lindsay2021-02-111-1/+1
* | target/ppc: Add E500 L2CSR0 write helperBin Meng2021-02-102-0/+22
* | target/ppc: Remove unused MMU definitionsPhilippe Mathieu-Daudé2021-02-101-3/+0Star
* | target/i386: Expose VMX entry/exit load pkrs control bitsChenyi Qiang2021-02-082-2/+4
* | target/i386: Add support for save/load IA32_PKRS MSRChenyi Qiang2021-02-081-0/+13
* | target/i86: implement PKSPaolo Bonzini2021-02-086-18/+64
* | target/i386: Fix decoding of certain BMI instructionsDavid Greenaway2021-02-081-1/+1
* | x86/cpu: Populate SVM CPUID feature bitsWei Huang2021-02-082-13/+17
* | target/i386: do not set LM for 32-bit emulation "-cpu host/max"Paolo Bonzini2021-02-081-0/+5
* | 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