]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add support for 'passthru' mode for direct network interfaces
authorDirk Herrendorefer <d.herrendoerfer@herrendoerfer.name>
Tue, 17 May 2011 11:26:09 +0000 (13:26 +0200)
committerEric Blake <eblake@redhat.com>
Wed, 18 May 2011 14:15:08 +0000 (08:15 -0600)
commit5252a06d65533894cdc77d19ff9eed2809644559
tree2c22a7197041db089f72309799ca2233495b2aac
parent45b28f7c4f1876c341c97d24c368427c0f26f344
Add support for 'passthru' mode for direct network interfaces

starting with kernel 2.6.38 macvtap supports a 'passthru' mode for
attaching virtual functions of a SRIOV capable network card directly to a VM.
This patch adds the capability to configure such a device.

Signed-off-by: Dirk Herrendoerfer <d.herrendoerfer@herrendoerfer.name>
AUTHORS
configure.ac
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/util/macvtap.c
src/util/macvtap.h