Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
block/nvme: Define NVME_CMD_REPRIORITIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
TrungNguyen1909 committed Mar 9, 2022
1 parent fe3d463 commit 42fedc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/block/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ enum NvmeIoCommands {
NVME_CMD_ZONE_MGMT_SEND = 0x79,
NVME_CMD_ZONE_MGMT_RECV = 0x7a,
NVME_CMD_ZONE_APPEND = 0x7d,
NVME_CMD_REPRIORITIZE = 0x81,
};

typedef struct QEMU_PACKED NvmeDeleteQ {
Expand Down

0 comments on commit 42fedc7

Please sign in to comment.