aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-12-15arm/cpu64: Register "aarch64" as class propertyEduardo Habkost
2020-12-15i386: Register feature bit properties as class propertiesEduardo Habkost
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz
2020-12-14ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU modelsStephane Duverger
2020-12-14target/ppc: Remove "compat" property of server class POWER CPUsGreg Kurz
2020-12-14ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio
2020-12-14ppc/translate: Raise exceptions after setting the ccGiuseppe Musacchio
2020-12-14ppc/translate: Delay NaN checking after comparisonGiuseppe Musacchio
2020-12-14ppc/translate: Turn the helper macros into functionsGiuseppe Musacchio
2020-12-14ppc/translate: Fix unordered f64/f128 comparisonsGiuseppe Musacchio
2020-12-14target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun
2020-12-12m68k: fix some comment spelling errorszhaolichang
2020-12-12target/m68k: Add vmstate definition for M68kCPULaurent Vivier
2020-12-12target/m68k: remove useless qregs arrayLaurent Vivier
2020-12-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into stagingPeter Maydell
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-11s390x/cpu: Use timer_free() in the finalize function to avoid memleaksGan Qixin
2020-12-10i386/cpu: Make the Intel PT LIP feature configurableLuwei Kang
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-12-10s390x: do not use ram_size globalPaolo Bonzini
2020-12-10m68k: do not use ram_size globalPaolo Bonzini
2020-12-10arm: do not use ram_size globalPaolo Bonzini
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy
2020-12-10target/i386: seg_helper: Correct segment selector nullification in the RET/IR...Bin Meng
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse
2020-12-10target/i386: fix operand order for PDEP and PEXTPaolo Bonzini
2020-12-10target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell
2020-12-10target/arm: Implement CCR_S.TRD behaviour for SG insnsPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell
2020-12-10target/arm: Implement new v8.1M VLLDM and VLSTM encodingsPeter Maydell
2020-12-10target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell
2020-12-10target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell
2020-12-10target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell
2020-12-10target/arm: Implement FPCXT_S fp system registerPeter Maydell
2020-12-10target/arm: Factor out preserve-fp-state from full_vfp_access_check()Peter Maydell
2020-12-10target/arm: Use new FPCR_NZCV_MASK constantPeter Maydell
2020-12-10target/arm: Implement M-profile FPSCR_nzcvqcPeter Maydell
2020-12-10target/arm: Implement VLDR/VSTR system registerPeter Maydell
2020-12-10target/arm: Move general-use constant expanders up in translate.cPeter Maydell
2020-12-10target/arm: Refactor M-profile VMSR/VMRS handlingPeter Maydell
2020-12-10target/arm: Enforce M-profile VMRS/VMSR register restrictionsPeter Maydell
2020-12-10target/arm: Implement CLRM instructionPeter Maydell
2020-12-10target/arm: Implement VSCCLRM insnPeter Maydell
2020-12-10target/arm: Don't clobber ID_PFR1.Security on M-profile coresPeter Maydell
2020-12-10target/arm: Implement v8.1M PXN extensionPeter Maydell
2020-11-24ppc/translate: Implement lxvwsx opcodeLemonBoy
2020-11-23target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0Peter Maydell
2020-11-23target/arm: fix stage 2 page-walks in 32-bit emulationRĂ©mi Denis-Courmont
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling