On 16/04/2016 13:34, Philip Abernethy wrote:
I've done the same. Bridge created with NM and used by the VM. You
should be able to just select the bridge device. That's the resulting
XML for me:

<network connections='1'>
  <name>default</name>
  <uuid>278badf4-d33e-493e-b604-083b3dcc2804</uuid>
  <forward mode='bridge'/>
  <bridge name='br0'/>
</network>



Here is xml of my VM, using "br0" bridge I defined with netctl:

    <interface type='bridge'>
      <mac address='52:54:01:hi:dd:en'/>
      <source bridge='br0'/>
      <model type='virtio'/>
      <driver queues='8'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x18' function='0x0'/>
    </interface>


I expect it does not matter how a bridge is defined, as long as it works. In /etc/libvirt/qemu.conf I have the below line:
bridge_helper = "/usr/lib/qemu/qemu-bridge-helper"


B.

_______________________________________________
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users

Reply via email to