index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
replay: create temporary snapshot at debugger connection
Pavel Dovgalyuk
1
-0
/
+2
2020-10-06
gdbstub: add reverse continue support in replay mode
Pavel Dovgalyuk
1
-0
/
+8
2020-10-06
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
1
-0
/
+11
2020-10-06
replay: flush rr queue before loading the vmstate
Pavel Dovgalyuk
1
-0
/
+2
2020-10-06
replay: implement replay-seek command
Pavel Dovgalyuk
1
-0
/
+1
2020-10-06
replay: introduce breakpoint at the specified step
Pavel Dovgalyuk
1
-0
/
+2
2020-10-06
replay: introduce info hmp/qmp command
Pavel Dovgalyuk
1
-0
/
+1
2020-10-06
qapi: introduce replay.json for record/replay-related stuff
Pavel Dovgalyuk
1
-0
/
+1
2020-10-06
migration: introduce icount field for snapshots
Pavel Dovgalyuk
1
-0
/
+1
2020-10-06
replay: provide an accessor for rr filename
Pavel Dovgalyuk
1
-0
/
+2
2020-10-05
kvm: remove kvm specific functions from global includes
Claudio Fontana
1
-7
/
+0
2020-10-05
hax: remove hax specific functions from global includes
Claudio Fontana
1
-17
/
+0
2020-10-05
whpx: remove whpx specific functions from global includes
Claudio Fontana
1
-19
/
+0
2020-10-05
hvf: remove hvf specific functions from global includes
Claudio Fontana
1
-8
/
+0
2020-10-05
cpus: add handle_interrupt to the CpusAccel interface
Claudio Fontana
2
-14
/
+2
2020-10-05
cpus: extract out kvm-specific code to accel/kvm
Claudio Fontana
1
-1
/
+1
2020-10-05
cpus: prepare new CpusAccel cpu accelerator interface
Claudio Fontana
3
-67
/
+47
2020-10-05
icount: rename functions to be consistent with the module name
Claudio Fontana
2
-10
/
+10
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
6
-35
/
+98
2020-10-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-cap-20201003' into...
Peter Maydell
3
-69
/
+41
2020-10-05
include/block/block.h: drop non-ascii quotation mark
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-10-05
block/io: refactor save/load vmstate
Vladimir Sementsov-Ogievskiy
1
-2
/
+4
2020-10-05
block: drop bdrv_prwv
Vladimir Sementsov-Ogievskiy
1
-2
/
+0
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
1
-6
/
+10
2020-10-05
scripts: add block-coroutine-wrapper.py
Vladimir Sementsov-Ogievskiy
1
-0
/
+10
2020-10-05
block: return error-code from bdrv_invalidate_cache
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-10-05
util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-03
disas: Split out capstone code to disas/capstone.c
Richard Henderson
1
-0
/
+12
2020-10-03
disas: Use qemu/bswap.h for bfd endian loads
Richard Henderson
1
-5
/
+27
2020-10-03
disas: Clean up CPUDebug initialization
Richard Henderson
1
-62
/
+0
2020-10-03
disas: Move host asm annotations to tb_gen_code
Richard Henderson
2
-3
/
+3
2020-10-02
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-14
/
+97
2020-10-02
nbd: Merge nbd_export_new() and nbd_export_create()
Kevin Wolf
1
-6
/
+1
2020-10-02
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
1
-2
/
+2
2020-10-02
block/export: Move blk to BlockExport
Kevin Wolf
1
-0
/
+3
2020-10-02
block/export: Add block-export-del
Kevin Wolf
2
-1
/
+1
2020-10-02
block/export: Move strong user reference to block_exports
Kevin Wolf
1
-0
/
+8
2020-10-02
block/export: Add 'id' option to block-export-add
Kevin Wolf
1
-0
/
+3
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
2
-2
/
+15
2020-10-02
block/export: Allocate BlockExport in blk_exp_add()
Kevin Wolf
2
-6
/
+13
2020-10-02
block/export: Move AioContext from NBDExport to BlockExport
Kevin Wolf
1
-0
/
+3
2020-10-02
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
2
-2
/
+15
2020-10-02
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
1
-0
/
+1
2020-10-02
nbd: Remove NBDExport.close callback
Kevin Wolf
1
-2
/
+1
2020-10-02
nbd: Add max-connections to nbd-server-start
Kevin Wolf
1
-1
/
+2
2020-10-02
block/export: Remove magic from block-export-add
Kevin Wolf
2
-1
/
+4
2020-10-02
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
1
-2
/
+2
2020-10-02
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf
2
-1
/
+37
2020-10-02
qapi: Create block-export module
Kevin Wolf
1
-1
/
+1
2020-10-02
nbd: Remove unused nbd_export_get_blockdev()
Kevin Wolf
1
-2
/
+0
[prev]
[next]