[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [help] What's the relationship between tap*.* and vif *.* ?
On Mon, Aug 20, 2012 at 5:16 PM, Jonathan Tripathy <jonnyt@xxxxxxxxxxx> wrote:
I wannar disable the vif*.*, that is to say, not to create vif devices when HVM mode;Â is there any exsiting resolution? in src/tools/libxl/libxl_create.c, I found several lines:
(it seems to create vif devices) Â Â Â Â Âfor (i = 0; i < d_config->num_vifs; i++) { Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂ
      Âd_config->vifs[i].domid = domid;                                                   Â                                 ÂÂ
       ret = libxl_device_nic_add(ctx, domid, &d_config->vifs[i]) Is there something wrong with skipping that?
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |