Hello,
I was reading this
tutorial about using NVMe server with Linux guest and it works fine. Now I'm trying to apply the same tutorial but for arm64 instead of AMD64/X86_64.
As expected, it didn't work because arm64 device tree blob/source doesn't contain the same PCI bus with the attached virtio_disk device node.
Instead, virt-arm_virt-64.dts file contains only 2 VMM virtual devices for ARM guests : virtio_uart and virtio_net.
I need a way to apply the same Tutorial (using NVMe server with Linux guests) for ARM64 instead of AMD64/X86_64.
Any suggestions?
Thank you,