If you select other pv 32/64 bit for the template os selection it will
instantiate children vms with virtio virtual components.
On 1/16/2014 6:20 PM, Bjoern Teipel wrote:
Hi,
I just noticed that Windows guests, even with 2012 profile will be
provisioned with e1000 network driver opposed to virtio
<interface type='bridge'>
<mac address='xxxxx'/>
<source bridge='brbond0-1000'/>
<target dev='vnet5'/>
<model type='e1000'/>
<bandwidth>
<inbound average='44800' peak='44800'/>
<outbound average='44800' peak='44800'/>
</bandwidth>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
</interface>
Is it in some way possible to prevent and use virtio for all windows 2008
and higher guests ?
Thanks,
Bjoern