[libvirt] PATCH: Wire up NUMA APIs in VirtualBox driver

Pritesh Kothari Pritesh.Kothari at Sun.COM
Tue Jun 2 11:03:10 UTC 2009


On Tuesday 02 June 2009 12:10:05 Daniel P. Berrange wrote:
> This patch simply wires up the shared NUMA API implementations in the
> virtualbox driver
>
> Daniel
>
> diff -r 8b34df5f9ddf src/vbox/vbox_tmpl.c
> --- a/src/vbox/vbox_tmpl.c	Thu May 28 11:55:49 2009 +0100
> +++ b/src/vbox/vbox_tmpl.c	Thu May 28 11:56:10 2009 +0100
> @@ -4955,8 +4955,8 @@ virDriver NAME(Driver) = {
>      NULL, /* domainInterfaceStats */
>      NULL, /* domainBlockPeek */
>      NULL, /* domainMemoryPeek */
> -    NULL, /* nodeGetCellsFreeMemory */
> -    NULL,  /* getFreeMemory */
> +    nodeGetCellsFreeMemory, /* nodeGetCellsFreeMemory */
> +    nodeGetFreeMemory,  /* getFreeMemory */
>      NULL, /* domainEventRegister */
>      NULL, /* domainEventDeregister */
>      NULL, /* domainMigratePrepare2 */

ACK,

Regards,
Pritesh




More information about the libvir-list mailing list