summaryrefslogtreecommitdiffstats
path: root/qemu-file.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-file: Move stdio implementation to qemu-file-stdio.cEduardo Habkost2014-10-141-168/+0
* qemu-file: Move unix and socket implementations to qemu-file-unix.cEduardo Habkost2014-10-141-195/+0
* qemu-file: Use qemu_file_is_writable() on stdio_fclose()Eduardo Habkost2014-10-141-1/+1
* qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost2014-10-141-1/+1
* qemu-file: Add copyright header to qemu-file.cEduardo Habkost2014-10-141-0/+23
* QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert2014-10-141-0/+455
* Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert2014-05-051-4/+49
* migration: add more tracesAlexey Kardashevskiy2014-03-271-0/+2
* qemu_file: Fix mismerge of "use fwrite() correctly"Markus Armbruster2014-03-081-1/+1
* qemu_file: use fwrite() correctlyJuan Quintela2014-02-251-1/+8
* qemu-file: Move QEMUFile code to qemu-file.cEduardo Habkost2014-01-131-0/+826
OpenPOWER on IntegriCloud