aboutsummaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'eb82284f180196f911fd70ebf0cddfbfdf5af3e3' into upstream-mergeAvi Kivity2009-07-291-2/+2
|\
| * rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-2/+2
* | Merge commit '452e475196a3f8b6b96d16bbaca727ebc1278a97' into upstream-mergeAvi Kivity2009-07-283-16/+18
|\|
| * vmdk: Fix backing file handlingKevin Wolf2009-07-221-14/+15
| * Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-202-2/+3
* | Merge commit '0ba99fc6a188988f11361cb41eba7c1afce346d4' into upstream-mergeAvi Kivity2009-07-281-5/+12
|\|
| * raw-posix: Handle errors in raw_createStefan Weil2009-07-161-5/+12
* | Merge commit 'b8c0e7d7c4e9fe3ec00757053a33605eda1c5ac4' into upstream-mergeAvi Kivity2009-07-281-8/+14
|\|
| * replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig2009-07-161-8/+14
* | Merge commit '72755a709619b1db204c675df8f1093d54e38128' into upstream-mergeAvi Kivity2009-07-124-4/+5
|\|
| * qcow2: Fix L1 table memory allocationKevin Wolf2009-07-103-3/+4
| * qcow1: Fix qcow_aio_writevKevin Wolf2009-07-101-1/+1
* | Merge commit '9a3e12c8a48ef96bf0f3effc21a4ce98d35992f9' into upstream-mergeAvi Kivity2009-07-123-11/+51
|\|
| * Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 32009-07-091-0/+4
| * Allow adjustment of http block device's readahead size, via a newNolan2009-07-091-3/+47
| * Revert "support colon in filenames"Anthony Liguori2009-07-092-2/+1
| * qcow2: Make cache=writethrough defaultKevin Wolf2009-07-091-8/+0
* | Revert "support colon in filenames"Avi Kivity2009-07-122-2/+1
* | Merge commit 'e9283f8b88eb6054ac032f3d9b773e80d842c0cf' into upstream-mergeAvi Kivity2009-06-302-0/+51
|\|
| * qcow2: Cache refcount blocks during snapshot creationKevin Wolf2009-06-291-0/+40
| * block-raw: Allow pread beyond the end of growable imagesKevin Wolf2009-06-291-0/+11
* | Merge commit '6c1f42fe83bf9bc14a7a6cc5afd8dad83ee25c74' into upstream-mergeAvi Kivity2009-06-302-1/+2
|\|
| * support colon in filenamesRam Pai2009-06-292-1/+2
* | Merge commit '6dbe553fe9ffdee008c1bbbe1af2d030e0f04aab' into upstream-mergeAvi Kivity2009-06-303-8/+8
|\|
| * Fix QCOW2 debugging code to compile againFilip Navara2009-06-293-8/+8
* | Merge commit '15a1956af94e36105494f782a752698103addf63' into upstream-mergeAvi Kivity2009-06-251-16/+15
|\|
| * Fix opening of read only raw imagesBlue Swirl2009-06-171-16/+15
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-06-176-2052/+2296
|\|
| * update_refcount: Write complete sectorsKevin Wolf2009-06-161-8/+26
| * alloc_cluster_link_l2: Write complete sectorsKevin Wolf2009-06-161-3/+25
| * l2_allocate: Write complete sectorsKevin Wolf2009-06-161-5/+28
| * qcow2: Rename global functionsKevin Wolf2009-06-165-121/+125
| * qcow2: Split out snapshot functionsKevin Wolf2009-06-163-392/+421
| * qcow2: Split out guest cluster functionsKevin Wolf2009-06-164-767/+819
| * qcow2: Split out refcount handlingKevin Wolf2009-06-163-869/+964
| * qcow2: Change default cluster size to 64kKevin Wolf2009-06-161-1/+1
| * raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity2009-06-161-0/+1
| * raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity2009-06-161-1/+1
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-06-162-306/+366
|\|
| * raw-posix: cleanup ioctl methodsChristoph Hellwig2009-06-151-34/+8
| * block: add bdrv_probe_device methodChristoph Hellwig2009-06-152-0/+57
| * raw-posix: split hdev driversChristoph Hellwig2009-06-151-260/+304
| * raw-posix: add a raw_open_common helperChristoph Hellwig2009-06-151-29/+19
| * raw-posix: always store open flagsChristoph Hellwig2009-06-151-26/+21
* | Merge branch 'master' of git://git.sv.gnu.org/qemuMark McLoughlin2009-06-117-16/+80
|\|
| * qemu-img: Print available options with -o ?Kevin Wolf2009-06-067-16/+80
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-06-035-224/+211
|\|
| * vvfat: one more missing BlockDriver C99 initializer conversionChristoph Hellwig2009-05-281-4/+3
| * fully split aio_pool from BlockDriverChristoph Hellwig2009-05-274-78/+79
| * qcow: add qcow_aio_setup helperChristoph Hellwig2009-05-271-23/+29