[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: use multiple namespaces in emulated NVMe controller
From: |
Dongli Zhang |
Subject: |
Re: use multiple namespaces in emulated NVMe controller |
Date: |
Mon, 4 May 2020 07:31:01 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
The below was trying to add this feature to qemu:
https://patchew.org/QEMU/address@hidden/
Dongli Zhang
On 5/4/20 6:14 AM, Thanos Makatos wrote:
> I'm using an emulated NVMe controller in QEMU (4.1.0) and want to see whether
> it's possible to use multiple namespaces in the same controller, each backed
> by a separate file. However this doesn't seem to be possible? This is how I
> use one controller and one namespace:
>
> -drive file=nvme.img,if=none,id=D22
> -device nvme,drive=D22,serial=1234
>
>