qemu-nvme icon indicating copy to clipboard operation
qemu-nvme copied to clipboard

The LightNVM qemu implementation, based on NVMe

Results 5 qemu-nvme issues
Sort by recently updated
recently updated
newest added

New versions of Glusters libgfapi.so have an updated glfs_ftruncate() function that returns additional 'struct stat' structures to enable advanced caching of attributes. This is useful for file servers, not so...

Hello, I'm trying to do a university course project using open-channel ssd. As I don't have a physical ocssd, I'm trying to configure a virtual one using qemu. After configuring...

Hello, I have successfully initialized a PBLK Target in the VM and formatted it to read and write properly. However, I was puzzled that when I closed the virtual machine...

Hello, I'm wondering if it's possible to monitor the utilization of OCSSD's internel parallelism, with or without using pblk? for example showing something like this: `LUN#1: 100% LUN#2: 30% LUN#3:...

my test program mainly test erase, write read functions by backend ioctl. and my qemu is ocssd12 branch. i run my qemu with parameters : -device nvme,drive=myocssd,serial=deadbeef,lver=1,lba_index=3,nlbaf=5,lnum_ch=8,lnum_lun=4,lnum_pln=2,lsecs_per_pg=4,namespaces=1 and when i...