> Isn't the HBitmap slightly overkill? Can qemu/bitmap.h suffice?
Definitely, yes, I think. Current patch series supoprt up to 32
controllers so I think qemu/bitmap.h is enough for us.
Will update the bitmap operations in the next series.
On Jan 20 02:01, Minwoo Im wrote:
> Introduced 'detached' parameter to nvme-ns device. If given, the
> namespace will not be attached to controller(s) in the subsystem. If
> 'subsys' is not given with this option, it should be provided with 'bus'
> which is for private namespace.
>
> This patch
Introduced 'detached' parameter to nvme-ns device. If given, the
namespace will not be attached to controller(s) in the subsystem. If
'subsys' is not given with this option, it should be provided with 'bus'
which is for private namespace.
This patch also introduced 'ctrls_bitmap' in NvmeNamespac