Home
last modified time | relevance | path

Searched hist:c6d2283068026035a6468aae9dcde953bd7521ac (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff c6d2283068026035a6468aae9dcde953bd7521ac Mon Nov 30 11:21:20 CST 2009 Jan Kiszka <jan.kiszka@siemens.com> block migration: Cleanup dirty tracking code

This switches the dirty bitmap to a true bitmap, reducing its footprint
(specifically in caches). It moreover fixes off-by-one bugs in
set_dirty_bitmap (nb_sectors+1 were marked) and bdrv_get_dirty (limit
check allowed one sector behind end of drive). And is drops redundant
dirty_tracking field from BlockDriverState.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>