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@xxxxxxxxxxxxx> > --- > 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@xxxxxxxxxx +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list