summaryrefslogtreecommitdiff
path: root/tests/test-vmstate.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27migration: Route more error pathsDr. David Alan Gilbert1-3/+6
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-06-13migration: Move migration.h to migration/Juan Quintela1-1/+1
2017-06-13migration: Move constants to savevm.hJuan Quintela1-0/+1
2017-06-01migration: Split qemu-file.hJuan Quintela1-1/+2
2017-05-18migration: Remove qemu-file.h from vmstate.hJuan Quintela1-0/+1
2017-05-18migration: Export qemu-file-channel.c functions in its own fileJuan Quintela1-0/+1
2017-02-28tests/test-vmstate.c: test array of ptr to primitiveHalil Pasic1-0/+48
2017-02-28tests/test-vmstate.c: test array of ptr with nullHalil Pasic1-17/+57
2017-02-16test-vmstate: remove yield_until_fd_readablePaolo Bonzini1-11/+0
2017-02-13tests/migration: Add test for VMSTATE_WITH_TMPDr. David Alan Gilbert1-6/+92
2017-01-24tests/migration: Add test for QTAILQ migrationJianjun Duan1-0/+147
2016-11-14tests/test-vmstate.c: add array of pointer to structHalil Pasic1-0/+74
2016-11-14tests/test-vmstate.c: add save_buffer util funcHalil Pasic1-12/+11
2016-09-08tests: fix test-vmstate leaksMarc-André Lureau1-2/+6
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-26migration: convert savevm to use QIOChannel for writing to filesDaniel P. Berrange1-1/+10
2016-05-26migration: remove use of qemu_bufopen from vmstate testsDaniel P. Berrange1-31/+13
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-1/+1
2015-02-05migration: Append JSON description of migration streamAlexander Graf1-3/+3
2015-01-16Tests: QEMUSizedBuffer/QEMUBufferYang Hongyang1-12/+8
2014-10-14Tests: QEMUSizedBuffer/QEMUBufferDr. David Alan Gilbert1-36/+38
2014-07-18tests: Add missing 'static' attributes (fix warnings from smatch)Stefan Weil1-2/+2
2014-06-23vmstate: Refactor & increase tests for primitive typesJuan Quintela1-61/+212
2014-06-16vmstate: Refactor opening of filesJuan Quintela1-19/+19
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-6/+3
2014-01-13tests: Some unit tests for vmstate.cEduardo Habkost1-0/+357