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