Searched hist:"507175197 b06a24beb2369abe95b00172741c457" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | copy-before-write.c | diff 507175197b06a24beb2369abe95b00172741c457 Wed Mar 13 10:28:19 CDT 2024 Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> block/copy-before-write: support unligned snapshot-discard
First thing that crashes on unligned access here is bdrv_reset_dirty_bitmap(). Correct way is to align-down the snapshot-discard request.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> Reviewed-by: Fiona Ebner <f.ebner@proxmox.com> Tested-by: Fiona Ebner <f.ebner@proxmox.com> Message-Id: <20240313152822.626493-3-vsementsov@yandex-team.ru> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
|