Bug 661232 - Documentation errors and clarification
Summary: Documentation errors and clarification
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libvirt-appdev-guide
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-12-08 09:21 UTC by Ciorceri Sorin
Modified: 2020-04-16 17:32 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-16 17:32:54 UTC
Embargoed:


Attachments (Terms of Use)

Description Ciorceri Sorin 2010-12-08 09:21:20 UTC
There are some errors in documentation in the following pages:

-- link:
http://libvirt.org/guide/html/ch03s04s05.html
-- line:
The virNodeGetCellsFreeMemory API call can be used to obtain the amount of free memory (in kilobytes)
-- should be replaced with:
The virNodeGetCellsFreeMemory API call can be used to obtain the amount of free memory (in bytes)


-- link:
http://libvirt.org/guide/html/Application_Development_Guide-Guest_Domains-Listing.html
-- line:
numDomains = virConnectListDomains(conn, inactiveDomains, numDomains);
-- sould be replaced with:
numDomains = virConnectListDefinedDomains(conn, inactiveDomains, numDomains);


-- link:
http://libvirt.org/guide/html/ch03s04s03.html
-- line:
The virNodeGetFreeMemory API call can be used to obtain the total amount of free memory on the virtualization 
-- sould be replaced with:
The virNodeGetFreeMemory API call can be used to obtain the total amount of free memory (in bytes) on the virtualization

Comment 1 Daniel Berrangé 2020-04-16 17:32:54 UTC
Closing this old bug, since the appdev guide is no longer maintained


Note You need to log in before you can comment on or make changes to this bug.