aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-27hw/char/pl011: add a clock inputLuc Michel3-0/+47
2020-10-27hw/misc/bcm2835_cprman: add sane reset values to the registersLuc Michel2-0/+300
2020-10-27hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexerLuc Michel3-1/+94
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 Michel3-0/+658
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 Michel3-8/+337
2020-10-27hw/misc/bcm2835_cprman: implement PLLs behaviourLuc Michel2-1/+71
2020-10-27hw/misc/bcm2835_cprman: add a PLL skeleton implementationLuc Michel3-0/+281
2020-10-27hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel7-2/+242
2020-10-27hw/arm/raspi: fix CPRMAN base addressLuc Michel3-6/+5
2020-10-27hw/core/clock: trace clock values in Hz instead of nsLuc Michel2-5/+5
2020-10-27hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macroLuc Michel1-0/+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é3-0/+37
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é2-8/+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 Skinnemoen9-2/+957
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen5-3/+50
2020-10-27hw/misc: Add npcm7xx random number generatorHavard Skinnemoen9-3/+510
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu8-54/+624
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-27tests/tcg/aarch64: Add bti smoke testsRichard Henderson5-0/+243
2020-10-27linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_ANDRichard Henderson1-2/+46
2020-10-27linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notesRichard Henderson2-0/+161
2020-10-27linux-user/elfload: Use Error for load_elf_interpRichard Henderson1-7/+8
2020-10-27linux-user/elfload: Use Error for load_elf_imageRichard Henderson1-17/+20
2020-10-27linux-user/elfload: Move PT_INTERP detection to first loopRichard Henderson1-29/+31
2020-10-27linux-user/elfload: Adjust iteration over phdrRichard Henderson1-4/+5
2020-10-27linux-user/elfload: Fix coding style in load_elf_imageRichard Henderson1-3/+9
2020-10-27linux-user/elfload: Avoid leaking interp_name using GLib memory APIPhilippe Mathieu-Daudé1-4/+4
2020-10-27include/elf: Add defines related to GNU property notes for AArch64Richard Henderson1-0/+22
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson5-2/+29
2020-10-27linux-user/aarch64: Reset btype for signalsRichard Henderson1-2/+8
2020-10-26Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell1-14/+12
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 Maydell34-333/+416
2020-10-26Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into stagingPeter Maydell6-7/+15
2020-10-26Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...Peter Maydell31-65/+1550
2020-10-26migration/block-dirty-bitmap: fix uninitialized variable warningChen Qun1-12/+9
2020-10-26migration/block-dirty-bitmap: fix larger granularity bitmapsStefan Reiter1-2/+3