aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-18scripts/qmp-shell: Remove too-broad-exceptionJohn Snow1-4/+7
2021-06-18scripts/qmp-shell: Fix empty-transaction invocationJohn Snow1-6/+8
2021-06-18scripts/qmp-shell: remove TODOJohn Snow1-2/+0
2021-06-18scripts/qmp-shell: use logging to show warningsJohn Snow1-2/+8
2021-06-18scripts/qmp-shell: Use context manager instead of atexitJohn Snow1-16/+19
2021-06-18python/qmp: return generic type from context managerJohn Snow1-1/+4
2021-06-18scripts/qmp-shell: unprivatize 'pretty' propertyJohn Snow1-5/+4
2021-06-18scripts/qmp-shell: Accept SocketAddrT instead of stringJohn Snow1-5/+7
2021-06-18scripts/qmp-shell: add mypy typesJohn Snow1-26/+41