|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: set nic type of stub to PV instead of copying from the parent
# HG changeset patch
# User Roger Pau Monne <roger.pau@xxxxxxxxxx>
# Date 1343295334 -3600
# Node ID 07a69dbf7e85bca9c3e69c43a9f189612479cbc8
# Parent c93f602084ccb26cdf9ff60056c5ffa88d45729d
libxl: set nic type of stub to PV instead of copying from the parent
Set the type of the nics used in sutbdoms to PV unconditianlly, or the
call to setdefaults later is going to fail.
Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxx>
Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx>
Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
diff -r c93f602084cc -r 07a69dbf7e85 tools/libxl/libxl_dm.c
--- a/tools/libxl/libxl_dm.c Thu Jul 26 10:35:33 2012 +0100
+++ b/tools/libxl/libxl_dm.c Thu Jul 26 10:35:34 2012 +0100
@@ -626,6 +626,7 @@ static void libxl__dm_vifs_from_hvm_gues
for (i=0; i<nr; i++) {
dm_config->nics[i] = guest_config->nics[i];
+ dm_config->nics[i].nictype = LIBXL_NIC_TYPE_VIF;
if (dm_config->nics[i].ifname)
dm_config->nics[i].ifname = GCSPRINTF("%s" TAP_DEVICE_SUFFIX,
dm_config->nics[i].ifname);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |