Re: [Qemu-devel] block/dirty-bitmap: Useless bitmap in image should be removed

2018-06-24 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180623172538.1590-1-ya...@didichuxing.com Subject: [Qemu-devel] block/dirty-bitmap: Useless bitmap in image should be removed === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] block/dirty-bitmap: Useless bitmap in image should be removed

2018-06-23 Thread yaoxu
If qemu-kvm quit without saving bitmaps in image(coredump or panic on host), bitmaps in image can not be used safely anymore, and can not be removed also. Useless bitmaps should be removed. Signed-off-by: yaoxu --- diff --git a/blockdev.c b/blockdev.c index 58d7570932..c85056a74b 100644 ---

[Qemu-devel] block/dirty-bitmap: Useless bitmap in image should be removed

2018-06-23 Thread yaoxu
If qemu-kvm quit without saving bitmaps in image(coredump or panic on host), bitmaps in image can not be used safely anymore, and can not be removed also. Useless bitmaps should be removed. Signed-off-by: yaoxu --- diff --git a/blockdev.c b/blockdev.c index 58d7570932..c85056a74b 100644 ---