aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu11-3/+783
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu4-27/+24
2021-01-12hw/misc: Add clock converter in NPCM7XX CLK moduleHao Wu2-8/+927
2021-01-12hw/net/lan9118: Add symbolic constants for register offsetsPeter Maydell1-6/+18
2021-01-12hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell1-1/+1
2021-01-12target/arm: Don't decode insns in the XScale/iWMMXt space as cp insnsPeter Maydell1-0/+7
2021-01-12docs: Add qemu-storage-daemon(1) manpage to meson.buildPeter Maydell1-0/+1
2021-01-12ui/cocoa: Update path to docs in build treeRoman Bolshakov1-1/+1
2021-01-12target/arm: add aarch32 ID register fields to cpu.hLeif Lindholm1-0/+28
2021-01-12target/arm: add aarch64 ID register fields to cpu.hLeif Lindholm1-0/+15
2021-01-12target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.hLeif Lindholm1-0/+31
2021-01-12target/arm: make ARMCPU.ctr 64-bitLeif Lindholm1-1/+1
2021-01-12target/arm: make ARMCPU.clidr 64-bitLeif Lindholm1-1/+1
2021-01-12target/arm: fix typo in cpu.h ID_AA64PFR1 field nameLeif Lindholm1-1/+1
2021-01-12target/arm: enable Small Translation tables in max CPURémi Denis-Courmont1-0/+1
2021-01-12target/arm: ARMv8.4-TTST extensionRémi Denis-Courmont2-2/+18
2021-01-11Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-1...Peter Maydell29-377/+1521
2021-01-11fuzz: map all BARs and enable PCI devicesAlexander Bulekov1-0/+24
2021-01-11tests/acceptance: Fix race conditions in s390x tests & skip fedora on gitlab-CIThomas Huth1-2/+12
2021-01-11bsd-user: Update strace.list for FreeBSD's latest syscallsWarner Losh1-7/+55
2021-01-11bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son20-4/+744
2021-01-11bsd-user: regenerate FreeBSD's system call numbersWarner Losh1-315/+380
2021-01-11fuzz: heuristic split write based on past IOsQiuhao Li1-0/+56
2021-01-11fuzz: add minimization optionsQiuhao Li1-4/+26
2021-01-11fuzz: set bits in operand of write/out to zeroQiuhao Li1-0/+39
2021-01-11fuzz: remove IO commands iterativelyQiuhao Li1-15/+26
2021-01-11fuzz: split write operand using binary approachQiuhao Li1-9/+20
2021-01-11fuzz: double the IOs to remove for every loopQiuhao Li1-12/+21
2021-01-11fuzz: accelerate non-crash detectionQiuhao Li1-13/+31
2021-01-11util/oslib-win32: Fix _aligned_malloc() arguments orderPhilippe Mathieu-Daudé1-1/+1
2021-01-11qtest/libqtest: fix heap-buffer-overflow in qtest_cb_for_every_machine()Gan Qixin1-1/+1
2021-01-11gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CDCho, Yu-Chen3-0/+91
2021-01-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210108'...Peter Maydell65-111/+421
2021-01-08docs/system: arm: Add sabrelite board descriptionBin Meng2-0/+120
2021-01-08hw/arm: sabrelite: Connect the Ethernet PHY at address 6Bin Meng1-0/+4
2021-01-08hw/msic: imx6_ccm: Correct register value for silicon typeBin Meng1-1/+1
2021-01-08hw/misc: imx6_ccm: Update PMU_MISC0 reset valueBin Meng1-1/+1
2021-01-08exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+14
2021-01-08musicpal: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+12
2021-01-08mss-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+13
2021-01-08exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+11
2021-01-08exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+9
2021-01-08allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+11
2021-01-08digic-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+8
2021-01-08target/arm: Remove timer_del()/timer_deinit() before timer_free()Peter Maydell1-2/+0
2021-01-08Remove superfluous timer_del() callsPeter Maydell42-58/+0
2021-01-08scripts/coccinelle: New script to remove unnecessary timer_del() callsPeter Maydell1-0/+18
2021-01-08util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell1-11/+13
2021-01-08hw/arm/highbank: Drop dead KVM support codePeter Maydell1-10/+4
2021-01-08target/arm: Implement Cortex-M55 modelPeter Maydell1-0/+42