Will VirtIO-net PCI (1.0) device work with netkvm on WoA? #1404
-
Hi all, I’m working on implementing a VirtIO-net PCI device for Arm’s Fast Models platform, in order to boot a Windows-on-Arm (WoA) image using the netkvm driver from this project. We already have an MMIO-based VirtIO 1.0 device that works well with Linux. Now we’re planning a PCI version — still following the VirtIO 1.0 specification — and I’d like to de-risk compatibility with the Windows driver early on. Could you clarify:
Any guidance would be much appreciated — thanks for your work maintaining these drivers! Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @PawelPajor , The driver should work with minimal feature set as well. The driver follows spec defined feature negotiation model with the device. Best regards, |
Beta Was this translation helpful? Give feedback.
-
@PawelPajor No problem! If you have some issues with the driver with your PCI device, please open issue here: https://github.com/virtio-win/kvm-guest-drivers-windows/issues |
Beta Was this translation helpful? Give feedback.
Hi @PawelPajor ,
The driver should work with minimal feature set as well. The driver follows spec defined feature negotiation model with the device.
- this is a screenshot of device manager with NetKVM driver running on Windows 11 ARM64 of Apple silicon.
Best regards,
Yan.