Age | Commit message (Expand) | Author | Files | Lines |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -2/+2 |
2017-05-23 | shutdown: Preserve shutdown cause through replay | Eric Blake | 1 | -3/+4 |
2017-04-10 | replay: assert time only goes forward | Alex Bennée | 1 | -0/+4 |
2017-03-28 | replay/replay.c: bump REPLAY_VERSION | Alex Bennée | 1 | -1/+1 |
2017-03-14 | qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h | Paolo Bonzini | 1 | -0/+1 |
2017-01-27 | replay: save/load initial state | Pavel Dovgalyuk | 1 | -0/+5 |
2017-01-06 | record/replay: add network support | Pavel Dovgalyuk | 1 | -1/+1 |
2016-09-27 | replay: vmstate for replay module | Pavel Dovgalyuk | 1 | -0/+1 |
2016-09-27 | replay: move internal data to the structure | Pavel Dovgalyuk | 1 | -7/+8 |
2016-04-28 | replay: Fix dangling location bug in replay_configure() | Markus Armbruster | 1 | -1/+2 |
2016-03-30 | replay: introduce block devices record/replay | Pavel Dovgalyuk | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-15 | replay: character devices | Pavel Dovgalyuk | 1 | -1/+1 |
2016-02-19 | replay: Set error location properly when parsing options | Eduardo Habkost | 1 | -0/+10 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 1 | -2/+1 |
2015-11-06 | replay: command line options | Pavel Dovgalyuk | 1 | -0/+4 |
2015-11-06 | replay: replay blockers for devices | Pavel Dovgalyuk | 1 | -0/+12 |
2015-11-06 | replay: initialization and deinitialization | Pavel Dovgalyuk | 1 | -0/+130 |
2015-11-06 | replay: checkpoints | Pavel Dovgalyuk | 1 | -0/+34 |
2015-11-06 | replay: shutdown event | Pavel Dovgalyuk | 1 | -0/+14 |
2015-11-06 | replay: interrupts and exceptions | Pavel Dovgalyuk | 1 | -0/+67 |
2015-11-05 | cpu: replay instructions sequence | Pavel Dovgalyuk | 1 | -0/+34 |
2015-11-05 | replay: introduce icount event | Pavel Dovgalyuk | 1 | -0/+33 |
2015-11-05 | replay: global variables and function stubs | Pavel Dovgalyuk | 1 | -0/+14 |