hw/block/nvme: fix io-command set profile feature
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Mon, 19 Apr 2021 10:48:32 +0000 (16:18 +0530)
committerKlaus Jensen <k.jensen@samsung.com>
Mon, 17 May 2021 07:15:13 +0000 (09:15 +0200)
commite5360eabd2a58f740ca92549461f6a23b3c3d8dc
tree2f76c0f10a64049f2187df762343973b8833585b
parentb4a983239343efd0a2d8a6cdf0690d0d707ec4ea
hw/block/nvme: fix io-command set profile feature

Currently IO Command Set Profile feature is supported, but the feature
support flag not set. Further, this feature is changable. Fix that.

Additionally, remove filling default value of the CQE result with zero,
since it will fall back to the default case anyway.

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
[k.jensen: fix up commit message]
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
hw/block/nvme.c