[libvirt] [PATCH] XenXs: Update documentation

Eric Blake eblake at redhat.com
Mon Jan 30 20:12:51 UTC 2012


On 01/17/2012 01:26 AM, Philipp Hahn wrote:
> Fix several references to now renamed functions and parameters when the
> functions were moved from src/xen/ to src/xenxs/.
> 
> Signed-off-by: Philipp Hahn <hahn at univention.de>
> ---
>  src/xenxs/xen_sxpr.c |  222 +++++++++++++++++++++++++++++++++++++++++--------
>  1 files changed, 185 insertions(+), 37 deletions(-)
> 
>  /**
>   * xenParseSxpr:
> - * @conn: the connection associated with the XML
>   * @root: the root of the parsed S-Expression
>   * @xendConfigVersion: version of xend
>   * @cpus: set of cpus the domain may be pinned to
> + * @tty: the console pty path
> + * @vncport: VNC port number
>   *
> - * Parse the xend sexp description and turn it into the XML format similar
> - * to the one unsed for creation.
> + * Parse the xend S-expression description and turn it into a virDomainDefPtr
> + * representing these settings as closeley as is practical.

s/closeley/closely/

> +
> +/**
> + * xenParseSxprString:
> + * @sexpr: the root of the parsed S-Expression
> + * @xendConfigVersion: version of xend
> + * @tty: the console pty path
> + * @vncport: VNC port number
> + *
> + * Parse the xend S-expression description and turn it into a virDomainDefPtr
> + * representing these settings as closeley as is practical.

and again.

>  
> +
> +/**
> + * xenFormatSxprChr:
> + * @def: the domain config
> + * @buf: a buffer for the result S-expression
> + *
> + * Convert the character deivce part of the domain config into a S-expression

s/deivce/device/

ACK and pushed with those fixes.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120130/df46e788/attachment-0001.sig>


More information about the libvir-list mailing list