index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-01
block: introduce blk_replace_bs
Vladimir Sementsov-Ogievskiy
2021-09-01
block: introduce bdrv_replace_child_bs()
Vladimir Sementsov-Ogievskiy
2021-09-01
iotests: use subprocess.DEVNULL instead of open("/dev/null")
John Snow
2021-09-01
iotests: use with-statement for open() calls
John Snow
2021-09-01
raw-format: drop WRITE and RESIZE child perms when possible
Stefan Hajnoczi
2021-09-01
block/monitor: Consolidate hmp_handle_error calls to reduce redundant code
Mao Zhongyi
2021-09-01
docs/devel/testing: add -p option to the debug section of QEMU iotests
Emanuele Giuseppe Esposito
2021-09-01
qemu-iotests: add option to show qemu binary logs on stdout
Emanuele Giuseppe Esposito
2021-09-01
docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
Emanuele Giuseppe Esposito
2021-09-01
qemu-iotests: insert valgrind command line as wrapper for qemu binary
Emanuele Giuseppe Esposito
2021-09-01
qemu-iotests: allow valgrind to read/delete the generated log file
Emanuele Giuseppe Esposito
2021-09-01
qemu-iotests: extend QMP socket timeout when using valgrind
Emanuele Giuseppe Esposito
2021-09-01
qemu-iotests: extend the check script to prepare supporting valgrind for pyth...
Emanuele Giuseppe Esposito
2021-09-01
docs/devel/testing: add -gdb option to the debugging section of QEMU iotests
Emanuele Giuseppe Esposito
2021-09-01
qemu-iotests: add gdbserver option to script tests too
Emanuele Giuseppe Esposito
2021-09-01
qemu_iotests: insert gdbserver command line as wrapper for qemu binary
Emanuele Giuseppe Esposito
2021-09-01
qemu-iotests: delay QMP socket timers
Emanuele Giuseppe Esposito
2021-09-01
qemu-iotests: add option to attach gdbserver
Emanuele Giuseppe Esposito
2021-09-01
docs/devel/testing: add debug section to the QEMU iotests chapter
Emanuele Giuseppe Esposito
2021-09-01
python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
Emanuele Giuseppe Esposito
2021-09-01
python: Reduce strictness of pylint's duplicate-code check
John Snow
2021-09-01
python: qemu: add timer parameter for qmp.accept socket
Emanuele Giuseppe Esposito
2021-09-01
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...
Peter Maydell
2021-09-01
target/riscv: Use {get,dest}_gpr for RVV
Richard Henderson
2021-09-01
target/riscv: Tidy trans_rvh.c.inc
Richard Henderson
2021-09-01
target/riscv: Use {get,dest}_gpr for RVD
Richard Henderson
2021-09-01
target/riscv: Use {get,dest}_gpr for RVF
Richard Henderson
2021-09-01
target/riscv: Use gen_shift_imm_fn for slli_uw
Richard Henderson
2021-09-01
target/riscv: Use {get,dest}_gpr for RVA
Richard Henderson
2021-09-01
target/riscv: Reorg csr instructions
Richard Henderson
2021-09-01
target/riscv: Fix hgeie, hgeip
Richard Henderson
2021-09-01
target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation
Richard Henderson
2021-09-01
target/riscv: Use {get, dest}_gpr for integer load/store
Richard Henderson
2021-09-01
target/riscv: Use get_gpr in branches
Richard Henderson
2021-09-01
target/riscv: Use extracts for sraiw and srliw
Richard Henderson
2021-09-01
target/riscv: Use DisasExtend in shift operations
Richard Henderson
2021-09-01
target/riscv: Add DisasExtend to gen_unary
Richard Henderson
2021-09-01
target/riscv: Move gen_* helpers for RVB
Richard Henderson
2021-09-01
target/riscv: Move gen_* helpers for RVM
Richard Henderson
2021-09-01
target/riscv: Use gen_arith for mulh and mulhu
Richard Henderson
2021-09-01
target/riscv: Remove gen_arith_div*
Richard Henderson
2021-09-01
target/riscv: Add DisasExtend to gen_arith*
Richard Henderson
2021-09-01
target/riscv: Introduce DisasExtend and new helpers
Richard Henderson
2021-09-01
target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
Richard Henderson
2021-09-01
target/riscv: Clean up division helpers
Richard Henderson
2021-09-01
tests/tcg/riscv64: Add test for division
Richard Henderson
2021-09-01
target/riscv: Use tcg_constant_*
Richard Henderson
2021-09-01
hw/registerfields: Use 64-bit bitfield for FIELD_DP64
Joe Komlodi
2021-09-01
hw/core/register: Add more 64-bit utilities
Joe Komlodi
2021-09-01
hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp()
David Hoppenbrouwers
[next]