aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-07-09target/arm: Use translator_use_goto_tb for aarch32Richard Henderson1-11/+1
2021-07-09target/arm: Use translator_use_goto_tb for aarch64Richard Henderson1-20/+5
2021-07-09target/arm: Use DISAS_TOO_MANY for ISB and SBRichard Henderson1-2/+2
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson1-6/+1
2021-07-09target/alpha: Remove in_superpageRichard Henderson1-22/+2
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson1-13/+2
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé17-17/+0
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé20-0/+77
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini7-45/+35
2021-07-09target/i386: Added DR6 and DR7 consistency checksLara Lazier2-1/+10
2021-07-09target/i386: Added MSRPM and IOPM size checkLara Lazier2-0/+18
2021-07-09target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRinthnick@vmware.com1-3/+13
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2-0/+24
2021-07-09target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)2-0/+6
2021-07-09target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan1-1/+1
2021-07-09target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin1-0/+5
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)3-23/+21
2021-07-09target/ppc: introduce mmu-books.hBruno Larsen (billionai)2-13/+31
2021-07-09target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)3-24/+23
2021-07-09target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)4-20/+40
2021-07-09target/ppc: Fix compilation with DEBUG_BATS debug optionFabiano Rosas2-1/+6
2021-07-09target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas1-8/+0
2021-07-09target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas1-1/+1
2021-07-09target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson1-0/+2
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson9-200/+55
2021-07-09target/ppc: Split out ppc_jumbo_xlateRichard Henderson1-83/+96
2021-07-09target/ppc: Split out ppc_hash32_xlateRichard Henderson1-111/+113
2021-07-09target/ppc: Split out ppc_hash64_xlateRichard Henderson1-66/+59
2021-07-09target/ppc: Use bool success for ppc_radix64_xlateRichard Henderson1-15/+15
2021-07-09target/ppc: Push real-mode handling into ppc_radix64_xlateRichard Henderson1-43/+34
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson6-21/+11
2021-07-09target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson3-50/+20
2021-07-09target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()Greg Kurz2-18/+0
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz3-7/+19
2021-07-07target/s390x: split sysemu part of cpu modelsCho, Yu-Chen5-416/+453
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen14-28/+33
2021-07-07target/s390x: remove kvm-stub.cCho, Yu-Chen2-122/+1
2021-07-07target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen1-1/+2
2021-07-07target/s390x: make helper.c sysemu-onlyCho, Yu-Chen2-9/+2
2021-07-07target/s390x: split cpu-dump from helper.cCho, Yu-Chen4-151/+178
2021-07-07target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen5-277/+326
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen22-17/+18
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen24-23/+23
2021-07-07target/s390x: remove tcg-stub.cCho, Yu-Chen2-31/+1
2021-07-07target/s390x: meson: add target_user_archCho, Yu-Chen1-0/+3
2021-07-07s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand1-1/+1
2021-07-07target/s390x: Fix CC set by CONVERT TO FIXED/LOGICALUlrich Weigand3-43/+83
2021-07-07s390x/cpumodel: add 3931 and 3932Christian Borntraeger3-0/+25
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson3-57/+58
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson7-13/+94