Hey folks,
I'm trying something very niche: Virtualize NVDIMM aka Optane DCPMM on Proxmox.
I followed those guides:
www.intel.com
Optane DCPMM in Mixed Mode @ Intel Xeon 8259CL @ ASRock EPC621D8A
Proxmox 8.2 with 6.8 kernel
I compiled my own Qemu (pve-qemu-kvm-8.1.5-5) with pmem supported enabled, so the pmem flag is recognized
However, all I get is a
I am successfully using SR-IOV on the machine, so IOMMU should work?
Any ideas how to fix this?
I'm trying something very niche: Virtualize NVDIMM aka Optane DCPMM on Proxmox.
I followed those guides:

How To Provision Intel® Optane™ DC Persistent Memory for KVM/QEMU...
Use Intel Optane DC persistent memory in app-direct mode on a KVM/QEMU VM so applications can access persistent memory without modification.

Optane DCPMM in Mixed Mode @ Intel Xeon 8259CL @ ASRock EPC621D8A
Proxmox 8.2 with 6.8 kernel
I compiled my own Qemu (pve-qemu-kvm-8.1.5-5) with pmem supported enabled, so the pmem flag is recognized
However, all I get is a
Code:
kvm: -device nvdimm,memdev=mem1,id=nv1,label-size=2M: VFIO_MAP_DMA failed: Operation not supported
kvm: -device nvdimm,memdev=mem1,id=nv1,label-size=2M: vfio_dma_map(0x59782afbe560, 0x880000000, 0xffe00000, 0x73401fe00000) = -95 (Operation not supported)
qemu: hardware error: vfio: DMA mapping failed, unable to continue
Any ideas how to fix this?