aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-16linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson1-0/+10
2021-02-16linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson1-6/+9
2021-02-16target/arm: Split out syndrome.h from internals.hRichard Henderson2-244/+274
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson1-0/+1
2021-02-16target/arm: Use the proper TBI settings for linux-userRichard Henderson2-9/+5
2021-02-16target/arm: Improve gen_top_byte_ignoreRichard Henderson1-11/+14
2021-02-16linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson2-0/+34
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson4-6/+6
2021-02-15target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell2-6/+6
2021-02-15target/m68k: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell1-3/+2
2021-02-15target/sh4: Drop use of gdb_get_float32() and ldfl_p()Peter Maydell1-4/+4
2021-02-13Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell4-107/+309
2021-02-11m68k: add MSP detection support for stack pointer swap helpersLucien Murray-Pitts3-2/+11
2021-02-11m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts4-46/+146
2021-02-11m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to...Lucien Murray-Pitts2-0/+14
2021-02-11m68k: improve comments on m68k_move_to/from helpersLucien Murray-Pitts1-9/+30
2021-02-11m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readabilityLucien Murray-Pitts2-34/+39