diff options
| author | Max Reitz <mreitz@redhat.com> | 2019-07-24 19:12:33 +0200 |
|---|---|---|
| committer | Max Reitz <mreitz@redhat.com> | 2019-08-19 17:13:26 +0200 |
| commit | b647d69adc394312dedb56f6b3ce19b9c316931f (patch) | |
| tree | e5ee4fcdee9d037b303b5e74dba6363aed7da484 /hw/core/qdev-properties-system.c | |
| parent | 1dcaf52760ccaa2e019164c887b8436ac6c5d8ea (diff) | |
| download | focaccia-qemu-b647d69adc394312dedb56f6b3ce19b9c316931f.tar.gz focaccia-qemu-b647d69adc394312dedb56f6b3ce19b9c316931f.zip | |
block: Use bdrv_has_zero_init_truncate()
vhdx and parallels call bdrv_has_zero_init() when they do not really care about an image's post-create state but only about what happens when you grow an image. That is a bit ugly, and also overly safe when growing preallocated images without preallocating the new areas. Let them use bdrv_has_zero_init_truncate() instead. Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20190724171239.8764-6-mreitz@redhat.com Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> [mreitz: Added commit message] Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions