]> git.proxmox.com Git - qemu.git/history - buffered_file.c
Version 1.0.1
[qemu.git] / buffered_file.c
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-10-26 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'quintela/migration-pull...
2011-10-20 Juan Quintelamigration: use qemu_file_get_error() return value when...
2011-10-20 Juan Quintelamigration: rename qemu_file_has_error to qemu_file_get_...
2011-10-20 Juan Quintelamigration: change has_error to contain errno values
2011-10-20 Juan Quintelabuffered_file: reuse QEMUFile has_error field
2011-10-20 Juan Quintelabuffered_file: Use right "opaque"
2011-10-20 Juan Quintelamigration: If there is one error, it makes no sense...
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-15 Blue SwirlRemove unused sysemu.h include directives
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all rt_clock references to use millisecond resol...
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-02 Michael S. Tsirkinmigration: allow rate > 4g
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-19 Marcelo Tosattiset proper migration status on ->write error (v5)
2010-08-19 Avi KivityQEMUFileBuffered: indicate that we're ready when the...
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 malcDo not use dprintf
2009-11-17 lirans@il.ibm.comBlock live migration
2009-09-09 Pierre RiteauFix compilation warnings when DEBUG_BUFFERED_FILE is...
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-05-22 Glauber Costaintroduce set_rate_limit function for QEMUFile
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-10-13 aliguoriIntroduce a buffered file wrapper for QEMUFile