aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-10-17target/mips/op_helper: Document Invalidate/Writeback opcodes as no-opPhilippe Mathieu-Daudé
2020-10-17target/mips/op_helper: Convert multiple if() to switch casePhilippe Mathieu-Daudé
2020-10-17target/mips: Add loongson-ext lsdc2 group of instructionsJiaxun Yang
2020-10-17target/mips: Add loongson-ext lswc2 group of instructions (Part 2)Jiaxun Yang
2020-10-17target/mips: Add loongson-ext lswc2 group of instructions (Part 1)Jiaxun Yang
2020-10-17target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S>Aleksandar Markovic
2020-10-17target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>Aleksandar Markovic
2020-10-17target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>Aleksandar Markovic
2020-10-17target/mips: Fix some comment spelling errorszhaolichang
2020-10-13i386: Register most CPU properties as class propertiesEduardo Habkost
2020-10-13target/sparc/int32_helper: Remove duplicated 'Tag Overflow' entryPhilippe Mathieu-Daudé
2020-10-12target/i386/cpu: Update comment that mentions TexinfoMarkus Armbruster
2020-10-09ppc: Fix return value in cpu_post_load() error pathGreg Kurz
2020-10-09ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()Greg Kurz
2020-10-08target/arm: Make '-cpu max' have a 48-bit PApull-target-arm-20201008-1Peter Maydell
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-08target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-05cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana
2020-10-05cpus: extract out whpx-specific code to target/i386/Claudio Fontana
2020-10-05cpus: extract out hax-specific code to target/i386/Claudio Fontana
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-10-05Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-04target-i386: post memory failure event to QMPzhenwei pi
2020-10-04target-i386: seperate MCIP & MCE_MASK error reasonzhenwei pi
2020-10-03disas: Enable capstone disassembly for s390xRichard Henderson
2020-10-02s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA)David Hildenbrand
2020-10-02s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2David Hildenbrand
2020-10-02s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC)David Hildenbrand
2020-10-02s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)David Hildenbrand
2020-10-02s390x/tcg: Implement MULTIPLY HALFWORD (MGH)David Hildenbrand
2020-10-02s390x/tcg: Implement MULTIPLY (MG, MGRK)David Hildenbrand
2020-10-02s390x/tcg: Implement SUBTRACT HALFWORD (SGH)David Hildenbrand
2020-10-02s390x/tcg: Implement ADD HALFWORD (AGH)David Hildenbrand
2020-10-02s390x/cpumodel: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_...David Hildenbrand
2020-10-02s390x/tcg: Implement MONITOR CALLDavid Hildenbrand
2020-10-02s390: guest support for diagnose 0x318Collin Walling
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling
2020-10-01target/arm: Fix SVE spliceRichard Henderson
2020-10-01target/arm: Fix sve ldr/strRichard Henderson
2020-10-01target/arm: Make isar_feature_aa32_fp16_arith() handle M-profilePeter Maydell
2020-10-01target/arm: Add ID register values for Cortex-M0Peter Maydell
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell
2020-10-01target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA checkPeter Maydell
2020-09-30target/i386: kvm: do not use kvm_check_extension to find paravirtual capabili...Paolo Bonzini
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov