aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_types.idl
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-07-26 10:35:31 +0100
committerRoger Pau Monne <roger.pau@citrix.com>2012-07-26 10:35:31 +0100
commit2621f73e49c1b91c1064c8b7d5738fe3e36cdc56 (patch)
tree9640df2bf12946b09569f6d35d3de0f98d903226 /tools/libxl/libxl_types.idl
parent3218894319e722ac1593dda25a0e8962d6bc25da (diff)
downloadxen-2621f73e49c1b91c1064c8b7d5738fe3e36cdc56.tar.gz
xen-2621f73e49c1b91c1064c8b7d5738fe3e36cdc56.tar.bz2
xen-2621f73e49c1b91c1064c8b7d5738fe3e36cdc56.zip
libxl: rename _IOEMU nic type to VIF_IOEMU
This change will avoid the confusion caused by the fact that IOEMU means both PV and TAP network interfaces. Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/libxl_types.idl')
-rw-r--r--tools/libxl/libxl_types.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
index c3fbe77c67..574d8d2f6d 100644
--- a/tools/libxl/libxl_types.idl
+++ b/tools/libxl/libxl_types.idl
@@ -60,7 +60,7 @@ libxl_disk_backend = Enumeration("disk_backend", [
])
libxl_nic_type = Enumeration("nic_type", [
- (1, "IOEMU"),
+ (1, "VIF_IOEMU"),
(2, "VIF"),
])