Age | Commit message (Expand) | Author | Files | Lines |
2021-06-20 | linux-user: Implement pivot_root | YAMAMOTO Takashi | 1 | -0/+21 |
2021-06-19 | util/oslib-win32: Fix fatal assertion in qemu_try_memalign | Stefan Weil | 1 | -1/+5 |
2021-06-19 | tcg: expose TCGCond manipulation routines | Alessandro Di Federico | 2 | -69/+102 |
2021-06-19 | tcg: Restart when exhausting the stack frame | Richard Henderson | 1 | -1/+5 |
2021-06-19 | tcg: Allocate sufficient storage in temp_allocate_frame | Richard Henderson | 1 | -5/+26 |
2021-06-19 | tcg/sparc: Fix temp_allocate_frame vs sparc stack bias | Richard Henderson | 2 | -12/+13 |
2021-06-19 | accel/tcg: Probe the proper permissions for atomic ops | Richard Henderson | 3 | -44/+83 |
2021-06-19 | tests/tcg: Increase timeout for TCI | Richard Henderson | 2 | -2/+7 |
2021-06-19 | tcg/tci: Use {set,clear}_helper_retaddr | Richard Henderson | 1 | -4/+6 |
2021-06-19 | tcg/tci: Remove the qemu_ld/st_type macros | Richard Henderson | 1 | -65/+100 |
2021-06-19 | Revert "tcg/tci: Use exec/cpu_ldst.h interfaces" | Richard Henderson | 1 | -28/+45 |
2021-06-19 | tcg/tci: Split out tci_qemu_ld, tci_qemu_st | Richard Henderson | 1 | -112/+71 |
2021-06-19 | tcg/tci: Implement add2, sub2 | Richard Henderson | 3 | -25/+38 |
2021-06-19 | tcg/tci: Implement mulu2, muls2 | Richard Henderson | 3 | -15/+42 |
2021-06-19 | tcg/tci: Implement clz, ctz, ctpop | Richard Henderson | 3 | -6/+59 |
2021-06-19 | tcg/tci: Implement extract, sextract | Richard Henderson | 3 | -4/+78 |
2021-06-19 | tcg/tci: Implement andc, orc, eqv, nand, nor | Richard Henderson | 2 | -10/+50 |
2021-06-19 | tcg/tci: Implement movcond | Richard Henderson | 3 | -6/+24 |
2021-06-19 | tcg/tci: Implement goto_ptr | Richard Henderson | 5 | -2/+44 |
2021-06-19 | tcg/tci: Change encoding to uint32_t units | Richard Henderson | 5 | -561/+382 |
2021-06-19 | tcg/tci: Remove tci_write_reg | Richard Henderson | 1 | -11/+2 |
2021-06-19 | tcg/tci: Emit setcond before brcond | Richard Henderson | 2 | -85/+35 |
2021-06-19 | tcg/tci: Reserve r13 for a temporary | Richard Henderson | 2 | -0/+2 |
2021-06-19 | tcg/tci: Use ffi for calls | Richard Henderson | 5 | -104/+151 |
2021-06-19 | tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order | Richard Henderson | 1 | -2/+2 |
2021-06-19 | tcg/tci: Improve tcg_target_call_clobber_regs | Richard Henderson | 1 | -2/+8 |
2021-06-19 | tcg: Build ffi data structures for helpers | Richard Henderson | 12 | -1/+75 |
2021-06-19 | tcg: Add tcg_call_func | Richard Henderson | 2 | -3/+7 |
2021-06-19 | tcg: Store the TCGHelperInfo in the TCGOp for call | Richard Henderson | 2 | -29/+34 |
2021-06-19 | accel/tcg: Add tcg call flags to plugins helpers | Richard Henderson | 1 | -2/+2 |
2021-06-19 | plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb | Richard Henderson | 4 | -30/+10 |
2021-06-19 | accel/tcg/plugin-gen: Drop inline markers | Richard Henderson | 1 | -7/+5 |
2021-06-19 | tcg: Add tcg_call_flags | Richard Henderson | 3 | -9/+13 |
2021-06-19 | tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode | Richard Henderson | 7 | -85/+67 |
2021-06-18 | scripts/qmp-shell: add redirection shim | John Snow | 1 | -0/+11 |
2021-06-18 | python: add qmp-shell entry point | John Snow | 1 | -0/+1 |
2021-06-18 | scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py | John Snow | 1 | -3/+0 |
2021-06-18 | scripts/qmp-shell: add docstrings | John Snow | 1 | -1/+38 |
2021-06-18 | scripts/qmp-shell: make QMPShellError inherit QMPError | John Snow | 1 | -1/+1 |
2021-06-18 | scripts/qmp-shell: remove double-underscores | John Snow | 1 | -26/+26 |
2021-06-18 | scripts/qmp-shell: convert usage comment to docstring | John Snow | 1 | -56/+72 |
2021-06-18 | scripts/qmp-shell: Remove too-broad-exception | John Snow | 1 | -4/+7 |
2021-06-18 | scripts/qmp-shell: Fix empty-transaction invocation | John Snow | 1 | -6/+8 |
2021-06-18 | scripts/qmp-shell: remove TODO | John Snow | 1 | -2/+0 |
2021-06-18 | scripts/qmp-shell: use logging to show warnings | John Snow | 1 | -2/+8 |
2021-06-18 | scripts/qmp-shell: Use context manager instead of atexit | John Snow | 1 | -16/+19 |
2021-06-18 | python/qmp: return generic type from context manager | John Snow | 1 | -1/+4 |
2021-06-18 | scripts/qmp-shell: unprivatize 'pretty' property | John Snow | 1 | -5/+4 |
2021-06-18 | scripts/qmp-shell: Accept SocketAddrT instead of string | John Snow | 1 | -5/+7 |
2021-06-18 | scripts/qmp-shell: add mypy types | John Snow | 1 | -26/+41 |