index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
1
-6
/
+59
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-2
/
+2
2016-04-12
qcow2: Prevent backing file names longer than 1023
Max Reitz
1
-0
/
+4
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
1
-6
/
+3
2016-03-30
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
1
-0
/
+8
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-3
/
+3
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-3
/
+3
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
1
-19
/
+5
2016-03-14
qcow2: Use BB functions in .bdrv_create()
Kevin Wolf
1
-29
/
+33
2016-03-14
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
1
-1
/
+2
2016-02-02
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
1
-1
/
+1
2016-01-20
qcow2: Make image inaccessible after failed qcow2_invalidate_cache()
Kevin Wolf
1
-0
/
+3
2016-01-20
qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()
Kevin Wolf
1
-1
/
+2
2016-01-20
qcow2: Implement .bdrv_inactivate
Kevin Wolf
1
-17
/
+28
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
1
-3
/
+3
2016-01-20
qcow2: Write full header on image creation
Kevin Wolf
1
-0
/
+7
2016-01-20
qcow2: Write feature table only for v3 images
Kevin Wolf
1
-23
/
+25
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
1
-3
/
+2
2015-12-18
qcow2: insert assert into qcow2_get_specific_info()
Denis V. Lunev
1
-0
/
+4
2015-12-18
qcow2: Invoke refcount order amendment function
Max Reitz
1
-9
/
+35
2015-12-18
qcow2: Use intermediate helper CB for amend
Max Reitz
1
-1
/
+79
2015-12-18
qcow2: Split upgrade/downgrade paths for amend
Max Reitz
1
-15
/
+16
2015-12-18
qcow2: Use abort() instead of assert(false)
Max Reitz
1
-2
/
+2
2015-12-18
qcow2: Use error_report() in qcow2_amend_options()
Max Reitz
1
-8
/
+6
2015-12-18
block: Add opaque value to the amend CB
Max Reitz
1
-4
/
+5
2015-12-18
qcow2: Add .bdrv_join_options callback
Kevin Wolf
1
-0
/
+47
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-1
/
+1
2015-11-02
block: Convert to new qapi union layout
Eric Blake
1
-6
/
+4
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
1
-3
/
+3
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-30
/
+32
2015-09-14
qcow2: Support updating driver-specific options in reopen
Kevin Wolf
1
-9
/
+72
2015-09-14
qcow2: Make qcow2_update_options() suitable for transactions
Kevin Wolf
1
-40
/
+73
2015-09-14
qcow2: Fix memory leak in qcow2_update_options() error path
Kevin Wolf
1
-2
/
+10
2015-09-14
qcow2: Leave s unchanged on qcow2_update_options() failure
Kevin Wolf
1
-22
/
+35
2015-09-14
qcow2: Move rest of option handling to qcow2_update_options()
Kevin Wolf
1
-66
/
+68
2015-09-14
qcow2: Move qcow2_update_options() call up
Kevin Wolf
1
-9
/
+9
2015-09-14
qcow2: Factor out qcow2_update_options()
Kevin Wolf
1
-59
/
+76
2015-09-14
qcow2: Improve error message
Kevin Wolf
1
-1
/
+1
2015-09-14
qcow2: Rename BDRVQcowState to BDRVQcow2State
Kevin Wolf
1
-39
/
+39
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
1
-3
/
+3
2015-09-14
block: Always pass NULL as drv for bdrv_open()
Max Reitz
1
-5
/
+11
2015-09-04
qcow2: add option to clean unused cache entries after some time
Alberto Garcia
1
-0
/
+64
2015-07-08
block: convert qcow/qcow2 to use generic cipher API
Daniel P. Berrange
1
-46
/
+49
2015-07-07
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
1
-1
/
+0
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-2
/
+2
2015-06-12
qcow2: Add DEFAULT_L2_CACHE_CLUSTERS
Max Reitz
1
-3
/
+8
2015-05-22
qcow2/qcow: protect against uninitialized encryption key
Daniel P. Berrange
1
-6
/
+12
[next]