| Commit message (Expand) | Author | Age | Files | Lines |
* | migration: wire up support for snapshot device selection | Daniel P. Berrangé | 2021-02-08 | 1 | -2/+2 |
* | migration: control whether snapshots are ovewritten | Daniel P. Berrangé | 2021-02-08 | 1 | -1/+1 |
* | block: rename and alter bdrv_all_find_snapshot semantics | Daniel P. Berrangé | 2021-02-08 | 1 | -1/+5 |
* | block: allow specifying name of block device for vmstate storage | Daniel P. Berrangé | 2021-02-08 | 1 | -1/+1 |
* | block: add ability to specify list of blockdevs during snapshot | Daniel P. Berrangé | 2021-02-08 | 1 | -2/+2 |
* | migration: Make save_snapshot() return bool, not 0/-1 | Philippe Mathieu-Daudé | 2021-02-08 | 1 | -1/+1 |
* | block: push error reporting into bdrv_all_*_snapshot functions | Daniel P. Berrangé | 2021-02-08 | 1 | -2/+2 |
* | Remove superfluous timer_del() calls | Peter Maydell | 2021-01-08 | 1 | -1/+0 |
* | replay: remove some dead code | Pavel Dovgalyuk | 2020-11-09 | 1 | -3/+0 |
* | replay: create temporary snapshot at debugger connection | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+14 |
* | gdbstub: add reverse continue support in replay mode | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+72 |
* | gdbstub: add reverse step support in replay mode | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+34 |
* | replay: implement replay-seek command | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+87 |
* | replay: introduce breakpoint at the specified step | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+84 |
* | replay: introduce info hmp/qmp command | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+43 |