I picked up the older patch series to add NVME as another disk type [0]. After rebasing the old patches through ~4 years of changes and adding a few follow-up changes I was able to get hot-plugging working. Though further work is needed to make it stable.
The big blocker is still live-migration. More details can be read on my own patch on top <nvme: make it somewhat work with current version>. I am sending this series here to document the current efforts and to make it easier for others as well as these patches should apply to the current code base. This is not meant to be applied to reviewed regarding the code quality ;) [0] https://lists.proxmox.com/pipermail/pve-devel/2020-May/043540.html qemu-server: Aaron Lauterer (1): nvme: make it somewhat work with current version Oguz Bektas (1): fix #2255: add support for nvme emulation PVE/QemuServer.pm | 26 +++++++++++++++++++++++--- PVE/QemuServer/Drive.pm | 22 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 3 deletions(-) manager: Oguz Bektas (1): gui: add nvme as a bus type for creating disks www/manager6/Utils.js | 3 ++- www/manager6/form/BusTypeSelector.js | 2 ++ www/manager6/form/ControllerSelector.js | 2 +- www/manager6/qemu/CloudInit.js | 4 ++-- www/mobile/QemuSummary.js | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel