summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* i386: Add the support for AMD EPYC 3rd generation processorsBabu Moger2021-02-192-1/+110
* Hexagon build infrastructureTaylor Simpson2021-02-182-0/+192
* Hexagon (target/hexagon) translationTaylor Simpson2021-02-182-0/+841
* Hexagon (target/hexagon) TCG for floating point instructionsTaylor Simpson2021-02-181-0/+121
* Hexagon (target/hexagon) TCG for instructions with multiple definitionsTaylor Simpson2021-02-181-0/+198
* Hexagon (target/hexagon) TCG generationTaylor Simpson2021-02-182-0/+356
* Hexagon (target/hexagon) instruction classesTaylor Simpson2021-02-183-0/+174
* Hexagon (target/hexagon) macrosTaylor Simpson2021-02-181-0/+592
* Hexagon (target/hexagon) opcode data structuresTaylor Simpson2021-02-182-0/+200
* Hexagon (target/hexagon) generater phase 4 - decode treeTaylor Simpson2021-02-181-0/+351
* Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode treeTaylor Simpson2021-02-181-0/+188
* Hexagon (target/hexagon) generator phase 2 - generate header filesTaylor Simpson2021-02-1810-0/+1565
* Hexagon (target/hexagon) generator phase 1 - C preprocessor for semanticsTaylor Simpson2021-02-181-0/+88
* Hexagon (target/hexagon/imported) arch importTaylor Simpson2021-02-1814-0/+9236
* Hexagon (target/hexagon/fma_emu.[ch]) utility functionsTaylor Simpson2021-02-182-0/+738
* Hexagon (target/hexagon/conv_emu.[ch]) utility functionsTaylor Simpson2021-02-182-0/+208
* Hexagon (target/hexagon/arch.[ch]) utility functionsTaylor Simpson2021-02-182-0/+334
* Hexagon (target/hexagon) instruction printingTaylor Simpson2021-02-182-0/+173
* Hexagon (target/hexagon) instruction/packet decodeTaylor Simpson2021-02-182-0/+989
* Hexagon (target/hexagon) instruction attributesTaylor Simpson2021-02-182-0/+132
* Hexagon (target/hexagon) register fieldsTaylor Simpson2021-02-183-0/+104
* Hexagon (target/hexagon) instruction and packet typesTaylor Simpson2021-02-181-0/+74
* Hexagon (target/hexagon) architecture typesTaylor Simpson2021-02-181-0/+38
* Hexagon (target/hexagon) GDB StubTaylor Simpson2021-02-182-0/+49
* Hexagon (target/hexagon) scalar core helpersTaylor Simpson2021-02-182-0/+1152
* Hexagon (target/hexagon) register namesTaylor Simpson2021-02-181-0/+83
* Hexagon (target/hexagon) scalar core definitionTaylor Simpson2021-02-185-0/+599
* Hexagon (target/hexagon) READMETaylor Simpson2021-02-181-0/+235
* target/sh4: Create superh_io_recompile_replay_branchRichard Henderson2021-02-181-0/+18
* target/mips: Create mips_io_recompile_replay_branchRichard Henderson2021-02-181-0/+18
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-185-6/+5Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-1715-34/+371
|\
| * hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf2021-02-161-0/+4
| * target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk2021-02-162-0/+6
| * hvf: x86: Remove unused definitionsAlexander Graf2021-02-161-16/+0Star
| * target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk2021-02-161-1/+95
| * hvf: Guard xgetbv callHill Ma2021-02-161-12/+22
| * sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky2021-02-161-1/+1
| * kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky2021-02-161-1/+1
| * sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-165-0/+26
| * sev/i386: Allow AP booting under SEV-ESPaolo Bonzini2021-02-163-0/+139
| * sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky2021-02-161-0/+6
| * sev/i386: Add initial support for SEV-ESTom Lendacky2021-02-164-2/+50
| * sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley2021-02-161-1/+22
| * pc: add parser for OVMF reset blockJames Bottomley2021-02-161-1/+0Star
* | target/arm: Enable MTE for user-onlyRichard Henderson2021-02-161-0/+15
* | target/arm: Add allocation tag storage for user modeRichard Henderson2021-02-161-2/+27
* | linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson2021-02-161-0/+10
* | linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson2021-02-161-6/+9
* | target/arm: Split out syndrome.h from internals.hRichard Henderson2021-02-162-244/+274