Re: [PATCH v2 3/9] blk: blkmap: Add basic infrastructure

2023-02-16 Thread Simon Glass
On Thu, 16 Feb 2023 at 08:34, Tobias Waldekranz wrote: > > blkmaps are loosely modeled on Linux's device mapper subsystem. The > basic idea is that you can create virtual block devices whose blocks > can be backed by a plethora of sources that are user configurable. > > This change just adds the

[PATCH v2 3/9] blk: blkmap: Add basic infrastructure

2023-02-16 Thread Tobias Waldekranz
blkmaps are loosely modeled on Linux's device mapper subsystem. The basic idea is that you can create virtual block devices whose blocks can be backed by a plethora of sources that are user configurable. This change just adds the basic infrastructure for creating and removing blkmap devices.