commit | 534a93d3a0bbde4248889ece1e0874ab98a96508 | [log] [tgz] |
---|---|---|
author | Niklas Cassel <niklas.cassel@wdc.com> | Mon Feb 20 12:59:23 2023 +0100 |
committer | Klaus Jensen <k.jensen@samsung.com> | Mon Mar 06 15:28:02 2023 +0100 |
tree | 6bad47db9af43fd69f2b9fd488b714636d829d8b | |
parent | a555af1707be7f564320cbb444ef68448ff16549 [diff] |
hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace Each NvmeNamespace can be used by serveral controllers, but a NvmeNamespace can at most belong to a single NvmeSubsystem. Store a pointer to the NvmeSubsystem, if the namespace was realized with a NvmeSubsystem. Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com> Signed-off-by: Klaus Jensen <k.jensen@samsung.com>