aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-19tcg/sparc: Fix temp_allocate_frame vs sparc stack biasRichard Henderson2-12/+13
2021-06-19accel/tcg: Probe the proper permissions for atomic opsRichard Henderson3-44/+83
2021-06-19tests/tcg: Increase timeout for TCIRichard Henderson2-2/+7
2021-06-19tcg/tci: Use {set,clear}_helper_retaddrRichard Henderson1-4/+6
2021-06-19tcg/tci: Remove the qemu_ld/st_type macrosRichard Henderson1-65/+100
2021-06-19Revert "tcg/tci: Use exec/cpu_ldst.h interfaces"Richard Henderson1-28/+45
2021-06-19tcg/tci: Split out tci_qemu_ld, tci_qemu_stRichard Henderson1-112/+71
2021-06-19tcg/tci: Implement add2, sub2Richard Henderson3-25/+38
2021-06-19tcg/tci: Implement mulu2, muls2Richard Henderson3-15/+42
2021-06-19tcg/tci: Implement clz, ctz, ctpopRichard Henderson3-6/+59
2021-06-19tcg/tci: Implement extract, sextractRichard Henderson3-4/+78
2021-06-19tcg/tci: Implement andc, orc, eqv, nand, norRichard Henderson2-10/+50
2021-06-19tcg/tci: Implement movcondRichard Henderson3-6/+24
2021-06-19tcg/tci: Implement goto_ptrRichard Henderson5-2/+44
2021-06-19tcg/tci: Change encoding to uint32_t unitsRichard Henderson5-561/+382
2021-06-19tcg/tci: Remove tci_write_regRichard Henderson1-11/+2
2021-06-19tcg/tci: Emit setcond before brcondRichard Henderson2-85/+35
2021-06-19tcg/tci: Reserve r13 for a temporaryRichard Henderson2-0/+2
2021-06-19tcg/tci: Use ffi for callsRichard Henderson5-104/+151
2021-06-19tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_orderRichard Henderson1-2/+2
2021-06-19tcg/tci: Improve tcg_target_call_clobber_regsRichard Henderson1-2/+8
2021-06-19tcg: Build ffi data structures for helpersRichard Henderson12-1/+75
2021-06-19tcg: Add tcg_call_funcRichard Henderson2-3/+7
2021-06-19tcg: Store the TCGHelperInfo in the TCGOp for callRichard Henderson2-29/+34
2021-06-19accel/tcg: Add tcg call flags to plugins helpersRichard Henderson1-2/+2
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson4-30/+10
2021-06-19accel/tcg/plugin-gen: Drop inline markersRichard Henderson1-7/+5
2021-06-19tcg: Add tcg_call_flagsRichard Henderson3-9/+13
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson7-85/+67
2021-06-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...Peter Maydell10-54/+102
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell38-318/+645
2021-06-17coreaudio: Fix output stream format settingsAkihiko Odaki1-35/+13
2021-06-17audio: Fix format specifications of debug logsAkihiko Odaki1-3/+3
2021-06-17hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé4-0/+68
2021-06-17jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin1-2/+1
2021-06-17audio: move code to audio/audio.cVolker Rümelin3-4/+12
2021-06-17paaudio: remove unused stream flagsVolker Rümelin1-4/+1
2021-06-17alsaaudio: remove #ifdef DEBUG to avoid bit rotVolker Rümelin1-6/+4
2021-06-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell10-143/+97
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell26-346/+965
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell1-0/+10
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell2-20/+29
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell3-99/+109
2021-06-16target/arm: Add framework for MVE decodePeter Maydell5-0/+53
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell2-9/+97
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell2-5/+27
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell2-3/+42
2021-06-16target/arm: Implement MVE LCTPPeter Maydell2-0/+26
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell1-5/+15
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell5-5/+133