Changes between Version 35 and Version 36 of NVMe_Support


Ignore:
Timestamp:
Jun 10, 2020, 6:58:52 AM (4 years ago)
Author:
Alex Samorukov
Comment:

Upfate link to qemu fork with nvme

Legend:

Unmodified
Added
Removed
Modified
  • NVMe_Support

    v35 v36  
    112112
    113113== Development notes
    114 Development and debugging could be performed using [https://github.com/OpenChannelSSD/qemu-nvme/ QEMU fork] which can emulates NVMe device with most of the features supported, including SMART log pages, namespaces, etc. Tested with Linux and FreeBSD, full list of the options could be found in the [https://github.com/OpenChannelSSD/qemu-nvme/blob/master/hw/block/nvme.c source code]. The NVMe emulation in the [http://wiki.qemu.org/Main_Page upstream version of QEMU] (2.7.0) is still more limited (single namespace, no log pages).
     114Development and debugging could be performed using [https://github.com/OpenChannelSSD/qemu-nvme/ QEMU fork] which can emulates NVMe device with most of the features supported, including SMART log pages, namespaces, etc. Tested with Linux and FreeBSD, full list of the options could be found in the [https://github.com/OpenChannelSSD/qemu-nvme/blob/master/hw/block/nvme/nvme.c#L31 source code]. The NVMe emulation in the [http://wiki.qemu.org/Main_Page upstream version of QEMU] (2.7.0) is still more limited (single namespace, no log pages).
    115115
    116116[https://www.virtualbox.org/ VirtualBox] 5.1.0 or later also provides basic NVMe emulation.