Description of problem: Today kubevirt allows to select "Interface model. One of: e1000, e1000e, ne2k_pci, pcnet, rtl8139, virtio. Defaults to virtio." We should limit the options to what q35 permits or what is ideal to q35 which is aong the lines of e1000e, ne2k_pci and virtio -- this should be checked Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Go to the UI or API and check which network modesl can be set 2. 3. Actual results: Many models can be set Expected results: Optimal models can be set Additional info:
q35 supports (beyond others) virtio and e1000e - both together cover recent WIndows guests and Linux distributions.
*** This bug has been marked as a duplicate of bug 1869620 ***
Re opining : this BZ is about the API not the UI, the UI side is handled in https://bugzilla.redhat.com/show_bug.cgi?id=1869620
We will not drop unsupported models from API. It may be useful for workarounds or PoCs. And if we remove it from UI and docs, blocking it in our codebase would be redundant.