|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] [xend] Allow adding VIF devices to VM in halted
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@xxxxxxxxxxxxxxxxxxxxxxxxx
> # 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@xxxxxxxxxx>
Applied, thanks Jim.
Ewan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|