libvirt/src/xenconfig
Philipp Hahn fafcc64a07 xen: Also add sub-type for driver=tap2 in xen-xm
tap2 only handles 'aio', but not 'raw', which must be explicitly given:

| $ virsh domxml-to-native yyy.xml > yyy.xm
| $ xm new yyy.xm
| Error: tap:/srv/xen/xxx.img not a valid disk type
| $ sed -i -e 's/tap2:/&aio:/' yyy.xm
| $ xm new yyy.xm

Fix reading and writing "xen-xm" format for "tap2" by handling it the
same as "tap".
2016-06-07 13:59:58 -06:00
..
xen_common.c graphics: rename gListen to glisten 2016-05-20 10:05:56 +02:00
xen_common.h xenFormatNet: correct `type=netfront' to 'type=vif' to match libxl 2016-05-17 14:09:11 -06:00
xen_sxpr.c graphics: rename gListen to glisten 2016-05-20 10:05:56 +02:00
xen_sxpr.h xenconfig: support vif bandwidth in sexpr parser and formatter 2016-01-08 18:56:00 -07:00
xen_xl.c graphics: rename gListen to glisten 2016-05-20 10:05:56 +02:00
xen_xl.h Xen: xenconfig: remove xendConfigVersion from public functions 2015-12-17 21:22:33 -07:00
xen_xm.c xen: Also add sub-type for driver=tap2 in xen-xm 2016-06-07 13:59:58 -06:00
xen_xm.h Xen: xenconfig: remove xendConfigVersion from public functions 2015-12-17 21:22:33 -07:00
xenxs_private.h Xen: VIR_FROM_THIS cleanup 2016-01-21 09:31:39 -07:00