Re: [Qemu-devel] [PATCH 4/4] block-backend: test flush op on empty backend
Am 08.08.2017 um 19:57 hat John Snow geschrieben: > From: Kevin Wolf > > Signed-off-by: Kevin Wolf > Signed-off-by: John Snow > --- > tests/Makefile.include | 2 ++ > tests/test-block-backend.c | 62 > ++ > 2 files changed, 64 insertions(+) >
[Qemu-devel] [PATCH 4/4] block-backend: test flush op on empty backend
From: Kevin Wolf Signed-off-by: Kevin Wolf Signed-off-by: John Snow --- tests/Makefile.include | 2 ++ tests/test-block-backend.c | 62 ++ 2 files changed, 64 insertions(+) create mode 100644 tests/test-block-backend.c diff --git a/tests/Makef