aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 descriptionBin 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
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones
2021-01-08intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUsEdgar E. Iglesias
2021-01-07Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into...Peter Maydell
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson
2021-01-07tcg/mips: Support split-wx code generationRichard Henderson
2021-01-07tcg/mips: Do not assert on relocation overflowRichard Henderson
2021-01-07accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson
2021-01-07tcg/riscv: Support split-wx code generationRichard Henderson
2021-01-07tcg/riscv: Remove branch-over-branch fallbackRichard Henderson
2021-01-07tcg/riscv: Fix branch range checksRichard Henderson
2021-01-07tcg/s390: Support split-wx code generationRichard Henderson
2021-01-07tcg/s390: Use tcg_tbrel_diffRichard Henderson
2021-01-07tcg/sparc: Support split-wx code generationRichard Henderson
2021-01-07tcg/sparc: Use tcg_tbrel_diffRichard Henderson
2021-01-07tcg/ppc: Support split-wx code generationRichard Henderson
2021-01-07tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TBRichard Henderson
2021-01-07tcg/ppc: Use tcg_tbrel_diffRichard Henderson