Displaying 2 results from an estimated 2 matches for "guestbox".
Did you mean:
guest_os
2013 Sep 20
1
Re: SR-IOV Pool Availability
...39;1'>
<name>em2net</name>
<uuid>d5dabeb2-fa09-3edf-660a-db42d8cd3f4d</uuid>
<forward mode='hostdev' managed='yes'>
<pf dev='em2'/>
<snip giant list of VFs>
</forward>
</network>
# virsh dumpxml guestbox
---
<interface type='network'>
<mac address='52:54:00:c0:de:00'/>
<source network='em2net'/>
<vlan>
<tag id='17'/>
</vlan>
<alias name='hostdev0'/>
<address type='...
2013 Aug 27
3
SR-IOV Pool Availability
If I'm using the SR-IOV Pool assignment method (from
http://wiki.libvirt.org/page/Networking#Assignment_from_a_pool_of_SRIOV_VFs_in_a_libvirt_.3Cnetwork.3E_definition
), how would I check how many virtual functions are already in use?
Is there a method other then looping through all the active guests and
determining if they're using the SR-IOV interface?