aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson2-2/+19
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson4-13/+11
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson2-128/+164
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard Henderson2-0/+22
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson3-12/+32
2019-01-21target/arm: Move cpu_mmu_index out of lineRichard Henderson2-43/+49
2019-01-21target/arm: Decode Load/store register (pac)Richard Henderson1-0/+61
2019-01-21target/arm: Decode PAuth within disas_uncond_b_regRichard Henderson1-1/+81
2019-01-21target/arm: Rearrange decode in disas_uncond_b_regRichard Henderson1-11/+36
2019-01-21target/arm: Add new_pc argument to helper_exception_returnRichard Henderson3-7/+12
2019-01-21target/arm: Move helper_exception_return to helper-a64.cRichard Henderson4-156/+157
2019-01-21target/arm: Decode PAuth within disas_data_proc_2srcRichard Henderson1-0/+8
2019-01-21target/arm: Decode PAuth within disas_data_proc_1srcRichard Henderson1-0/+146
2019-01-21target/arm: Rearrange decode in disas_data_proc_1srcRichard Henderson1-9/+22
2019-01-21target/arm: Decode PAuth within system hint spaceRichard Henderson1-12/+81
2019-01-21target/arm: Add PAuth helpersRichard Henderson4-0/+205
2019-01-21target/arm: Introduce raise_exception_raRichard Henderson2-2/+24
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson4-0/+23
2019-01-21target/arm: Add SCTLR bits through ARMv8.5Richard Henderson1-12/+33
2019-01-21target/arm: Add state for the ARMv8.3-PAuth extensionRichard Henderson1-1/+29
2019-01-21target/arm: Allow Aarch32 exception return to switch from Mon->HypAlexander Graf1-1/+1
2019-01-18target/mips: Introduce 32 R5900 multimedia registersFredrik Noring2-0/+19
2019-01-18target/mips: Rename 'rn' to 'register_name'Aleksandar Markovic1-426/+432
2019-01-18target/mips: Add CP0 register MemoryMapIDAleksandar Markovic2-2/+4
2019-01-18target/mips: Amend preprocessor constants for CP0 registersAleksandar Markovic2-170/+284
2019-01-18target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim2-0/+19
2019-01-18target/mips: Provide R/W access to SAARI and SAAR CP0 registersYongbok Kim5-4/+120
2019-01-18target/mips: Add fields for SAARI and SAAR CP0 registersYongbok Kim2-4/+12
2019-01-18target/mips: Use preprocessor constants for 32 major CP0 registersAleksandar Markovic1-136/+136
2019-01-18target/mips: Add preprocessor constants for 32 major CP0 registersAleksandar Markovic1-0/+32
2019-01-18target/mips: Move comment containing summary of CP0 registersAleksandar Markovic1-81/+84
2019-01-18s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank1-1/+1
2019-01-14i386/kvm: add a comment explaining why .feat_names are commented out for Hype...Vitaly Kuznetsov1-0/+7
2019-01-14x86: host-phys-bits-limit optionEduardo Habkost2-0/+8
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini1-7/+7
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov1-7/+4
2019-01-14i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov3-40/+77
2019-01-14Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2'...Peter Maydell7-609/+933
2019-01-13target/xtensa: move non-HELPER functions to helper.cMax Filippov2-59/+58
2019-01-13target/xtensa: drop dump_state helperMax Filippov2-12/+0
2019-01-13target/xtensa: extract interrupt and exception helpersMax Filippov4-220/+259
2019-01-13target/xtensa: extract debug helpersMax Filippov3-92/+130
2019-01-13target/xtensa: extract MMU helpersMax Filippov4-780/+819
2019-01-13target/xtensa: extract windowed registers helpersMax Filippov3-190/+223
2019-01-13target/xtensa: extract FPU helpersMax Filippov3-135/+167
2019-01-11target/xtensa: rework zero overhead loops implementationMax Filippov5-63/+49
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini7-16/+16
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2-2/+2
2019-01-11hax: Support for Linux hostsAlexandro Sanchez Bach4-6/+6
2019-01-09RISC-V: Implement existential predicates for CSRsMichael Clark4-79/+105