search for: guestconv_convert

Displaying 2 results from an estimated 2 matches for "guestconv_convert".

2013 Mar 04
0
Guestconv library and python worker process
...is called and ultimately be responsible for terminating the process. Communication between the two process happens over pipe(2). From the Python perspective, we will simply listen on stdin for "commands" (there will be a command per API call: guestconv_add_drive, guestconv_root, and guestconv_convert) and write the results to stdout. Does that sound good to the list? Of course, we'll need to define what exactly what the stdin/stdout interface looks like, but that will be straightforward given the C API. Thanks, --Crag Ref: https://www.redhat.com/archives/libguestfs/2013-February/msg00...
2013 Feb 25
1
Proposed API for guestconv library
guestconv will be a new, re-usable library to perform guest OS conversions when moving between hypervisors. I've attached 3 files to this email which are relevant to the proposed API. guestconv.h is the proposed C binding. example.c is the simplest possible usage of the API. It converts the first detected root of the guest, accepting all defaults. root.xml is an example description