Re: [PATCH v7 07/10] hw/nvme: add helper functions for converting reservation types

2024-07-08 Thread Klaus Jensen
On Jul 5 18:56, Changqi Lu wrote: > This commit introduces two helper functions > that facilitate the conversion between the > reservation types used in the NVME protocol > and those used in the block layer. > > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Changqi Lu > Signed-off-by: zhenwei p

[PATCH v7 07/10] hw/nvme: add helper functions for converting reservation types

2024-07-05 Thread Changqi Lu
This commit introduces two helper functions that facilitate the conversion between the reservation types used in the NVME protocol and those used in the block layer. Reviewed-by: Stefan Hajnoczi Signed-off-by: Changqi Lu Signed-off-by: zhenwei pi --- hw/nvme/nvme.h | 84 +++