[libvirt] [PATCH] openvz: wire up more node information functions

Osier Yang jyang at redhat.com
Tue Apr 17 02:15:27 UTC 2012


On 2012年04月17日 05:53, Eric Blake wrote:
> On 04/16/2012 01:00 AM, Guido Günther wrote:
>> On Mon, Apr 16, 2012 at 09:48:38AM +0800, Osier Yang wrote:
>>> On 2012年04月15日 04:20, Guido Günther wrote:
>>>> in detail nodeGetCPUStats, nodeGetMemoryStats, nodeGetCellsFreeMemory
>>>> and nodeGetFreeMemory
>>>> ---
>>>>   src/openvz/openvz_driver.c |    4 ++++
>>>>   1 file changed, 4 insertions(+)
>>>>
>>>> diff --git a/src/openvz/openvz_driver.c b/src/openvz/openvz_driver.c
>>>> index 3b2ffea..41fd8e4 100644
>>>> --- a/src/openvz/openvz_driver.c
>>>> +++ b/src/openvz/openvz_driver.c
>>>> @@ -1704,6 +1704,10 @@ static virDriver openvzDriver = {
>>>>       .version = openvzGetVersion, /* 0.5.0 */
>>>>       .getMaxVcpus = openvzGetMaxVCPUs, /* 0.4.6 */
>>>>       .nodeGetInfo = nodeGetInfo, /* 0.3.2 */
>>>> +    .nodeGetCPUStats = nodeGetCPUStats, /* 0.9.11 */
>>>> +    .nodeGetMemoryStats = nodeGetMemoryStats, /* 0.9.11 */
>>>> +    .nodeGetCellsFreeMemory = nodeGetCellsFreeMemory, /* 0.9.11 */
>>>> +    .nodeGetFreeMemory = nodeGetFreeMemory, /* 0.9.11 */
>>>>       .getCapabilities = openvzGetCapabilities, /* 0.4.6 */
>>>>       .listDomains = openvzListDomains, /* 0.3.1 */
>>>>       .numOfDomains = openvzNumDomains, /* 0.3.1 */
>>>
>>> ACK
>> Pushed. Thanks,
>
> This should be 0.9.12, not 0.9.11.  Can you please push the fixup patch?
>

I pushed the fix with attached patch.

Regards,
Osier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-openvz-Correct-the-comments-for-new-node-APIs.patch
Type: text/x-patch
Size: 1367 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120417/f014ecf9/attachment-0001.bin>


More information about the libvir-list mailing list