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