Page MenuHomeFreeBSD

D33569.1776096643.diff
No OneTemporary

Size
534 B
Referenced Files
None
Subscribers
None

D33569.1776096643.diff

diff --git a/usr.sbin/bhyve/pci_nvme.c b/usr.sbin/bhyve/pci_nvme.c
--- a/usr.sbin/bhyve/pci_nvme.c
+++ b/usr.sbin/bhyve/pci_nvme.c
@@ -1936,6 +1936,13 @@
}
nvme_opc_format_nvm(sc, cmd, &compl);
break;
+ case NVME_OPC_SECURITY_SEND:
+ case NVME_OPC_SECURITY_RECEIVE:
+ case NVME_OPC_SANITIZE:
+ case NVME_OPC_GET_LBA_STATUS:
+ /* Valid but unsupported opcodes */
+ pci_nvme_status_genc(&compl.status, NVME_SC_INVALID_FIELD);
+ break;
default:
DPRINTF("0x%x command is not implemented",
cmd->opc);

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 13, 4:10 PM (12 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28338858
Default Alt Text
D33569.1776096643.diff (534 B)

Event Timeline