Re: [PATCH v2 2/4] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace

2022-06-28 Thread Klaus Jensen
On Jun 27 13:47, Niklas Cassel wrote: > 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. > > This will be used by a follow up

[PATCH v2 2/4] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace

2022-06-27 Thread Niklas Cassel via
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. This will be used by a follow up patch. Signed-off-by: Niklas Cassel ---