]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h
authorKlaus Jensen <k.jensen@samsung.com>
Mon, 6 Jul 2020 06:12:54 +0000 (08:12 +0200)
committerKlaus Jensen <k.jensen@samsung.com>
Wed, 2 Sep 2020 06:48:50 +0000 (08:48 +0200)
commit46ac29c38bb45184db71dfbfbf5a31b3c12dbe29
tree85823cc587b2bddcd5a40f095ea460bb595f49e4
parent5d5a53302b95c50197d007407d24e2da3397926a
hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h

The NvmeFeatureVal does not belong with the spec-related data structures
in include/block/nvme.h that is shared between the block-level nvme
driver and the emulated nvme device.

Move it into the nvme device specific header file as it is the only
user of the structure. Also, remove the unused members.

Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Reviewed-by: Dmitry Fomichev <dmitry.fomichev@wdc.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20200706061303.246057-10-its@irrelevant.dk>
hw/block/nvme.h
include/block/nvme.h