| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -1/+1 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | migration: pre_save return int | Dr. David Alan Gilbert | 2017-09-27 | 1 | -1/+3 |
* | Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s... | Peter Maydell | 2017-06-05 | 1 | -1/+1 |
|\ |
|
| * | chardev: move headers to include/chardev | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | | migration: Create include for migration snapshots | Juan Quintela | 2017-06-01 | 1 | -2/+3 |
|/ |
|
* | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 2017-05-23 | 1 | -2/+2 |
* | shutdown: Preserve shutdown cause through replay | Eric Blake | 2017-05-23 | 2 | -4/+6 |
* | migration: Pass Error ** argument to {save,load}_vmstate | Juan Quintela | 2017-05-17 | 1 | -2/+6 |
* | monitor: Remove monitor parameter from save_vmstate | Juan Quintela | 2017-05-04 | 1 | -1/+1 |
* | replay: assert time only goes forward | Alex Bennée | 2017-04-10 | 2 | -0/+8 |
* | replay/replay.c: bump REPLAY_VERSION | Alex Bennée | 2017-03-28 | 1 | -1/+1 |
* | qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h | Paolo Bonzini | 2017-03-14 | 1 | -0/+1 |
* | replay: add record/replay for audio passthrough | Pavel Dovgalyuk | 2017-03-01 | 3 | -0/+84 |
* | char: rename CharDriverState Chardev | Marc-André Lureau | 2017-01-27 | 1 | -4/+4 |
* | replay: save/load initial state | Pavel Dovgalyuk | 2017-01-27 | 2 | -0/+22 |
* | record/replay: add network support | Pavel Dovgalyuk | 2017-01-06 | 5 | -1/+125 |
* | replay: allow replay stopping and restarting | Pavel Dovgalyuk | 2016-09-27 | 3 | -2/+13 |
* | replay: vmstate for replay module | Pavel Dovgalyuk | 2016-09-27 | 4 | -0/+71 |
* | replay: move internal data to the structure | Pavel Dovgalyuk | 2016-09-27 | 5 | -23/+24 |
* | replay: Use new QAPI cloning | Eric Blake | 2016-07-06 | 1 | -27/+3 |
* | qapi: Add new visit_complete() function | Eric Blake | 2016-07-06 | 1 | -4/+2 |
* | qmp-output-visitor: Favor new visit_free() function | Eric Blake | 2016-07-06 | 1 | -1/+1 |
* | qmp-input-visitor: Favor new visit_free() function | Eric Blake | 2016-07-06 | 1 | -4/+2 |
* | replay: Clean up includes | Peter Maydell | 2016-06-07 | 1 | -4/+0 |
* | qapi: Use strict QMP input visitor in more places | Eric Blake | 2016-05-12 | 1 | -1/+1 |
* | qapi: Consolidate QMP input visitor creation | Eric Blake | 2016-05-12 | 1 | -1/+1 |
* | replay: Fix dangling location bug in replay_configure() | Markus Armbruster | 2016-04-28 | 1 | -1/+2 |
* | replay: introduce block devices record/replay | Pavel Dovgalyuk | 2016-03-30 | 3 | -1/+22 |
* | replay: fix error message | Pavel Dovgalyuk | 2016-03-30 | 1 | -1/+1 |
* | replay: bh scheduling fix | Pavel Dovgalyuk | 2016-03-30 | 1 | -1/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 2 | -0/+2 |
* | qapi: Don't special-case simple union wrappers | Eric Blake | 2016-03-18 | 1 | -22/+22 |
* | replay: character devices | Pavel Dovgalyuk | 2016-03-15 | 5 | -4/+202 |
* | ui: Shorten references into InputEvent | Eric Blake | 2016-03-05 | 1 | -12/+19 |
* | all: Clean up includes | Peter Maydell | 2016-02-23 | 1 | -1/+0 |
* | replay: Set error location properly when parsing options | Eduardo Habkost | 2016-02-19 | 1 | -0/+10 |
* | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 2016-02-08 | 1 | -2/+2 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 5 | -0/+5 |
* | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 2016-01-13 | 1 | -2/+1 |
* | qapi: Don't let implicit enum MAX member collide | Eric Blake | 2015-12-17 | 1 | -4/+4 |
* | replay: recording of the user input | Pavel Dovgalyuk | 2015-11-06 | 4 | -0/+207 |
* | replay: command line options | Pavel Dovgalyuk | 2015-11-06 | 1 | -0/+4 |
* | replay: replay blockers for devices | Pavel Dovgalyuk | 2015-11-06 | 1 | -0/+12 |
* | replay: initialization and deinitialization | Pavel Dovgalyuk | 2015-11-06 | 2 | -0/+132 |
* | replay: ptimer | Pavel Dovgalyuk | 2015-11-06 | 2 | -3/+23 |
* | replay: checkpoints | Pavel Dovgalyuk | 2015-11-06 | 2 | -0/+38 |
* | replay: shutdown event | Pavel Dovgalyuk | 2015-11-06 | 2 | -0/+16 |
* | replay: recording and replaying clock ticks | Pavel Dovgalyuk | 2015-11-06 | 3 | -0/+76 |
* | replay: asynchronous events infrastructure | Pavel Dovgalyuk | 2015-11-06 | 3 | -0/+257 |