Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146794426
D33569.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
534 B
Referenced Files
None
Subscribers
None
D33569.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 6, 4:07 PM (14 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29331371
Default Alt Text
D33569.diff (534 B)
Attached To
Mode
D33569: bhyve nvme: Add missing Admin opcodes
Attached
Detach File
Event Timeline
Log In to Comment