tagging vde-2 version 2.3.2
[vde.git] / 2.3.2 / libvirt / README
blobbf308b4136be2f6dd94cc9a29a36bfe699def553
1 This patch defines and manages the syntax:
3 <domain ....>
4  <device>
5    <interface type='vde'>
6          ...
7                 <switch path='/tmp/vde.ctl'/>
8          </interface>
9  </device>
10 </domain>
12 the switch tag can be omitted: vde uses the default switch.
13 qemu/kvm support: tested.
14 user-mode linux support is included but not tested yet.
15 libvirt vde support for virtualbox has not been coded yet.
17 INSTALL:
18 download libvirt-0.8.7
19 ..../libvirt-0.8.7$ patch -p 1 < libvirt-0.8.7.vde.patch
20 ..../libvirt-0.8.7$ configure
21 ..../libvirt-0.8.7$ make
22 ..../libvirt-0.8.7$ sudo make install