On 6/18/22 01:07, Iris Chen wrote:
Hey everyone,
I discovered that some of the tests in tests/qtest/aspeed_smc-test.c were
failing when run in isolation due to dependencies between the tests. For
example, one test would test the reading of a block of memory written
in the test before it.
I thin
This patch series adds support for zoned device to virtio-blk emulation.
Zoned storage can support sequential writes, which reduces write
amplification in SSD, leading to higher write throughput and increased
capacity.
v1:
- add block layer APIs resembling Linux ZoneBlockDevice ioctls.
By adding
Fix some mistakes before. It can report a range of zones now.
Signed-off-by: Sam Li
---
block/block-backend.c | 22
block/coroutines.h| 5 +
block/file-posix.c| 182 ++
block/io.c| 23
i