]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
nvme: fix lpa field
authorKlaus Birkelund Jensen <klaus@birkelund.eu>
Fri, 5 Jul 2019 07:23:20 +0000 (09:23 +0200)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 23 Sep 2019 12:25:30 +0000 (13:25 +0100)
commit411a6663efc7303458c213c0c94ee3d0e0d7cd6b
tree6e22eeb4636377e84c331bc65e6f885fdc56dbbb
parentd6a915acf19739a61bd5a18cd1035cff493f3068
nvme: fix lpa field

The Log Page Attributes in the Identify Controller structure indicates
that the controller supports the SMART / Health Information log page on
a per namespace basis. It does not, given that neither this log page or
the Get Log Page command is implemented.

Signed-off-by: Klaus Birkelund Jensen <klaus.jensen@cnexlabs.com>
hw/block/nvme.c