diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-19 17:08:51 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-19 17:49:25 +0100 |
commit | 4c261da5ba8a7679709bf6c8efefc2598c5f5f51 (patch) | |
tree | 026fbf8b9a79c2f961c3287d962c7159d51a4ec7 /po/POTFILES | |
parent | 80d102c49df440c64b744a14bf1d5f46a1c5b82b (diff) | |
download | libguestfs-4c261da5ba8a7679709bf6c8efefc2598c5f5f51.tar.gz libguestfs-4c261da5ba8a7679709bf6c8efefc2598c5f5f51.tar.xz libguestfs-4c261da5ba8a7679709bf6c8efefc2598c5f5f51.zip |
lib: Split launch.c into separate files.
launch-appliance.c contains the code associated with the 'appliance'
attach-method. Mostly. In fact there are a few APIs which don't fit
so nicely:
- config: deprecated API which fiddles with the qemu command
line directly
- max-disks: depends on the qemu implementation (virtio-scsi
or not)
- debug-drives: used for testing only
launch-unix.c contains the code associated with 'unix:<path>'.
launch.c is the common code for launching, along with a few other APIs
such as guestfs_add_drive_opts.
This commit also reduces the number of headers to just those
which are required.
Diffstat (limited to 'po/POTFILES')
-rw-r--r-- | po/POTFILES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES b/po/POTFILES index ef76203f..60f8d95e 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -208,6 +208,8 @@ src/inspect-fs-windows.c src/inspect-fs.c src/inspect-icon.c src/inspect.c +src/launch-appliance.c +src/launch-unix.c src/launch.c src/libvirtdomain.c src/listfs.c |