Re: [PATCHv2 0/5] qemu: Introduce nvme disk emulation support

2025-05-11 Thread ray wang
Ideally, we should use names like nvme0n1, which follow the typical naming convention for NVMe devices (even if they don't necessarily match the actual device names inside the guest). However, using this approach in libvirt would tightly couple the device name with the controller relationship, m

Re: [PATCHv2 0/5] qemu: Introduce nvme disk emulation support

2025-05-09 Thread Martin Kletzander via Devel
On Wed, May 07, 2025 at 04:43:29PM +0200, Peter Krempa wrote: On Wed, May 07, 2025 at 15:56:52 +0200, Martin Kletzander wrote: On Sun, Apr 27, 2025 at 07:48:02PM +0800, honglei.w...@smartx.com wrote: > From: hongleiwang > > QEMU has supported nvme disk emulation for a long time, > see: https://

Re: [PATCHv2 0/5] qemu: Introduce nvme disk emulation support

2025-05-07 Thread Peter Krempa via Devel
On Wed, May 07, 2025 at 15:56:52 +0200, Martin Kletzander wrote: > On Sun, Apr 27, 2025 at 07:48:02PM +0800, honglei.w...@smartx.com wrote: > > From: hongleiwang > > > > QEMU has supported nvme disk emulation for a long time, > > see: https://qemu-project.gitlab.io/qemu/system/devices/nvme.html.

Re: [PATCHv2 0/5] qemu: Introduce nvme disk emulation support

2025-05-07 Thread Martin Kletzander via Devel
On Sun, Apr 27, 2025 at 07:48:02PM +0800, honglei.w...@smartx.com wrote: From: hongleiwang QEMU has supported nvme disk emulation for a long time, see: https://qemu-project.gitlab.io/qemu/system/devices/nvme.html. The following patches introduce nvme-ns disk bus type: Thanks for the v2. I h

[PATCHv2 0/5] qemu: Introduce nvme disk emulation support

2025-04-27 Thread honglei . wang
From: hongleiwang QEMU has supported nvme disk emulation for a long time, see: https://qemu-project.gitlab.io/qemu/system/devices/nvme.html. The following patches introduce nvme-ns disk bus type: A disk with nvme-ns as bus is represented as an nvme namespace and needs to be attached to an nvme c