]> git.ipfire.org Git - thirdparty/qemu.git/history - migration-tcp.c
slirp: Replace m_freem with m_free
[thirdparty/qemu.git] / migration-tcp.c
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-21  Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21  Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2011-03-20  Stefan WeilFix conversions from pointer to int and vice versa
2010-10-27  Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-07-26  Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25  Shahar HaviviClose socket file descriptor when qemu_accept fails
2010-06-22  Juan QuintelaFactorize common migration incoming code
2010-06-14  Yoshiaki Tamuramigration-tcp: call migrate_fd_error() instead of close...
2010-03-17  Juan Quintelamigration: Clear fd also in error cases
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-12-03  Kevin WolfDon't leak file descriptors
2009-12-03  Jan Kiszkalive migration: Propagate output monitor to callback...
2009-11-17  lirans@il.ibm.comBlock live migration
2009-07-30  Paolo Bonzinifix migration to obey -S
2009-07-16  Paolo Bonzinihonor -S on incoming migration
2009-05-21  malcCast pointer arguments of get/setsockopt, send to void...
2009-03-05  aliguorimonitor: Decouple terminals (Jan Kiszka)
2009-03-05  aliguorimonitor: Rework API (Jan Kiszka)
2009-02-05  aliguoritoplevel: remove error handling from qemu_malloc()...
2008-11-12  aliguoriFix brown-paper-bag bugs from live-migration patch...
2008-11-11  aliguoriReintroduce migrate-to-exec: support (Charles Duffy)
2008-11-06  aliguoriMake sure to resume the monitor only after flushing...
2008-10-25  blueswir1Fix GCC 4 signedness warning
2008-10-24  aliguoriFix whitespace in migration code.
2008-10-24  aliguoriFix possibly SEGV in tcp migration error case.
2008-10-24  aliguoriLive migration for Win32 (HervĂ© Poussineau)
2008-10-24  aliguoriFix windows build after migration changes
2008-10-13  aliguoriIntroduce TCP live migration protocol