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