Hi On Mon, Mar 12, 2012 at 4:42 PM, Eric Blake <ebl...@redhat.com> wrote: > Libvirt would also benefit from screendump to fd:name (where name refers > to an fd passed via getfd).
Is this all it takes? or am I missing something? + } else if (strstart(uri, "fd:", &p)) { + int fd = strtol(p, NULL, 0); + f = qemu_fdopen(fd, mode); -- Marc-André Lureau