[libvirt] PATCH: Centralize some duplicated NUMA code

Pritesh Kothari Pritesh.Kothari at Sun.COM
Tue Jun 2 11:06:25 UTC 2009


On Tuesday 02 June 2009 12:05:54 Daniel P. Berrange wrote:
>      .version                       = vboxGetVersion,
>      .getHostname                   = vboxGetHostname,
>      .getMaxVcpus                   = vboxGetMaxVcpus,
> -    .nodeGetInfo                   = vboxNodeGetInfo,
> +    .nodeGetInfo                   = nodeGetInfo,
>      .getCapabilities               = vboxGetCapabilities,
>      .listDomains                   = vboxListDomains,
>      .numOfDomains                  = vboxNumOfDomains,

Is patch already applied?
cause vboxNodeGetInfo => nodeGetInfo already shows up in the
patch namely "Convert VBox driver to preferred style"


+    vboxGetMaxVcpus, /* getMaxVcpus */
+    nodeGetInfo, /* nodeGetInfo */
+    vboxGetCapabilities, /* getCapabilities */

Regards,
Pritesh




More information about the libvir-list mailing list