aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-08target/arm: Implement FPCXT_NS fp system registerPeter Maydell1-3/+99
2021-01-08target/arm: Correct store of FPSCR value via FPCXT_SPeter Maydell1-6/+6
2021-01-08hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGNPeter Maydell1-0/+15
2021-01-08target/arm: Fix MTE0_ACTIVERichard Henderson1-1/+1
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones3-17/+16
2021-01-08intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUsEdgar E. Iglesias1-1/+3
2021-01-07Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into...Peter Maydell67-628/+1033
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson8-15/+8
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson10-18/+10
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson10-16/+9
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson2-17/+22
2021-01-07tcg/mips: Support split-wx code generationRichard Henderson2-20/+25
2021-01-07tcg/mips: Do not assert on relocation overflowRichard Henderson1-34/+19
2021-01-07accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson1-8/+38
2021-01-07tcg/riscv: Support split-wx code generationRichard Henderson2-19/+24
2021-01-07tcg/riscv: Remove branch-over-branch fallbackRichard Henderson1-50/+6
2021-01-07tcg/riscv: Fix branch range checksRichard Henderson1-13/+15
2021-01-07tcg/s390: Support split-wx code generationRichard Henderson2-40/+31
2021-01-07tcg/s390: Use tcg_tbrel_diffRichard Henderson1-8/+8
2021-01-07tcg/sparc: Support split-wx code generationRichard Henderson2-12/+14
2021-01-07tcg/sparc: Use tcg_tbrel_diffRichard Henderson1-8/+7
2021-01-07tcg/ppc: Support split-wx code generationRichard Henderson2-24/+31
2021-01-07tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TBRichard Henderson1-3/+2
2021-01-07tcg/ppc: Use tcg_tbrel_diffRichard Henderson1-3/+3