aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-12hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell
2021-01-12target/arm: Don't decode insns in the XScale/iWMMXt space as cp insnsPeter Maydell
2021-01-12docs: Add qemu-storage-daemon(1) manpage to meson.buildPeter Maydell
2021-01-12ui/cocoa: Update path to docs in build treeRoman Bolshakov
2021-01-12target/arm: add aarch32 ID register fields to cpu.hLeif Lindholm
2021-01-12target/arm: add aarch64 ID register fields to cpu.hLeif Lindholm
2021-01-12target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.hLeif Lindholm
2021-01-12target/arm: make ARMCPU.ctr 64-bitLeif Lindholm
2021-01-12target/arm: make ARMCPU.clidr 64-bitLeif Lindholm
2021-01-12target/arm: fix typo in cpu.h ID_AA64PFR1 field nameLeif Lindholm
2021-01-12target/arm: enable Small Translation tables in max CPURémi Denis-Courmont
2021-01-12target/arm: ARMv8.4-TTST extensionRémi Denis-Courmont
2021-01-11Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-1...Peter Maydell
2021-01-11fuzz: map all BARs and enable PCI devicesAlexander Bulekov
2021-01-11tests/acceptance: Fix race conditions in s390x tests & skip fedora on gitlab-CIThomas Huth
2021-01-11bsd-user: Update strace.list for FreeBSD's latest syscallsWarner Losh
2021-01-11bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son
2021-01-11bsd-user: regenerate FreeBSD's system call numbersWarner Losh
2021-01-11fuzz: heuristic split write based on past IOsQiuhao Li
2021-01-11fuzz: add minimization optionsQiuhao Li
2021-01-11fuzz: set bits in operand of write/out to zeroQiuhao Li
2021-01-11fuzz: remove IO commands iterativelyQiuhao Li
2021-01-11fuzz: split write operand using binary approachQiuhao Li
2021-01-11fuzz: double the IOs to remove for every loopQiuhao Li
2021-01-11fuzz: accelerate non-crash detectionQiuhao Li
2021-01-11util/oslib-win32: Fix _aligned_malloc() arguments orderPhilippe Mathieu-Daudé
2021-01-11qtest/libqtest: fix heap-buffer-overflow in qtest_cb_for_every_machine()Gan Qixin
2021-01-11gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CDCho, Yu-Chen
2021-01-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210108'...Peter Maydell
2021-01-08docs/system: arm: Add sabrelite board descriptionpull-target-arm-20210108Bin Meng
2021-01-08hw/arm: sabrelite: Connect the Ethernet PHY at address 6Bin Meng
2021-01-08hw/msic: imx6_ccm: Correct register value for silicon typeBin Meng
2021-01-08hw/misc: imx6_ccm: Update PMU_MISC0 reset valueBin Meng
2021-01-08exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08musicpal: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08mss-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08digic-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08target/arm: Remove timer_del()/timer_deinit() before timer_free()Peter Maydell
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2021-01-08scripts/coccinelle: New script to remove unnecessary timer_del() callsPeter Maydell
2021-01-08util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell
2021-01-08hw/arm/highbank: Drop dead KVM support codePeter Maydell
2021-01-08target/arm: Implement Cortex-M55 modelPeter Maydell
2021-01-08target/arm: Implement FPCXT_NS fp system registerPeter Maydell
2021-01-08target/arm: Correct store of FPSCR value via FPCXT_SPeter Maydell
2021-01-08hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGNPeter Maydell
2021-01-08target/arm: Fix MTE0_ACTIVERichard Henderson