
Markus Groß wrote:
Hi,
I started working on a libxenlight driver for libvirt a few weeks ago. By that time I didn't knew Jim Fehlig was also working on a driver for that api: http://article.gmane.org/gmane.comp.emulators.libvirt/33024
Hi Markus, Attached is my current driver. It supports defining, undefining, and starting managed domains; creating unmanaged domains; list, getinfo, and dumpxml; listening for domain destroy events on domains it has started/created; capabilities. It also passes make syntax-check and has been through an initial valgrind run, but there has been some code movement and I'm sure some leaks remain. The items I wanted to finish before an initial post (and before getting so ill this week): documentation for the new driver, resolve capabilities code duplication with existing xen driver, add some minimal tests, do some testing with other libvirt clients such as virt-manager. We need to get an initial, minimal driver accepted, making it easier to independently submit new driver functionality. Regards, Jim