TrungNguyen1909 / qemu-t8030

iPhone 11 emulated on QEMU
Other
1.99k stars 206 forks source link

NVME_CMD_REPRIORITIZE undeclared (fe3d463) #30

Closed loochek closed 2 years ago

loochek commented 2 years ago

Seems that you forgot this enum entry

../hw/nvme/nvme.h: In function ‘nvme_io_opc_str’:
../hw/nvme/nvme.h:349:10: error: ‘NVME_CMD_REPRIORITIZE’ undeclared (first use in this function)
  349 |     case NVME_CMD_REPRIORITIZE:     return "NVME_CMD_REPRIORITIZE";
      |          ^~~~~~~~~~~~~~~~~~~~~
../hw/nvme/nvme.h:349:10: note: each undeclared identifier is reported only once for each function it appears in
TrungNguyen1909 commented 2 years ago

My bad. Should be fixed in 42fedc70b9