| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 2019-01-11 | 1 | -4/+4 |
* | tests: don't silence error reporting for all tests | Daniel P. Berrangé | 2018-07-24 | 1 | -0/+2 |
* | migration: Route more error paths | Dr. David Alan Gilbert | 2017-09-27 | 1 | -3/+6 |
* | migration: pre_save return int | Dr. David Alan Gilbert | 2017-09-27 | 1 | -1/+3 |
* | migration: Move migration.h to migration/ | Juan Quintela | 2017-06-13 | 1 | -1/+1 |
* | migration: Move constants to savevm.h | Juan Quintela | 2017-06-13 | 1 | -0/+1 |
* | migration: Split qemu-file.h | Juan Quintela | 2017-06-01 | 1 | -1/+2 |
* | migration: Remove qemu-file.h from vmstate.h | Juan Quintela | 2017-05-18 | 1 | -0/+1 |
* | migration: Export qemu-file-channel.c functions in its own file | Juan Quintela | 2017-05-18 | 1 | -0/+1 |
* | tests/test-vmstate.c: test array of ptr to primitive | Halil Pasic | 2017-02-28 | 1 | -0/+48 |
* | tests/test-vmstate.c: test array of ptr with null | Halil Pasic | 2017-02-28 | 1 | -17/+57 |
* | test-vmstate: remove yield_until_fd_readable | Paolo Bonzini | 2017-02-16 | 1 | -11/+0 |
* | tests/migration: Add test for VMSTATE_WITH_TMP | Dr. David Alan Gilbert | 2017-02-13 | 1 | -6/+92 |
* | tests/migration: Add test for QTAILQ migration | Jianjun Duan | 2017-01-24 | 1 | -0/+147 |
* | tests/test-vmstate.c: add array of pointer to struct | Halil Pasic | 2016-11-14 | 1 | -0/+74 |
* | tests/test-vmstate.c: add save_buffer util func | Halil Pasic | 2016-11-14 | 1 | -12/+11 |
* | tests: fix test-vmstate leaks | Marc-André Lureau | 2016-09-08 | 1 | -2/+6 |
* | tests: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 1 | -1/+0 |
* | migration: convert savevm to use QIOChannel for writing to files | Daniel P. Berrange | 2016-05-26 | 1 | -1/+10 |
* | migration: remove use of qemu_bufopen from vmstate tests | Daniel P. Berrange | 2016-05-26 | 1 | -31/+13 |
* | tests: Clean up includes | Peter Maydell | 2016-02-16 | 1 | -0/+1 |
* | coroutine: move into libqemuutil.a library | Daniel P. Berrange | 2015-10-20 | 1 | -1/+1 |
* | migration: Append JSON description of migration stream | Alexander Graf | 2015-02-05 | 1 | -3/+3 |
* | Tests: QEMUSizedBuffer/QEMUBuffer | Yang Hongyang | 2015-01-16 | 1 | -12/+8 |
* | Tests: QEMUSizedBuffer/QEMUBuffer | Dr. David Alan Gilbert | 2014-10-14 | 1 | -36/+38 |
* | tests: Add missing 'static' attributes (fix warnings from smatch) | Stefan Weil | 2014-07-18 | 1 | -2/+2 |
* | vmstate: Refactor & increase tests for primitive types | Juan Quintela | 2014-06-23 | 1 | -61/+212 |
* | vmstate: Refactor opening of files | Juan Quintela | 2014-06-16 | 1 | -19/+19 |
* | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2014-05-14 | 1 | -6/+3 |
* | tests: Some unit tests for vmstate.c | Eduardo Habkost | 2014-01-13 | 1 | -0/+357 |