aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-10-28spapr: Fix leak of CPU machine specific dataGreg Kurz1-10/+12
2020-10-28spapr: Move spapr_create_nvdimm_dr_connectors() to core machine codeGreg Kurz2-11/+10
2020-10-28hw/net: move allocation to the heap due to very large stack frameElena Afanasova1-2/+3
2020-10-28ppc/spapr: re-assert IRQs during event-scan if there are pendingLaurent Vivier1-0/+12
2020-10-28spapr: Clarify why DR connectors aren't user creatableGreg Kurz1-1/+2
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/block/nvme: fix queue identifer validationGollu Appalanaidu1-2/+4
2020-10-27hw/block/nvme: fix create IO SQ/CQ status codesGollu Appalanaidu1-5/+5
2020-10-27hw/block/nvme: fix prp mapping status codesGollu Appalanaidu2-18/+6
2020-10-27hw/block/nvme: report actual LBA data shift in LBAFDmitry Fomichev1-1/+2
2020-10-27hw/block/nvme: add trace event for requests with non-zero status codeKlaus Jensen2-0/+7
2020-10-27hw/block/nvme: add nsid to get/setfeat trace eventsKlaus Jensen2-4/+4
2020-10-27hw/block/nvme: reject io commands if only admin command set selectedKlaus Jensen1-0/+4
2020-10-27hw/block/nvme: support for admin-only command setKeith Busch1-0/+1
2020-10-27hw/block/nvme: validate command set selectedKeith Busch2-1/+6
2020-10-27hw/block/nvme: support per-namespace smart logKeith Busch1-24/+39