]> xenbits.xensource.com Git - libvirt.git/commit
conf: add backend element to interfaces
authorJán Tomko <jtomko@redhat.com>
Thu, 11 Sep 2014 15:11:28 +0000 (17:11 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 16 Sep 2014 13:38:34 +0000 (15:38 +0200)
commitaf8b4a2e6fc264dda4c7fda9b1696a16e59caeb4
treeae47c91218627824d398b418dd37e692cfd5417e
parent0ece766bd2f3627ad53c418e23d078127b9fbc26
conf: add backend element to interfaces

For tuning the network, alternative devices
for creating tap and vhost devices can be specified via:
<backend tap='/dev/net/tun' vhost='/dev/net-vhost'/>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/qemuxml2argv-tap-vhost.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c