summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19target/i386: Reduce DisasContext jmp_opt, repz_opt to boolRichard Henderson
2021-05-19target/i386: Leave TF in DisasContext.flagsRichard Henderson
2021-05-19target/i386: Reduce DisasContext popl_esp_hack and rip_offset to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.vex_[lv] to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.prefix to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.override to int8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.flags to uint32_tRichard Henderson
2021-05-19target/i386: Remove DisasContext.f_st as unusedRichard Henderson
2021-05-19target/i386: Move rex_w into DisasContextRichard Henderson
2021-05-19target/i386: Move rex_r into DisasContextRichard Henderson
2021-05-19target/i386: Tidy REX_B, REX_X definitionRichard Henderson
2021-05-19target/i386: Introduce REX_PREFIXRichard Henderson
2021-05-19target/i386: Assert !ADDSEG for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert LMA for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert CODE64 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert SS32 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert CODE32 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert !VM86 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert IOPL is 0 for user-onlyRichard Henderson
2021-05-19target/i386: Assert CPL is 3 for user-onlyRichard Henderson
2021-05-19target/i386: Assert PE is set for user-onlyRichard Henderson
2021-05-19target/i386: Split out check_ioplRichard Henderson
2021-05-19target/i386: Split out check_vm86_ioplRichard Henderson
2021-05-19target/i386: Unify code paths for IRETRichard Henderson
2021-05-19target/i386: Split out check_cpl0Richard Henderson
2021-05-19target/i386: Split out gen_exception_gpfRichard Henderson
2021-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-05-19target/ppc: Remove type argument for mmubooke206_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke206_check_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke_check_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from mmu40x_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from get_bat_6xx_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_checkRichard Henderson
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_pte_checkRichard Henderson
2021-05-19target/ppc: Remove type argument from check_protRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu_helper.cRichard Henderson
2021-05-19target/ppc: Rename access_type to type in mmu_helper.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-hash32.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-hash64.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-radix64.cRichard Henderson
2021-05-19target/ppc: Introduce prot_for_access_typeRichard Henderson
2021-05-19target/ppc: Fix load endianness for lxvwsx/lxvdsxGiuseppe Musacchio
2021-05-19target/ppc: Use translator_loop_temp_checkRichard Henderson
2021-05-19target/ppc: Mark helper_raise_exception* as noreturnRichard Henderson
2021-05-19target/ppc: Tidy exception vs exit_tbRichard Henderson
2021-05-19target/ppc: Move single-step check to ppc_tr_tb_stopRichard Henderson
2021-05-19target/ppc: Remove DisasContext.exceptionRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson