aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-02-21target/mips: Remove access_type argument from get_seg_physical_addressPhilippe Mathieu-Daudé1-3/+3
2021-02-21target/mips: Remove access_type argument from map_address() handlerPhilippe Mathieu-Daudé2-12/+11
2021-02-21target/mips: fetch code with translator_ldPhilippe Mathieu-Daudé1-10/+10
2021-02-18i386: Add the support for AMD EPYC 3rd generation processorsBabu Moger2-1/+110
2021-02-18Hexagon build infrastructureTaylor Simpson2-0/+192
2021-02-18Hexagon (target/hexagon) translationTaylor Simpson2-0/+841
2021-02-18Hexagon (target/hexagon) TCG for floating point instructionsTaylor Simpson1-0/+121
2021-02-18Hexagon (target/hexagon) TCG for instructions with multiple definitionsTaylor Simpson1-0/+198
2021-02-18Hexagon (target/hexagon) TCG generationTaylor Simpson2-0/+356
2021-02-18Hexagon (target/hexagon) instruction classesTaylor Simpson3-0/+174
2021-02-18Hexagon (target/hexagon) macrosTaylor Simpson1-0/+592
2021-02-18Hexagon (target/hexagon) opcode data structuresTaylor Simpson2-0/+200
2021-02-18Hexagon (target/hexagon) generater phase 4 - decode treeTaylor Simpson1-0/+351
2021-02-18Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode treeTaylor Simpson1-0/+188
2021-02-18Hexagon (target/hexagon) generator phase 2 - generate header filesTaylor Simpson10-0/+1565
2021-02-18Hexagon (target/hexagon) generator phase 1 - C preprocessor for semanticsTaylor Simpson1-0/+88
2021-02-18Hexagon (target/hexagon/imported) arch importTaylor Simpson14-0/+9236
2021-02-18Hexagon (target/hexagon/fma_emu.[ch]) utility functionsTaylor Simpson2-0/+738
2021-02-18Hexagon (target/hexagon/conv_emu.[ch]) utility functionsTaylor Simpson2-0/+208
2021-02-18Hexagon (target/hexagon/arch.[ch]) utility functionsTaylor Simpson2-0/+334
2021-02-18Hexagon (target/hexagon) instruction printingTaylor Simpson2-0/+173
2021-02-18Hexagon (target/hexagon) instruction/packet decodeTaylor Simpson2-0/+989
2021-02-18Hexagon (target/hexagon) instruction attributesTaylor Simpson2-0/+132
2021-02-18Hexagon (target/hexagon) register fieldsTaylor Simpson3-0/+104
2021-02-18Hexagon (target/hexagon) instruction and packet typesTaylor Simpson1-0/+74
2021-02-18Hexagon (target/hexagon) architecture typesTaylor Simpson1-0/+38
2021-02-18Hexagon (target/hexagon) GDB StubTaylor Simpson2-0/+49
2021-02-18Hexagon (target/hexagon) scalar core helpersTaylor Simpson2-0/+1152
2021-02-18Hexagon (target/hexagon) register namesTaylor Simpson1-0/+83
2021-02-18Hexagon (target/hexagon) scalar core definitionTaylor Simpson5-0/+599
2021-02-18Hexagon (target/hexagon) READMETaylor Simpson1-0/+235
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson1-0/+18
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson1-0/+18
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson5-6/+5
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell15-34/+371
2021-02-16hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf1-0/+4
2021-02-16target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk2-0/+6
2021-02-16hvf: x86: Remove unused definitionsAlexander Graf1-16/+0
2021-02-16target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk1-1/+95
2021-02-16hvf: Guard xgetbv callHill Ma1-12/+22
2021-02-16sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky1-1/+1
2021-02-16kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky1-1/+1
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky5-0/+26
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini3-0/+139
2021-02-16sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky1-0/+6
2021-02-16sev/i386: Add initial support for SEV-ESTom Lendacky4-2/+50
2021-02-16sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley1-1/+22
2021-02-16pc: add parser for OVMF reset blockJames Bottomley1-1/+0
2021-02-16target/arm: Enable MTE for user-onlyRichard Henderson1-0/+15
2021-02-16target/arm: Add allocation tag storage for user modeRichard Henderson1-2/+27