aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-06-26target/microblaze: Define TCG_GUEST_DEFAULT_MORichard Henderson1-0/+3
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson24-54/+50
2023-06-26Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson7-37/+90
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini6-13/+11
2023-06-26target/i386: implement RDPID in TCGPaolo Bonzini4-13/+44
2023-06-26target/i386: sysret and sysexit are privilegedPaolo Bonzini1-2/+2
2023-06-26target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit modePaolo Bonzini1-4/+6
2023-06-26target/i386: Intel only supports SYSCALL/SYSRET in long modePaolo Bonzini2-1/+12
2023-06-26target/i386: TCG supports WBNOINVDPaolo Bonzini2-2/+3
2023-06-26target/i386: TCG supports XSAVEERPTRPaolo Bonzini1-1/+3
2023-06-26target/i386: do not accept RDSEED if CPUID bit absentPaolo Bonzini1-0/+8
2023-06-26target/i386: TCG supports RDSEEDPaolo Bonzini1-3/+2
2023-06-26target/i386: TCG supports 3DNow! prefetch(w)Paolo Bonzini1-1/+2
2023-06-26target/i386: fix INVD vmexitPaolo Bonzini1-1/+1
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin3-11/+71
2023-06-25target/ppc: Add support for SMT CTRL registerNicholas Piggin3-1/+44
2023-06-25target/ppc: Add initial flags and helpers for SMT supportNicholas Piggin3-0/+36
2023-06-25target/ppc: Fix sc instruction handling of LEV fieldNicholas Piggin1-1/+6
2023-06-25target/ppc: Better CTRL SPR implementationNicholas Piggin1-1/+8
2023-06-25target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interruptsNicholas Piggin1-0/+4
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin3-1/+40
2023-06-25target/ppc: Add SRR1 prefix indication to interrupt handlersNicholas Piggin2-4/+83
2023-06-25target/ppc: Change partition-scope translate interfaceNicholas Piggin1-8/+16
2023-06-25target/ppc: Fix instruction loading endianness in alignment interruptNicholas Piggin1-1/+21
2023-06-25target/ppc: Fix timer register accessors when !KVMCédric Le Goater1-0/+12
2023-06-25target/ppc: gdbstub init spr gdb_id for all CPUsNicholas Piggin1-11/+19
2023-06-23target/arm: Fix sve predicate store, 8 <= VQ <= 15Richard Henderson1-1/+1
2023-06-23target/arm: Restructure has_vfp_d32 testRichard Henderson1-13/+15
2023-06-23target/arm: Add cpu properties for enabling FEAT_RMERichard Henderson1-0/+53
2023-06-23target/arm: Implement the granule protection checkRichard Henderson1-17/+232
2023-06-23target/arm: Implement GPC exceptionsRichard Henderson4-3/+126
2023-06-23target/arm: Add GPC syndromeRichard Henderson1-0/+10
2023-06-23target/arm: Use get_phys_addr_with_struct for stage2Richard Henderson1-10/+1
2023-06-23target/arm: Move s1_is_el0 into S1TranslateRichard Henderson1-15/+12
2023-06-23target/arm: Use get_phys_addr_with_struct in S1_ptw_translateRichard Henderson1-28/+18
2023-06-23target/arm: Handle no-execute for Realm and Root regimesRichard Henderson1-6/+46
2023-06-23target/arm: Handle Block and Page bits for security spaceRichard Henderson1-16/+73
2023-06-23target/arm: NSTable is RES0 for the RME EL3 regimeRichard Henderson1-14/+14
2023-06-23target/arm: Pipe ARMSecuritySpace through ptw.cRichard Henderson1-15/+71
2023-06-23target/arm: Remove __attribute__((nonnull)) from ptw.cRichard Henderson1-4/+2
2023-06-23target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}Richard Henderson2-4/+29
2023-06-23target/arm: Adjust the order of Phys and Stage2 ARMMMUIdxRichard Henderson2-13/+11
2023-06-23target/arm: Introduce ARMSecuritySpaceRichard Henderson2-22/+127
2023-06-23target/arm: Add RME cpregsRichard Henderson2-0/+103
2023-06-23target/arm: SCR_EL3.NS may be RES1Richard Henderson1-0/+3
2023-06-23target/arm: Update SCR and HCR for RMERichard Henderson2-4/+11
2023-06-23target/arm: Add isar_feature_aa64_rmeRichard Henderson2-0/+10
2023-06-21target/tricore: Fix ICR.IE offset in RESTORE insnBastian Koppelmann1-1/+3
2023-06-21target/tricore: Honour privilege changes on PSW writeBastian Koppelmann1-1/+1
2023-06-21target/tricore: Implement privilege level for all insnsBastian Koppelmann1-10/+33