Re: [Qemu-devel] [PATCH RFC] migration/dirty-bitmaps: change bitmap enumeration method

2019-04-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190430231536.25353-1-js...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20190430231536.25353-1-js...@redhat.com Subject: [Qemu-devel] [PATCH RFC] migration/dirty

[Qemu-devel] [PATCH RFC] migration/dirty-bitmaps: change bitmap enumeration method

2019-04-30 Thread John Snow
Shift from looking at every root BDS to *every* BDS. Tested only lightly via iotests. Counter-examples that break this approach welcome. --- migration/block-dirty-bitmap.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/migration/block-dirty-bitmap.c b/migratio