Home
last modified time | relevance | path

Searched hist:"336 c1c12551ff0a6e1a2af226d6cbdbadd2e02b5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff 336c1c12551ff0a6e1a2af226d6cbdbadd2e02b5 Wed Jul 28 04:26:29 CDT 2010 Kevin Wolf <kwolf@redhat.com> block: Fix bdrv_has_zero_init

Assuming that any image on a block device is not properly zero-initialized is
actually wrong: Only raw images have this problem. Any other image format
shouldn't care about it, they initialize everything properly themselves.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>