Lines Matching +full:pci +full:- +full:domain
1 .. SPDX-License-Identifier: GPL-2.0
19 'pci' device. The user accesses the network interface via 'failover' netdev.
28 virtio-net accelerated datapath: STANDBY mode
31 net_failover enables hypervisor controlled accelerated datapath to virtio-net
35 feature on the virtio-net interface and assign the same MAC address to both
36 virtio-net and VF interfaces.
48 <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
53 <address type='pci' domain='0x0000' bus='0x42' slot='0x02' function='0x5'/>
55 <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/>
76 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode
80 with VMs that have direct attached SR-IOV VF devices by automatic failover to
91 <address type='pci' domain='0x0000' bus='0x42' slot='0x02' function='0x5'/>
93 <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/>
99 DOMAIN=fedora27-tap01
108 virsh domif-setlink $DOMAIN $TAP_IF up
110 virsh detach-device $DOMAIN $VF_XML
113 virsh migrate --live $DOMAIN qemu+ssh://$REMOTE_HOST/system
118 virsh attach-device $DOMAIN $VF_XML
119 virsh domif-setlink $DOMAIN $TAP_IF down