Re: [PATCH RFC v3 11/12] hw/block/nvme: support multiple lba formats

2021-02-16 Thread Keith Busch
On Mon, Feb 15, 2021 at 12:02:39AM +0100, Klaus Jensen wrote: > From: Minwoo Im > > This patch introduces multiple LBA formats supported with the typical > logical block sizes of 512 bytes and 4096 bytes as well as metadata > sizes of 0, 8, 16 and 64 bytes. The format will be chosed based on the

[PATCH RFC v3 11/12] hw/block/nvme: support multiple lba formats

2021-02-14 Thread Klaus Jensen
From: Minwoo Im This patch introduces multiple LBA formats supported with the typical logical block sizes of 512 bytes and 4096 bytes as well as metadata sizes of 0, 8, 16 and 64 bytes. The format will be chosed based on the lbads and ms parameters of the nvme-ns device. Signed-off-by: Minwoo Im