aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-03-14hw/display/pxa2xx: Remove use of BITS in pxa2xx_template.hPeter Maydell1-65/+45
2021-03-14hw/display/pxa2xx_lcd: Remove dest_width state fieldPeter Maydell1-9/+11
2021-03-14hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfacesPeter Maydell1-62/+17
2021-03-14hw/display/pl110: Remove use of BITS from pl110_template.hPeter Maydell2-68/+65
2021-03-14hw/display/pl110: Pull included-once parts of template header into pl110.cPeter Maydell2-99/+80
2021-03-14hw/display/pl110: Remove dead code for non-32-bpp surfacesPeter Maydell1-45/+8
2021-03-12hw/arm: Connect PWM fans in NPCM7XX boardsHao Wu1-0/+99
2021-03-12hw/arm: Add MFT device to NPCM7xx SocHao Wu1-8/+37
2021-03-12hw/misc: Add NPCM7XX MFT ModuleHao Wu3-0/+549
2021-03-12hw/misc: Add GPIOs for duty in NPCM7xx PWMHao Wu1-0/+4
2021-03-12hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones1-7/+16
2021-03-12hw/timer/sse-timer: Propagate eventual error in sse_timer_realize()Philippe Mathieu-Daudé1-0/+1
2021-03-12hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC regist...Niek Linnenbank1-26/+32
2021-03-12hw/arm/smmuv3: Uniformize sid tracesEric Auger1-12/+12
2021-03-12hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handlingEric Auger2-14/+25
2021-03-12hw/arm/smmuv3: Enforce invalidation on a power of two rangeEric Auger2-15/+37
2021-03-12hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not setEric Auger1-1/+1
2021-03-12virtio-iommu: Handle non power of 2 range invalidationsEric Auger1-3/+16
2021-03-12dma: Introduce dma_aligned_pow2_mask()Eric Auger1-23/+7
2021-03-12intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidateEric Auger1-0/+2
2021-03-12hw/arm: versal: Add support for the XRAMsEdgar E. Iglesias1-0/+36
2021-03-12hw/misc: versal: Add a model of the XRAM controllerEdgar E. Iglesias2-0/+254
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell39-42/+45
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell14-1910/+377
2021-03-11Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210309' int...Peter Maydell4-13/+565
2021-03-10Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell8-393/+1359
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell16-16/+0
2021-03-10semihosting: Move hw/semihosting/ -> semihosting/Philippe Mathieu-Daudé8-1728/+0
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé4-7/+7
2021-03-10hw/core: implement a guest-loader to support static hypervisor guestsAlex Bennée3-0/+181
2021-03-10hw/riscv: migrate fdt field to generic MachineStateAlex Bennée1-10/+10
2021-03-10hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée1-171/+185
2021-03-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell38-433/+3468
2021-03-10hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()Peter Maydell1-4/+15
2021-03-10hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_Peter Maydell1-8/+8
2021-03-10hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spipsXuzhou Cheng1-10/+0
2021-03-10hw/ssi: xilinx_spips: Clean up coding convention issuesXuzhou Cheng1-9/+14
2021-03-10hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPIXuzhou Cheng2-0/+13
2021-03-10hw/arm: xlnx-zynqmp: Clean up coding convention issuesXuzhou Cheng1-3/+6
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé24-24/+24
2021-03-09hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICESPhilippe Mathieu-Daudé1-1/+1
2021-03-09hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé4-6/+6
2021-03-09hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boardsPhilippe Mathieu-Daudé2-2/+6
2021-03-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-4/+3
2021-03-09virtio-gpu: Adjust code space stylelijiejun1-2/+1
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé1-1/+1
2021-03-09vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster1-1/+0
2021-03-09scsi: Silence gcc warningEric Blake1-0/+1
2021-03-09Various spelling fixesMichael Tokarev6-6/+6
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell7-325/+722