]> git.proxmox.com Git - qemu.git/history - block
integrator: fix Linux boot failure by emulating dbg region
[qemu.git] / block /
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'bonzini/configure' into...
2013-10-18 Fam Zhengvmdk: fix VMFS extent parsing
2013-10-18 Fam Zhengvmdk: Only read cid from image file when opening
2013-10-17 Max Reitzblock/raw-win32: Always use -errno in hdev_open
2013-10-14 Anthony LiguoriMerge remote-tracking branch 'jliu/or32' into staging
2013-10-14 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2013-10-11 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-2013...
2013-10-11 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-pull' into staging
2013-10-11 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-10-11 Fam Zhengvmdk: Fix vmdk_parse_extents
2013-10-11 Fam Zhengvmdk: refuse enabling zeroed grain with flat images
2013-10-11 Fam Zhengvmdk: convert error code to use errp
2013-10-11 Max Reitzblock/raw-posix: Employ error parameter
2013-10-11 Max Reitzblkverify: Employ error parameter
2013-10-11 Max Reitzblkdebug: Employ error parameter
2013-10-11 Max Reitzblock/raw-win32: Employ error parameter
2013-10-11 Max Reitzblock/raw_bsd: Employ error parameter
2013-10-11 Max Reitzqcow2: Evaluate overlap check options
2013-10-11 Max Reitzqcow2: Add more overlap check bitmask macros
2013-10-11 Max Reitzqcow2: Array assigning options to OL check bits
2013-10-11 Max Reitzqcow2: Add overlap-check options
2013-10-11 Max Reitzqcow2: Make overlap check mask variable
2013-10-11 Max Reitzqcow2: Use negated overflow check mask
2013-10-11 Max Reitzqcow2: Use better type for numerical snapshot ID
2013-10-11 Max Reitzqcow2: Fix snapshot restoration in snapshot_create
2013-10-11 Max Reitzqcow2: Remove wrong metadata overlap check
2013-10-11 Max Reitzqcow2: Add missing space in error message
2013-10-11 Benoît Canetblock: Add BlockDriver.bdrv_check_ext_snapshot.
2013-10-11 Peter Lievenblock/get_block_status: avoid redundant callouts on...
2013-10-11 Max Reitzqcow2: Assert against snapshot name/ID overflow
2013-10-11 Max Reitzqcow2: Free allocated snapshot table on error
2013-10-11 Max Reitzqcow2: Always use error path on writing snapshots
2013-10-11 Max Reitzqcow2: Free preallocated zero clusters
2013-10-11 Max Reitzqcow2: Use pread for inactive L1 in overlap check
2013-10-11 Max Reitzqcow2: Add support for ImageInfoSpecific
2013-10-11 Max Reitzblock/qapi: Human-readable ImageInfoSpecific dump
2013-10-11 Max Reitzblock: Add bdrv_get_specific_info
2013-10-11 Fam Zhengqapi: make use of new BlockJobType
2013-10-11 Fam Zhengblockjob: rename BlockJobType to BlockJobDriver
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-cpu...
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'amit/char-remove-watch...
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'otubo/seccomp' into staging
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'mcayland/qemu-openbios...
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2013...
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-10-09 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-10-09 Anthony LiguoriMerge remote-tracking branch 'sweil/tci' into staging
2013-10-09 Peter Lievenblock/iscsi: reenable iscsi_co_get_block_status
2013-10-07 Max Reitzqcow2: Free allocated L2 cluster on error
2013-10-02 Max Reitzqcow2: Switch L1 table in a single sequence
2013-10-02 Jeff Codyblock: vhdx - add migration blocker
2013-10-02 Max Reitzqcow2: CHECK_OFLAG_COPIED is obsolete
2013-10-02 Max Reitzqcow2: Correct endianness in overlap check
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.7.3...
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'kraxel/roms.1' into staging
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'kraxel/audio.1' into...
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'borntraeger/tags/s390...
2013-09-27 Kevin Wolfqcow2: Remove useless count_contiguous_clusters() parameter
2013-09-27 Max Reitzqcow2: COMPRESSED on count_contiguous_clusters
2013-09-27 Max Reitzqcow2: count_contiguous_clusters and compression
2013-09-27 Max Reitzqcow2: Free only newly allocated clusters on error
2013-09-27 Max Reitzqcow2: Always use error path in l2_allocate
2013-09-27 Max Reitzqcow2: Don't put invalid L2 table into cache
2013-09-27 Max Reitzqcow2: Correct bitmap size in zero expansion
2013-09-25 Max Reitzqcow2: Assert against currently impossible overflow
2013-09-25 Jeff Codyblock: qed - use QEMU_PACKED for on-disk structures
2013-09-25 Jeff Codyblock: qcow2 - used QEMU_PACKED for on-disk structures
2013-09-25 Jeff Codyblock: vpc - use QEMU_PACKED for on-disk structures
2013-09-25 Jeff Codyblock: vdi - use QEMU_PACKED for on-disk structures
2013-09-25 Stefan Hajnoczirbd: avoid qemu_rbd_snap_list() memory leaks
2013-09-25 Stefan Weilblock: Fix compiler warning (-Werror=uninitialized)
2013-09-25 Benoît Canetblock: introduce BlockDriver.bdrv_needs_filename to...
2013-09-25 Fam Zhengvmdk: fix cluster size check for flat extents
2013-09-25 Max Reitzqcow2: Don't shadow return value
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-09-20 Max Reitzqcow2: Correct snapshots size for overlap check
2013-09-17 Stefan Weilblock/iscsi: Drop iscsi_co_get_block_status for older...
2013-09-17 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2013-09-17 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-09-17 Anthony LiguoriMerge remote-tracking branch 'rth/tgt-i386' into staging
2013-09-17 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-09-12 Peter Lieveniscsi: split discard requests in multiple parts
2013-09-12 Max Reitzqcow2: Use Error parameter
2013-09-12 Max Reitzblock: Error parameter for create functions
2013-09-12 Max Reitzblock: Error parameter for open functions
2013-09-12 Max Reitzbdrv: Use "Error" for creating images
2013-09-12 Max Reitzbdrv: Use "Error" for opening images
2013-09-12 Wenchao Xiasnapshot: distinguish id and name in snapshot delete
2013-09-12 Wenchao Xiasnapshot: new function bdrv_snapshot_find_by_id_and_name()
2013-09-12 Max Reitzqcow2: Implement bdrv_amend_options
next