Re: [PATCH 09/32] qemublocktest: Add 'empty' case for checkpoint bitmap handling

2020-06-17 Thread Eric Blake
On 6/15/20 12:09 PM, Peter Krempa wrote: Signed-off-by: Peter Krempa --- tests/qemublocktest.c | 2 ++ tests/qemublocktestdata/bitmapblockcommit/empty | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 tests/qemublocktestdata/bitmapblockcommit/empty

[PATCH 09/32] qemublocktest: Add 'empty' case for checkpoint bitmap handling

2020-06-15 Thread Peter Krempa
Signed-off-by: Peter Krempa --- tests/qemublocktest.c | 2 ++ tests/qemublocktestdata/bitmapblockcommit/empty | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 tests/qemublocktestdata/bitmapblockcommit/empty diff --git a/tests/qemublocktest.c