aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-21docs/tools/virtiofsd: Fix bad rst syntaxThomas Huth1-3/+5
2021-06-21docs/tools/virtiofsd.rst: Do not hard-code the QEMU binary nameThomas Huth1-7/+7
2021-06-21docs/interop/live-block-operations: Do not hard-code the QEMU binary nameThomas Huth1-14/+18
2021-06-20Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-06-15-v2' into...Peter Maydell18-475/+626
2021-06-20linux-user: Use public sigev_notify_thread_id member if availableMichael Forney2-1/+21
2021-06-20linux-user: Fix incorrect use of feature-test-macrosMichael Forney1-4/+3
2021-06-20linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature listKhem Raj1-1/+1
2021-06-20tests/tcg/linux-test: Check that sigaction can query SIGKILL/SIGSTOPIlya Leoshkevich1-0/+9
2021-06-20linux-user: Let sigaction query SIGKILL/SIGSTOPIlya Leoshkevich1-1/+5
2021-06-20linux-user: Implement pivot_rootYAMAMOTO Takashi1-0/+21
2021-06-19util/oslib-win32: Fix fatal assertion in qemu_try_memalignStefan Weil1-1/+5
2021-06-19tcg: expose TCGCond manipulation routinesAlessandro Di Federico2-69/+102
2021-06-19tcg: Restart when exhausting the stack frameRichard Henderson1-1/+5
2021-06-19tcg: Allocate sufficient storage in temp_allocate_frameRichard Henderson1-5/+26
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-18scripts/qmp-shell: add redirection shimJohn Snow1-0/+11
2021-06-18python: add qmp-shell entry pointJohn Snow1-0/+1
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow1-3/+0
2021-06-18scripts/qmp-shell: add docstringsJohn Snow1-1/+38
2021-06-18scripts/qmp-shell: make QMPShellError inherit QMPErrorJohn Snow1-1/+1
2021-06-18scripts/qmp-shell: remove double-underscoresJohn Snow1-26/+26
2021-06-18scripts/qmp-shell: convert usage comment to docstringJohn Snow1-56/+72