Jim Fehlig
2006-Dec-12 22:42 UTC
[Xen-devel] [PATCH] [xend] Allow adding VIF devices to VM in halted state
This patch permits VIF devices to be added to a VM in the halted state. With this patch I am finally able to build up and activate a new VM using the XenAPI c-bindings, e.g. xen_vm_create() xen_vbd_create() xen_vif_create() xen_vm_start() Regards, Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Dec-13 14:44 UTC
Re: [Xen-devel] [PATCH] [xend] Allow adding VIF devices to VM in halted state
On Tue, Dec 12, 2006 at 03:42:11PM -0700, Jim Fehlig wrote:> This patch permits VIF devices to be added to a VM in the halted state. > With this patch I am finally able to build up and activate a new VM > using the XenAPI c-bindings, e.g. > > xen_vm_create() > xen_vbd_create() > xen_vif_create() > xen_vm_start() > > Regards, > Jim> # HG changeset patch > # User jfehlig@jfehlig2.provo.novell.com > # Date 1165962503 25200 > # Node ID f9d831a1f09789e565d245598f652410bfb39cce > # Parent 37141c3a3d39956ad5faf2d4e2a91276eaca557b > Allow adding VIF devices to a VM when in halted state. Do not attempt to create the VIF device if VM is in halted state. > > Signed-off-by: Jim Fehlig <jfehlig@novell.com>Applied, thanks Jim. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel