aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-03-09target/arm: Make 'any' CPU just an alias for 'max'Peter Maydell2-54/+55
2018-03-09target/arm: Add "-cpu max" supportPeter Maydell3-0/+47
2018-03-09target/arm: Move definition of 'host' cpu type into cpu.cPeter Maydell2-19/+24
2018-03-09target/arm: Query host CPU features on-demand at instance initPeter Maydell6-36/+69
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson2-0/+42
2018-03-09target/arm: Add a core count propertyAlistair Francis3-2/+15
2018-03-09Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...Peter Maydell14-0/+5624
2018-03-08target/s390x: Remove leading underscores from #definesThomas Huth3-70/+70
2018-03-08sparc: fix leon3 casa instruction when MMU is disabledKONRAD Frederic1-0/+5
2018-03-07RISC-V Build InfrastructureMichael Clark1-0/+1
2018-03-07RISC-V Linux User EmulationMichael Clark1-0/+13
2018-03-07RISC-V Physical Memory ProtectionMichael Clark2-0/+444
2018-03-07RISC-V TCG Code GenerationMichael Clark2-0/+2342
2018-03-07RISC-V GDB StubMichael Clark1-0/+62
2018-03-07RISC-V FPU SupportMichael Clark1-0/+373
2018-03-07RISC-V CPU HelpersMichael Clark3-0/+1250
2018-03-07RISC-V CPU Core DefinitionMichael Clark3-0/+1139
2018-03-06WHPX improve interrupt notification registrationJustin Terry (VM) via Qemu-devel1-4/+3
2018-03-06WHXP Removes the use of WHvGetExitContextSizeJustin Terry (VM) via Qemu-devel1-7/+2
2018-03-06Fix WHPX issue leaking tpr valuesJustin Terry (VM) via Qemu-devel1-3/+5
2018-03-06Fix WHPX typo in 'mmio'Justin Terry (VM) via Qemu-devel1-2/+2
2018-03-06Fix WHPX additional lock acquisitionJustin Terry (VM) via Qemu-devel1-2/+0
2018-03-06Remove unnecessary WHPX __debugbreak();Justin Terry (VM) via Qemu-devel1-12/+0
2018-03-06Resolves WHPX breaking changes in SDK 17095Justin Terry (VM) via Qemu-devel1-16/+10
2018-03-06Fixing WHPX casing to match SDKJustin Terry (VM) via Qemu-devel1-2/+2
2018-03-06PowerPC: Add TS bits into msr_maskSimon Guo1-0/+2
2018-03-06ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh1-2/+4
2018-03-06target/ppc: Check mask when setting cap_ppc_safe_indirect_branchSuraj Jitindar Singh1-1/+1
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland1-1/+1
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell1-0/+4
2018-03-05Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell7-2/+361
2018-03-05ui/curses: build as moduleGerd Hoffmann1-0/+4
2018-03-04target/m68k: add fscale, fgetman and fgetexpLaurent Vivier5-0/+174
2018-03-04target/m68k: add fmod/fremLaurent Vivier7-2/+176
2018-03-04target/m68k: TCGv returned by gen_load() must be freedLaurent Vivier1-0/+11
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster4-5/+7
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-1/+1
2018-03-02Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2018-03-0...Peter Maydell5-18/+53
2018-03-02target/arm: Enable ARM_FEATURE_V8_FCMARichard Henderson2-0/+2
2018-03-02target/arm: Decode t32 simd 3reg and 2reg_scalar extensionRichard Henderson1-1/+13
2018-03-02target/arm: Decode aa32 armv8.3 2-reg-indexRichard Henderson1-0/+61
2018-03-02target/arm: Decode aa32 armv8.3 3-sameRichard Henderson1-0/+68
2018-03-02target/arm: Decode aa64 armv8.3 fcmlaRichard Henderson3-8/+246
2018-03-02target/arm: Decode aa64 armv8.3 fcaddRichard Henderson3-1/+151
2018-03-02target/arm: Add ARM_FEATURE_V8_FCMARichard Henderson1-0/+1
2018-03-02target/arm: Enable ARM_FEATURE_V8_RDMRichard Henderson2-0/+2
2018-03-02target/arm: Decode aa32 armv8.1 two reg and a scalarRichard Henderson1-2/+40
2018-03-02target/arm: Decode aa32 armv8.1 three sameRichard Henderson1-19/+67
2018-03-02target/arm: Decode aa64 armv8.1 scalar/vector x indexed elementRichard Henderson1-0/+29
2018-03-02target/arm: Decode aa64 armv8.1 three same extraRichard Henderson3-0/+166