mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw/nvme: add support for the lbafee hbs feature
Add support for up to 64 LBA formats through the LBAFEE field of the Host Behavior Support feature. Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Naveen Nagar <naveen.n1@samsung.com> Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
This commit is contained in:
parent
a6de6ed509
commit
763c05dfb0
4 changed files with 47 additions and 12 deletions
|
@ -128,6 +128,7 @@ typedef struct NvmeNamespace {
|
|||
int64_t moff;
|
||||
NvmeIdNs id_ns;
|
||||
NvmeLBAF lbaf;
|
||||
unsigned int nlbaf;
|
||||
size_t lbasz;
|
||||
const uint32_t *iocs;
|
||||
uint8_t csi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue