[libvirt] [PATCH] libxenlight driver

Jim Fehlig jfehlig at novell.com
Fri Feb 18 01:28:36 UTC 2011


Here's the latest version of a libxenlight driver for libvirt.

I've added a per-domain libxl_ctx in addition to the driver wide
context.  The former is stored in virDomainObject privateData and used
for operations on the domain.  The latter is stored in driver private
data and is used for non-domain related libxl calls, e.g. getVersion,
getNodeInfo, etc.  This approach was suggested by Ian Jackson and
Stefano Stabellini and appears to be working much better than a single,
driver wide libxl_ctx.  I no longer have the restart issues described in
the first patch posting [1].

Your review and comments are much appreciated!

Thanks,
Jim

[1] https://www.redhat.com/archives/libvir-list/2011-February/msg00409.html


-------------- next part --------------
A non-text attachment was scrubbed...
Name: libxenlight-driver.patch
Type: text/x-diff
Size: 81426 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110217/8504e64c/attachment-0001.bin>


More information about the libvir-list mailing list