aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-10-29virtio-gpu: add virtio-gpu-pci moduleGerd Hoffmann1-2/+9
2020-10-28Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' in...Peter Maydell1-32/+58
2020-10-27Merge remote-tracking branch 'remotes/philmd-gitlab/tags/led-api-20201026' in...Peter Maydell9-43/+242
2020-10-27hw/timer/sh_timer: Remove superfluous "break" statementsThomas Huth1-3/+0
2020-10-27hw/timer/sh_timer: Silence warnings about missing fallthrough statementsThomas Huth1-0/+4
2020-10-27hw/timer/sh_timer: Coding style clean-upThomas Huth1-32/+57
2020-10-26Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...Peter Maydell2-13/+16
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-24/+20
2020-10-26Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into stagingPeter Maydell2-5/+1
2020-10-26hw/arm/tosa: Replace fprintf() calls by LED devicesPhilippe Mathieu-Daudé2-25/+16
2020-10-26hw/misc/mps2-scc: Use the LED devicePhilippe Mathieu-Daudé3-12/+17
2020-10-26hw/misc/mps2-fpgaio: Use the LED devicePhilippe Mathieu-Daudé3-6/+19
2020-10-26hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1Philippe Mathieu-Daudé2-0/+21
2020-10-26hw/misc/led: Emit a trace event when LED intensity has changedPhilippe Mathieu-Daudé2-0/+5
2020-10-26hw/misc/led: Allow connecting from GPIO outputPhilippe Mathieu-Daudé1-1/+16
2020-10-26hw/misc/led: Add a LED devicePhilippe Mathieu-Daudé4-0/+149
2020-10-26Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell8-115/+175
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini1-0/+7
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini1-1/+5
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini1-23/+0
2020-10-26hw/sd/sdcard: Zero out function selection fields before being populatedBin Meng1-0/+1
2020-10-26hw/sd/sdcard: Make iolen unsignedPhilippe Mathieu-Daudé2-2/+2
2020-10-26hw/sd/sdcard: Constify sd_crc*()'s message argumentPhilippe Mathieu-Daudé1-4/+4
2020-10-26hw/sd/sdcard: Simplify cmd_valid_while_locked()Philippe Mathieu-Daudé1-6/+5
2020-10-26hw/sd/sdcard: Update the SDState documentationPhilippe Mathieu-Daudé1-1/+4
2020-10-23block: move logical block size check function to a common utility functionCoiby Xu1-26/+5
2020-10-22hw/misc/sifive_u_otp: Add backend drive supportGreen Wan1-0/+65
2020-10-22hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan1-1/+29
2020-10-22hw/riscv: Load the kernel after the firmwareAlistair Francis6-15/+42
2020-10-22hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis1-0/+9
2020-10-22hw/riscv: Return the end address of the loaded firmwareAlistair Francis1-11/+17
2020-10-22hw/riscv: sifive_u: Allow specifying the CPUAlistair Francis1-5/+13
2020-10-22hw/intc: Move sifive_plic.h to the include directoryBin Meng1-83/+0
2020-10-22hw/core/qdev-clock: add a reference on aliased clocksLuc Michel1-0/+8
2020-10-22s390x: pv: Remove sclp boundary checksJanosch Frank1-5/+0
2020-10-22s390x/s390-virtio-ccw: Reset PCI devices during subsystem resetMatthew Rosato1-0/+1
2020-10-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201021' in...Peter Maydell3-15/+58
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell15-64/+103
2020-10-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-21' into ...Peter Maydell1-1/+1
2020-10-21hw/sd/sdcard: Assert if accessing an illegal groupPhilippe Mathieu-Daudé1-0/+2
2020-10-21hw/sd/sdcard: Do not attempt to erase out of range addressesPhilippe Mathieu-Daudé1-0/+7
2020-10-21hw/sd/sdcard: Reset both start/end addresses on errorPhilippe Mathieu-Daudé1-0/+2
2020-10-21hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESSPhilippe Mathieu-Daudé1-3/+3
2020-10-21hw/sd/sdcard: Introduce the INVALID_ADDRESS definitionPhilippe Mathieu-Daudé1-5/+8
2020-10-21hw/sd/sdcard: Add trace event for ERASE command (CMD38)Philippe Mathieu-Daudé2-2/+2
2020-10-21hw/sd/sdhci: Yield if interrupt delivered during multiple transferPhilippe Mathieu-Daudé1-1/+4
2020-10-21hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was deliveredPhilippe Mathieu-Daudé1-2/+7
2020-10-21hw/sd/sdhci: Resume pending DMA transfers on MMIO accessesPhilippe Mathieu-Daudé1-0/+14
2020-10-21hw/sd/sdhci: Stop multiple transfers when block count is clearedPhilippe Mathieu-Daudé1-1/+6
2020-10-21hw/sd/sdhci: Fix DMA Transfer Block Size fieldPhilippe Mathieu-Daudé1-1/+1