Age | Commit message (Expand) | Author |
2018-03-12 | replay: don't process async events when warping the clock | Pavel Dovgalyuk |
2018-03-12 | replay: avoid recursive call of checkpoints | Pavel Dovgalyuk |
2018-03-12 | replay: check return values of fwrite | Pavel Dovgalyuk |
2018-03-12 | replay: push replay_mutex_lock up the call tree | Alex Bennée |
2018-03-12 | replay: don't destroy mutex at exit | Pavel Dovgalyuk |
2018-03-12 | replay: make locking visible outside replay code | Alex Bennée |
2018-03-12 | replay/replay-internal.c: track holding of replay_lock | Alex Bennée |
2018-03-12 | replay/replay.c: bump REPLAY_VERSION again | Alex Bennée |
2018-03-12 | replay: save prior value of the host clock | Pavel Dovgalyuk |
2018-03-12 | replay: fix save/load vm for non-empty queue | Pavel Dovgalyuk |
2018-03-12 | replay: fixed replay_enable_events | Pavel Dovgalyuk |
2018-03-12 | replay: fix processing async events | Pavel Dovgalyuk |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-06-05 | Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s... | Peter Maydell |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau |
2017-06-01 | migration: Create include for migration snapshots | Juan Quintela |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake |
2017-05-23 | shutdown: Preserve shutdown cause through replay | Eric Blake |
2017-05-17 | migration: Pass Error ** argument to {save,load}_vmstate | Juan Quintela |
2017-05-04 | monitor: Remove monitor parameter from save_vmstate | Juan Quintela |
2017-04-10 | replay: assert time only goes forward | Alex Bennée |
2017-03-28 | replay/replay.c: bump REPLAY_VERSION | Alex Bennée |
2017-03-14 | qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h | Paolo Bonzini |
2017-03-01 | replay: add record/replay for audio passthrough | Pavel Dovgalyuk |
2017-01-27 | char: rename CharDriverState Chardev | Marc-André Lureau |
2017-01-27 | replay: save/load initial state | Pavel Dovgalyuk |
2017-01-06 | record/replay: add network support | Pavel Dovgalyuk |
2016-09-27 | replay: allow replay stopping and restarting | Pavel Dovgalyuk |
2016-09-27 | replay: vmstate for replay module | Pavel Dovgalyuk |
2016-09-27 | replay: move internal data to the structure | Pavel Dovgalyuk |
2016-07-06 | replay: Use new QAPI cloning | Eric Blake |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake |
2016-07-06 | qmp-output-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | qmp-input-visitor: Favor new visit_free() function | Eric Blake |
2016-06-07 | replay: Clean up includes | Peter Maydell |
2016-05-12 | qapi: Use strict QMP input visitor in more places | Eric Blake |
2016-05-12 | qapi: Consolidate QMP input visitor creation | Eric Blake |
2016-04-28 | replay: Fix dangling location bug in replay_configure() | Markus Armbruster |
2016-03-30 | replay: introduce block devices record/replay | Pavel Dovgalyuk |
2016-03-30 | replay: fix error message | Pavel Dovgalyuk |
2016-03-30 | replay: bh scheduling fix | Pavel Dovgalyuk |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-03-15 | replay: character devices | Pavel Dovgalyuk |
2016-03-05 | ui: Shorten references into InputEvent | Eric Blake |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-19 | replay: Set error location properly when parsing options | Eduardo Habkost |