]> git.proxmox.com Git - qemu.git/history - block/qcow2-snapshot.c
block: move include files to include/block/
[qemu.git] / block / qcow2-snapshot.c
2012-12-19 Paolo Bonziniblock: move include files to include/block/
2012-08-09 Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-18 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'mjt/mjt-iov2' into staging
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'quintela/migration-anthon...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-07-09 Stefan Hajnocziqcow2: fix #ifdef'd qcow2_check_refcounts() callers
2012-05-02 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-05-02 Zhi Yong Wuqcow2: fix the return value -ENOENT -> -EEXIST
2012-04-26 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-20 Kevin Wolfqcow2: Save disk size in snapshot header
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/exec...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/xen'...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-15 Kevin Wolfqcow2: Allow >4 GB VM state
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-05 Kevin Wolfqcow2: Fix error path in qcow2_snapshot_load_tmp
2011-12-05 Kevin Wolfqcow2: Fix order in qcow2_snapshot_delete
2011-12-05 Kevin Wolfqcow2: Fix order of refcount updates in qcow2_snapshot_goto
2011-12-05 Kevin Wolfqcow2: Return real error in qcow2_snapshot_goto
2011-12-05 Kevin Wolfqcow2: Rework qcow2_snapshot_create error handling
2011-12-05 Kevin Wolfqcow2: Cleanups and memleak fix in qcow2_snapshot_create
2011-12-05 Kevin Wolfqcow2: Update snapshot table information at once
2011-12-05 Kevin Wolfqcow2: Return real error code in qcow2_write_snapshots
2011-12-05 Kevin Wolfqcow2: Return real error code in qcow2_read_snapshots
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-09-03 Stefan WeilUse new macro QEMU_PACKED for packed structures
2011-09-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-08-29 Edgar E. IglesiasMerge branch 'omap-for-upstream' of git://git.linaro...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-08-23 Philipp Hahnqcow2: Fix DEBUG_* compilation
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-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-08 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-05 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-08-05 Kevin Wolfqcow2: Fix L1 table size after bdrv_snapshot_goto
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Jes Sorensenblock/qcow2.c: rename qcow_ functions to qcow2_
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-26 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-10-22 edisonCopy snapshots out of QCOW2 disk
2010-10-22 Stefan Hajnocziqcow2: Support exact L1 table growth
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Kevin Wolfqcow2: Move sync out of qcow2_alloc_clusters
2010-06-22 Kevin Wolfqcow2: Use bdrv_(p)write_sync for metadata writes
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-01-26 Kevin Wolfqcow2: Don't ignore qcow2_alloc_clusters return value
2009-12-03 Kevin Wolfqcow2: Fix some more qemu_malloc fallout
2009-06-29 Filip NavaraFix QCOW2 debugging code to compile again
2009-06-16 Kevin Wolfqcow2: Rename global functions
2009-06-16 Kevin Wolfqcow2: Split out snapshot functions