This series adds support for: - Log Page ID 0x00: Supported Log Pages - Log Page ID 0x12: Feature Identifiers Supported and Effects
These changes improve compliance with newer NVMe specifications and enhance introspection capabilities for NVMe devices under QEMU. Tested using: - Custom log page queries from guest OS - Manual validation of returned data structures Regards, Ayush Mishra Ayush Mishra (2): hw/nvme: Adding support for LID 0x00- Supported Log Pages hw/nvme: Adding Support for Feature Identifiers Supported and Effects (Log Identifier 12h) hw/nvme/ctrl.c | 95 ++++++++++++++++++++++++++++++++++++++++++++ hw/nvme/nvme.h | 2 + include/block/nvme.h | 32 +++++++++++++++ 3 files changed, 129 insertions(+) -- 2.43.0