hw/block/nvme: add trace event for zone read check
Add a trace event for the offline zone condition when checking zone read. Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com> [k.jensen: split commit] Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
This commit is contained in:
parent
f4f872b532
commit
57331f9355
@ -1255,6 +1255,7 @@ static uint16_t nvme_check_zone_state_for_read(NvmeZone *zone)
|
||||
case NVME_ZONE_STATE_READ_ONLY:
|
||||
return NVME_SUCCESS;
|
||||
case NVME_ZONE_STATE_OFFLINE:
|
||||
trace_pci_nvme_err_zone_is_offline(zone->d.zslba);
|
||||
return NVME_ZONE_OFFLINE;
|
||||
default:
|
||||
assert(false);
|
||||
|
Loading…
Reference in New Issue
Block a user