提交 56cac62b 编写于 作者: J Jonathon Jongsma 提交者: Michal Privoznik

lib: minor fixes to virDomainGetGuestInfo docs

Due to a typo, some of the field names didn't have closing quotes,
the information about the hostname was omitted and there was an
empty line missing after filesystem info description (which helps
our docs generator produce better looking HTML).
Signed-off-by: NJonathon Jongsma <jjongsma@redhat.com>
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
上级 1c71268c
......@@ -12237,11 +12237,11 @@ virDomainSetVcpu(virDomainPtr domain,
*
* "user.count" - the number of active users on this domain as an
* unsigned int
* "user.<num>.name - username of the user as a string
* "user.<num>.domain - domain of the user as a string (may only be
* present on certain guest types)
* "user.<num>.login-time - the login time of a user in milliseconds
* since the epoch as unsigned long long
* "user.<num>.name" - username of the user as a string
* "user.<num>.domain" - domain of the user as a string (may only be
* present on certain guest types)
* "user.<num>.login-time" - the login time of a user in milliseconds
* since the epoch as unsigned long long
*
* VIR_DOMAIN_GUEST_INFO_OS:
* Return information about the operating system running within the guest. The
......@@ -12276,6 +12276,7 @@ virDomainSetVcpu(virDomainPtr domain,
* VIR_DOMAIN_GUEST_INFO_FILESYSTEM:
* Returns inforamtion about the filesystems within the domain. The typed
* parameter keys are in this format:
*
* "fs.count" - the number of filesystems defined on this domain
* as an unsigned int
* "fs.<num>.mountpoint" - the path to the mount point for the filesystem
......@@ -12288,6 +12289,12 @@ virDomainSetVcpu(virDomainPtr domain,
* "fs.<num>.disk.<num>.serial" - the serial number of the disk
* "fs.<num>.disk.<num>.device" - the device node of the disk
*
* VIR_DOMAIN_GUEST_INFO_HOSTNAME:
* Returns information about the hostname of the domain. The typed
* parameter keys are in this format:
*
* "hostname" - the hostname of the domain
*
* Using 0 for @types returns all information groups supported by the given
* hypervisor.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册