mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
p2v: Move miniexpect library to common/miniexpect.
No change, just code motion.
This commit is contained in:
@@ -13,6 +13,8 @@ cat/ls.c
|
||||
cat/tail.c
|
||||
common/edit/file-edit.c
|
||||
common/edit/file-edit.h
|
||||
common/miniexpect/miniexpect.c
|
||||
common/miniexpect/miniexpect.h
|
||||
common/options/config.c
|
||||
common/options/decrypt.c
|
||||
common/options/display-options.c
|
||||
@@ -348,8 +350,6 @@ p2v/inhibit.c
|
||||
p2v/kernel-cmdline.c
|
||||
p2v/kernel.c
|
||||
p2v/main.c
|
||||
p2v/miniexpect.c
|
||||
p2v/miniexpect.h
|
||||
p2v/p2v.h
|
||||
p2v/ssh.c
|
||||
p2v/utils.c
|
||||
|
||||
@@ -94,6 +94,12 @@ The communication protocol used between the library and the daemon
|
||||
running inside the appliance has to encode errnos as strings, which is
|
||||
handled by this library.
|
||||
|
||||
=item F<common/miniexpect>
|
||||
|
||||
A copy of the miniexpect library from
|
||||
L<http://git.annexia.org/?p=miniexpect.git;a=summary>. This is used
|
||||
in virt-p2v.
|
||||
|
||||
=item F<common/options>
|
||||
|
||||
Common options parsing for guestfish, guestmount and some virt tools.
|
||||
|
||||
Reference in New Issue
Block a user