|
|
|
|
|
|
|
|
|
|
xen-cim
Re: [Xen-cim] xm-libvirt shim
On Mon, Apr 10, 2006 at 07:15:36PM -0400, Jim Fehlig wrote:
> All,
>
> Here is the xm to libvirt shim I worked on last week. Need some way to
> set/delete config via libvirt as discussed previously, otherwise works pretty
> good.
In the easy target I spot the memory target setting call, which is missing.
I will try to add this to libvirt.
Something which surprised me is the following entry point:
char **xm_enum_domains(struct xm *xm, unsigned int *num)
Is CIM really using ints as the identifiers for domains, not something more
solid than that (on Xen a save/restore resets to a new number for the domain).
Also there is a performance problem w.r.t. id extraction at the Xend interface
layer. If really CIM is using int as identifiers, we should try to add a
number oriented domain enumeration API to Xend.
Daniel
--
Daniel Veillard | Red Hat http://redhat.com/
veillard@xxxxxxxxxx | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
_______________________________________________
Xen-cim mailing list
Xen-cim@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-cim
|
|
|
|
|