aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-10-30pci: advertise a page aligned ATSJason Wang1-2/+3
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2-20/+43
2020-10-30vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz1-10/+0
2020-10-30pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland1-0/+2
2020-10-30hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé1-2/+7
2020-10-30hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé1-2/+2
2020-10-30acpi/crs: Support ranges > 32b for hostsBen Widawsky1-2/+8
2020-10-30acpi/crs: Prevent bad ranges for host bridgesBen Widawsky1-0/+2
2020-10-30vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella1-0/+10
2020-10-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell30-194/+2432
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/armv7m_systick: Rewrite to use ptimersPeter Maydell1-72/+52
2020-10-27hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell1-0/+4
2020-10-27hw/arm/sbsa-ref: add SBSA watchdog deviceShashi Mallela1-0/+23
2020-10-27hw/watchdog: Implement SBSA watchdog deviceShashi Mallela4-0/+298
2020-10-27hw/arm/bcm2835_peripherals: connect the UART clockLuc Michel1-0/+2
2020-10-27hw/char/pl011: add a clock inputLuc Michel2-0/+46
2020-10-27hw/misc/bcm2835_cprman: add sane reset values to the registersLuc Michel1-0/+31
2020-10-27hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexerLuc Michel1-1/+73
2020-10-27hw/misc/bcm2835_cprman: implement clock mux behaviourLuc Michel1-1/+52
2020-10-27hw/misc/bcm2835_cprman: add a clock mux skeleton implementationLuc Michel1-0/+151
2020-10-27hw/misc/bcm2835_cprman: implement PLL channels behaviourLuc Michel1-1/+32
2020-10-27hw/misc/bcm2835_cprman: add a PLL channel skeleton implementationLuc Michel1-8/+147
2020-10-27hw/misc/bcm2835_cprman: implement PLLs behaviourLuc Michel1-1/+63
2020-10-27hw/misc/bcm2835_cprman: add a PLL skeleton implementationLuc Michel1-0/+108
2020-10-27hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel4-1/+179
2020-10-27hw/arm/raspi: fix CPRMAN base addressLuc Michel1-2/+2
2020-10-27hw/core/clock: trace clock values in Hz instead of nsLuc Michel2-5/+5
2020-10-27arm/trace: Fix hex printingDr. David Alan Gilbert1-1/+1
2020-10-27hw/arm/raspi: Add the Raspberry Pi 3 model A+Philippe Mathieu-Daudé1-0/+13
2020-10-27hw/arm/raspi: Add the Raspberry Pi Zero machinePhilippe Mathieu-Daudé1-0/+13
2020-10-27hw/arm/raspi: Add the Raspberry Pi A+ machinePhilippe Mathieu-Daudé1-0/+13
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé2-0/+36
2020-10-27hw/arm/bcm2836: Split out common realize() codePhilippe Mathieu-Daudé1-4/+18
2020-10-27hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCsPhilippe Mathieu-Daudé1-8/+7
2020-10-27hw/arm/bcm2836: Introduce BCM283XClass::core_countPhilippe Mathieu-Daudé1-1/+4
2020-10-27hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC typePhilippe Mathieu-Daudé1-58/+52
2020-10-27hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé1-0/+14
2020-10-27hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitlyZenghui Yu1-0/+1
2020-10-27hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen4-0/+512
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen3-2/+45
2020-10-27hw/misc: Add npcm7xx random number generatorHavard Skinnemoen4-1/+191
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu3-46/+260
2020-10-27Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pauseHavard Skinnemoen1-3/+3
2020-10-27hw/arm: fix min_cpus for xlnx-versal-virt platformPavel Dovgalyuk1-0/+1
2020-10-27hw/arm/highbank: Silence warnings about missing fallthrough statementsThomas Huth1-0/+2
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