aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-29hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé5-8/+26
2019-04-29hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé5-8/+27
2019-04-29hw/display/tc6393xb: Remove unused functionsPhilippe Mathieu-Daudé2-19/+0
2019-04-29hw/arm/nseries: Use TYPE_TMP105 instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+2
2019-04-29hw/arm/aspeed: Use TYPE_TMP105/TYPE_PCA9552 instead of hardcoded stringPhilippe Mathieu-Daudé1-4/+9
2019-04-29hw/dma: Compile the bcm2835_dma device as common objectPhilippe Mathieu-Daudé1-1/+1
2019-04-29target/arm: Enable FPU for Cortex-M4 and Cortex-M33Peter Maydell1-0/+8
2019-04-29target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell3-1/+56
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell4-1/+102
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell5-0/+140
2019-04-29target/arm: Add lazy-FP-stacking support to v7m_stack_write()Peter Maydell1-39/+79
2019-04-29target/arm: New function armv7m_nvic_set_pending_lazyfp()Peter Maydell2-0/+108
2019-04-29target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell2-3/+18
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell4-0/+45
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell4-0/+28
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell4-7/+25
2019-04-29target/arm: Move NS TBFLAG from bit 19 to bit 6Peter Maydell1-5/+6
2019-04-29target/arm: Handle floating point registers in exception returnPeter Maydell1-1/+141
2019-04-29target/arm: Allow for floating point in callee stack integrity checkPeter Maydell1-3/+19
2019-04-29target/arm: Clean excReturn bits when tail chainingPeter Maydell1-0/+8
2019-04-29target/arm: Clear CONTROL.SFPA in BXNS and BLXNSPeter Maydell1-0/+4
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell3-1/+114
2019-04-29target/arm: Handle floating point registers in exception entryPeter Maydell1-3/+95
2019-04-29target/arm/helper: don't return early for STKOF faults during stackingPeter Maydell1-5/+18
2019-04-29target/arm: Handle SFPA and FPCA bits in reads and writes of CONTROLPeter Maydell1-8/+49
2019-04-29target/arm: Clear CONTROL_S.SFPA in SG insn if FPU presentPeter Maydell1-0/+1
2019-04-29target/arm: Decode FP instructions for M profilePeter Maydell1-4/+22
2019-04-29target/arm: Honour M-profile FP enable bitsPeter Maydell2-5/+60
2019-04-29target/arm: Disable most VFP sysregs for M-profilePeter Maydell1-2/+17
2019-04-29target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell4-0/+180
2019-04-29hw/intc/armv7m_nvic: Allow reading of M-profile MVFR* registersPeter Maydell1-0/+6
2019-04-29target/arm: Make sure M-profile FPSCR RES0 bits are not settablePeter Maydell1-0/+8
2019-04-29configure: Remove --source-path optionPeter Maydell1-8/+2
2019-04-29hw/ssi/xilinx_spips: Avoid variable length arrayPeter Maydell1-2/+4
2019-04-29hw/arm/smmuv3: Remove SMMUNotifierNodeEric Auger3-30/+12
2019-04-29Add Nios II semihosting support.Sandra Loosemore5-6/+476
2019-04-29Add generic Nios II board.Sandra Loosemore5-6/+123
2019-04-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell51-308/+450
2019-04-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell45-973/+2152
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell5-0/+61
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell31-75/+591
2019-04-26Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190425' into stagingPeter Maydell35-231/+1531
2019-04-26target/ppc: improve performance of large BAT invalidationsArtyom Tarasenko1-0/+7
2019-04-26ppc/hash32: Rework R and C bit updatesBenjamin Herrenschmidt1-14/+31
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt6-45/+93
2019-04-26ppc/spapr: Use proper HPTE accessors for H_READBenjamin Herrenschmidt1-6/+5
2019-04-26target/ppc: Don't check UPRT in radix mode when in HV real modeBenjamin Herrenschmidt1-3/+13
2019-04-26target/ppc/kvm: Convert DPRINTF to tracesGreg Kurz2-41/+52
2019-04-26target/ppc/trace-events: Fix trivial typoGreg Kurz1-2/+2
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz3-21/+9