summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * target/arm: Correct store of FPSCR value via FPCXT_SPeter Maydell2021-01-081-6/+6
| * hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGNPeter Maydell2021-01-081-0/+15
| * target/arm: Fix MTE0_ACTIVERichard Henderson2021-01-081-1/+1
| * hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones2021-01-083-17/+16Star
| * intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUsEdgar E. Iglesias2021-01-081-1/+3
|/
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into...Peter Maydell2021-01-0767-628/+1033
|\
| * tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson2021-01-078-15/+8Star
| * tcg: Constify tcg_code_gen_epilogueRichard Henderson2021-01-0710-18/+10Star
| * tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson2021-01-0710-16/+9Star
| * tcg/arm: Support split-wx code generationRichard Henderson2021-01-072-17/+22
| * tcg/mips: Support split-wx code generationRichard Henderson2021-01-072-20/+25
| * tcg/mips: Do not assert on relocation overflowRichard Henderson2021-01-071-34/+19Star
| * accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson2021-01-071-8/+38
| * tcg/riscv: Support split-wx code generationRichard Henderson2021-01-072-19/+24
| * tcg/riscv: Remove branch-over-branch fallbackRichard Henderson2021-01-071-50/+6Star
| * tcg/riscv: Fix branch range checksRichard Henderson2021-01-071-13/+15
| * tcg/s390: Support split-wx code generationRichard Henderson2021-01-072-40/+31Star
| * tcg/s390: Use tcg_tbrel_diffRichard Henderson2021-01-071-8/+8