I'm looking for a solution to drop the need for intermediate bridges for a corner/edge case where I need the VMs to have "direct" P2P links ONLY, and typically to the host too.
Reason: I want to use OpenFabric as a IGP, and it requires P2P links only , ie, only 2 parties to a link.
As I add more VMs in this case to a host, I see only a case where I have to create a bridge per link, and I don't have "signaling" to the host/other party when the guest is down, other than the timeouts/no-answers. (Okay, I could create a vlan per VM, but still not as "clean" as I still have to generate the host vlan ports too, and i'm still having this switch in between)
I've tried to add a
but then I hit:
Anybody perhaps know how to add that nic/netdev without having to fudge pci values? And if I need to, how do I do it with
?
Reason: I want to use OpenFabric as a IGP, and it requires P2P links only , ie, only 2 parties to a link.
As I add more VMs in this case to a host, I see only a case where I have to create a bridge per link, and I don't have "signaling" to the host/other party when the guest is down, other than the timeouts/no-answers. (Okay, I could create a vlan per VM, but still not as "clean" as I still have to generate the host vlan ports too, and i'm still having this switch in between)
I've tried to add a
Code:
args: -nic: tap,ifname=flaptap0,model=virtio-net-pci
Code:
kvm: -device VGA,id=vga,bus=pcie.0,addr=0x1: PCI: slot 1 function 0 not available for VGA, in use by virtio-net-pci,id=(null)
Anybody perhaps know how to add that nic/netdev without having to fudge pci values? And if I need to, how do I do it with
Code:
-nic