nvme: bump PCI revision
commit47989f14472262a289894058f7babf1db37edda5
authorChristoph Hellwig <hch@lst.de>
Thu, 4 Aug 2016 19:42:15 +0000 (4 21:42 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 5 Aug 2016 08:56:08 +0000 (5 10:56 +0200)
tree2825b93de3de1679e10e914f2cca8d1ac53d7c16
parent03035a23a3c5be010e1242be2bca721d5bb600b4
nvme: bump PCI revision

The broken Identify implementation in earlier Qemu versions means we
need to blacklist it from issueing the NVMe 1.1 Identify Namespace List
command.  As we want to be able to use it in newer Qemu versions we need
a way to identify those.  Bump the PCI revision as a guest visible
indicator of this bug fix.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/block/nvme.c