aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson4-5/+40
2018-08-16target/arm: Dump SVE state if enabledRichard Henderson1-11/+82
2018-08-16target/arm: Reformat integer register dumpRichard Henderson1-7/+6
2018-08-16target/arm: Fix offset scaling for LD_zprr and ST_zprrRichard Henderson1-3/+2
2018-08-16target/arm: Fix offset for LD1R instructionsRichard Henderson1-1/+2
2018-08-16target/arm: Fix sign-extension in sve do_ldr/do_strRichard Henderson1-10/+8
2018-08-16target/arm: Fix typo in helper_sve_ld1hss_rRichard Henderson1-1/+1
2018-08-14target/arm: Fix typo in helper_sve_movz_dRichard Henderson1-1/+1
2018-08-14target/arm: Reorganize SVE WHILERichard Henderson2-22/+32
2018-08-14target/arm: Fix typo in do_sat_addsub_64Richard Henderson1-1/+1
2018-08-14target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzwRichard Henderson1-6/+6
2018-08-14target/arm: Implement tailchaining for M profile coresPeter Maydell1-0/+16
2018-08-14target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell1-6/+10
2018-08-14target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell1-1/+1
2018-08-14target/arm: Improve exception-taken loggingPeter Maydell1-6/+11
2018-08-14target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell1-0/+8
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell2-9/+61
2018-08-14target/arm: Honour HCR_EL2.TGE when raising synchronous exceptionsPeter Maydell1-0/+14
2018-08-14target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell1-6/+12
2018-08-14target/arm: Mask virtual interrupts if HCR_EL2.TGE is setPeter Maydell1-2/+4
2018-08-14target/arm: Allow execution from small regionsPeter Maydell1-23/+0
2018-08-14arm: Add ARMv6-M programmer's model supportJulia Suvorova2-2/+15
2018-08-14target/arm: Forbid unprivileged mode for M BaselineJulia Suvorova1-4/+8
2018-08-06target/xtensa/cpu: Set owner of memory region in xtensa_cpu_initfnThomas Huth1-1/+1
2018-08-06target/arm: Add dummy needed functions to M profile vmstate subsectionsPeter Maydell1-0/+3
2018-07-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-1/+8
2018-07-30target/arm: Remove duplicate 'host' entry in '-cpu ?' outputPhilippe Mathieu-Daudé1-6/+0
2018-07-30i386: implement MSR_SMI_COUNT for TCGPaolo Bonzini2-0/+4
2018-07-30i386: do not migrate MSR_SMI_COUNT on machine types <2.12Paolo Bonzini3-1/+4
2018-07-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-66/+66
2018-07-23i386: Rename enum CacheType membersEduardo Habkost2-66/+66
2018-07-23target/arm: Correctly handle overlapping small MPU regionsPeter Maydell1-0/+46
2018-07-18s390x/cpumodel: fix segmentation fault when baselining modelsDavid Hildenbrand1-0/+8
2018-07-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-5/+82
2018-07-16target/arm: Fix LD1W and LDFF1W (scalar plus vector)Richard Henderson1-2/+2
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan5-0/+67
2018-07-16hyperv: rename vcpu_id to vp_indexRoman Kagan2-5/+5
2018-07-16dump: add kernel_gs_base to QEMU CPU stateViktor Prutyanov1-0/+10
2018-07-10target/arm: Use correct mmu_idx for exception-return unstackingPeter Maydell1-1/+3
2018-07-09target/sh4: Fix translator.c assertion failure for gUSARichard Henderson1-37/+44
2018-07-09target/arm: Fix do_predset for large VLRichard Henderson1-8/+2
2018-07-09target/arm: Suppress Coverity warning for PRFRichard Henderson1-2/+2
2018-07-07target/ppc: fix build on ppc64 hostLaurent Vivier1-1/+1
2018-07-06i386: fix '-cpu ?' output for host cpu typeGreg Kurz1-7/+7
2018-07-03Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into stagingPeter Maydell12-595/+502
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell9-341/+541
2018-07-03target/openrisc: Fix writes to interrupt mask registerStafford Horne1-1/+1
2018-07-03target/openrisc: Fix delay slot exception flag to match specStafford Horne1-7/+12
2018-07-03linux-user: Implement signals for openriscRichard Henderson1-0/+1
2018-07-03target/openrisc: Reorg tlb lookupRichard Henderson2-170/+88