search for: passpool

Displaying 3 results from an estimated 3 matches for "passpool".

2014 Oct 08
3
Re: sr-vio on intel while virsh chooses rtl8139 for model type
...all guest OSes have a virtio network driver by > default (e.g. MS Windows)) I don't use forward (unless libvirt does that for me) but I have a pool like this one: <interface type='network'> <mac address='52:54:00:51:af:0e'/> <source network='passpool-enp2s0f0'/> <model type='rtl8139'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </interface> In a win 2008 guest OS is missing drivers for this device and I wonder what is t...
2014 Oct 08
0
Re: sr-vio on intel while virsh chooses rtl8139 for model type
...guest OSes have a virtio network driver by >> default (e.g. MS Windows)) > I don't use forward (unless libvirt does that for me) but I have a > pool like this one: This does not show the details of your network. For that, you would need to get the output of "virsh net-dumpxml passpool-enp2s0f0". If, as you have indicated in your next message, the guest sees the same hardware type as what is physically on the host, then you are using <forward mode='hostdev'> in your network (and no, libvirt would not "do that for you", you or someone else would have...
2014 Oct 03
2
sr-vio on intel while virsh chooses rtl8139 for model type
hi everybody I'd presume virsh makes the best possible choice, right? It is that just seems bit... odd having realtek in guest and Intel's VF on host, no? regards