index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-21
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
1
-1
/
+1
2014-02-21
block: Make bdrv_file_open() static
Max Reitz
1
-1
/
+3
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
1
-2
/
+2
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-5
/
+9
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-3
/
+3
2014-02-09
qcow2: check for NULL l2meta
Hu Tao
1
-15
/
+16
2014-02-09
qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()
Hu Tao
1
-6
/
+7
2014-01-31
block: remove qcow2 .bdrv_make_empty implementation
Jeff Cody
1
-21
/
+0
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
1
-1
/
+10
2014-01-22
block: Allow reference for bdrv_file_open()
Max Reitz
1
-1
/
+1
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-12-04
qcow2: Zero-initialise first cluster for new images
Kevin Wolf
1
-16
/
+20
2013-12-03
block drivers: expose requirement for write same alignment from formats
Paolo Bonzini
1
-0
/
+1
2013-12-03
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
1
-0
/
+2
2013-11-29
block: Use BDRV_O_NO_BACKING where appropriate
Kevin Wolf
1
-1
/
+2
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
1
-1
/
+1
2013-10-28
qcow2: Flush image after creation
Max Reitz
1
-0
/
+10
2013-10-24
qcow2: Unset zero_beyond_eof in save_vmstate
Max Reitz
1
-0
/
+3
2013-10-24
qcow2: Restore total_sectors value in save_vmstate
Max Reitz
1
-0
/
+6
2013-10-11
qcow2: Evaluate overlap check options
Max Reitz
1
-1
/
+28
2013-10-11
qcow2: Array assigning options to OL check bits
Max Reitz
1
-0
/
+11
2013-10-11
qcow2: Add overlap-check options
Max Reitz
1
-0
/
+46
2013-10-11
qcow2: Make overlap check mask variable
Max Reitz
1
-0
/
+2
2013-10-11
qcow2: Use negated overflow check mask
Max Reitz
1
-3
/
+2
2013-10-11
qcow2: Remove wrong metadata overlap check
Max Reitz
1
-8
/
+0
2013-10-11
qcow2: Add missing space in error message
Max Reitz
1
-1
/
+1
2013-10-11
qcow2: Add support for ImageInfoSpecific
Max Reitz
1
-0
/
+28
2013-09-25
block: qcow2 - used QEMU_PACKED for on-disk structures
Jeff Cody
1
-1
/
+1
2013-09-12
qcow2: Use Error parameter
Max Reitz
1
-46
/
+88
2013-09-12
block: Error parameter for create functions
Max Reitz
1
-1
/
+1
2013-09-12
block: Error parameter for open functions
Max Reitz
1
-2
/
+2
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+2
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-2
/
+3
2013-09-12
qcow2: Implement bdrv_amend_options
Max Reitz
1
-0
/
+194
2013-09-12
qcow2: Save refcount order in BDRVQcowState
Max Reitz
1
-1
/
+2
2013-09-12
qcow2: Discard VM state in active L1 after creating snapshot
Kevin Wolf
1
-5
/
+0
2013-09-12
qcow2: Pass discard type to qcow2_discard_clusters()
Kevin Wolf
1
-1
/
+1
2013-09-06
block: return get_block_status data and flags for formats
Paolo Bonzini
1
-2
/
+14
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
1
-2
/
+2
2013-09-06
block: expect errors from bdrv_co_is_allocated
Paolo Bonzini
1
-3
/
+1
2013-09-06
block: make bdrv_delete() static
Fam Zheng
1
-1
/
+1
2013-09-02
qcow2_check: Mark image consistent
Max Reitz
1
-1
/
+5
2013-08-30
qcow2: Employ metadata overlap checks
Max Reitz
1
-0
/
+26
2013-08-30
qcow2: Add corrupt bit
Max Reitz
1
-0
/
+47
2013-08-30
qcow2: Change default for new images to compat=1.1
Kevin Wolf
1
-1
/
+3
2013-08-22
block: Introduce bs->zero_beyond_eof
Asias He
1
-0
/
+3
2013-08-21
qcow2: Change default for new images to compat=1.1
Kevin Wolf
1
-1
/
+1
2013-07-26
qcow2: Use dashes instead of underscores in options
Kevin Wolf
1
-1
/
+1
2013-06-28
block: change default of .has_zero_init to 0
Peter Lieven
1
-0
/
+1
2013-06-24
qcow2: Batch discards
Kevin Wolf
1
-0
/
+1
[next]