Richard W.M. Jones [Mon, 18 Jul 2011 10:55:41 +0000 (11:55 +0100)]
Version 1.11.19.
Richard W.M. Jones [Mon, 18 Jul 2011 11:12:42 +0000 (12:12 +0100)]
po-docs: Include source (POD files) in EXTRA_DIST.
Richard W.M. Jones [Mon, 18 Jul 2011 08:34:04 +0000 (09:34 +0100)]
po-docs: Remove empty Spanish translation file.
Richard W.M. Jones [Mon, 18 Jul 2011 08:33:24 +0000 (09:33 +0100)]
po-docs: Fix UTF-8 encoding problem.
Richard W.M. Jones [Sun, 17 Jul 2011 22:05:50 +0000 (23:05 +0100)]
po-docs: Update the list of output manpages.
Richard W.M. Jones [Sun, 17 Jul 2011 22:03:37 +0000 (23:03 +0100)]
po-docs: Generate list of *.pod files.
Generate the list of *.pod files, instead of hard coding
it (and having it get very very out of date). Store the
list in a separate file po-docs/podfiles.
Richard W.M. Jones [Sun, 17 Jul 2011 21:03:22 +0000 (22:03 +0100)]
Add notes on making a libguestfs stable release.
Richard W.M. Jones [Sun, 17 Jul 2011 21:02:58 +0000 (22:02 +0100)]
Pull latest translations from Transifex.
Richard W.M. Jones [Sun, 17 Jul 2011 21:01:40 +0000 (22:01 +0100)]
Add tx pull wrapper script.
Richard W.M. Jones [Sun, 17 Jul 2011 09:29:47 +0000 (10:29 +0100)]
ocaml: Generate ocamldoc.
Also includes improvements to the OCaml documentation.
Richard W.M. Jones [Sat, 16 Jul 2011 18:11:52 +0000 (19:11 +0100)]
ocaml: Bind guestfs_last_errno.
Richard W.M. Jones [Sat, 16 Jul 2011 18:11:37 +0000 (19:11 +0100)]
Update API support.
Richard W.M. Jones [Sat, 16 Jul 2011 14:26:32 +0000 (15:26 +0100)]
Update ROADMAP file.
Richard W.M. Jones [Sat, 16 Jul 2011 14:23:48 +0000 (15:23 +0100)]
fish: Don't make --ro the default yet.
Defer this decision to a future version of libguestfs.
Richard W.M. Jones [Sat, 16 Jul 2011 14:20:29 +0000 (15:20 +0100)]
docs: Separate out combined =item 's in man pages.
Turn:
=item B<-a> | B<--all>
into:
=item B<-a>
=item B<--all>
This gives a more natural-looking manual page, as well as making it
easier to directly link to these sections.
Richard W.M. Jones [Sat, 16 Jul 2011 11:36:07 +0000 (12:36 +0100)]
Update and rearrange release notes.
Richard W.M. Jones [Fri, 15 Jul 2011 21:09:29 +0000 (22:09 +0100)]
Fix test-guestfish-escapes regression test to work with debug/trace enabled.
If debugging or tracing is enabled, extra messages are sent to stderr
which mess with this test. Remove the extra messages before checking
stderr.
This updates commit
617e7f6bafa7de2303c08e1715004aae3141c389.
Richard W.M. Jones [Fri, 15 Jul 2011 16:23:41 +0000 (17:23 +0100)]
Version 1.11.18.
Richard W.M. Jones [Fri, 15 Jul 2011 15:14:56 +0000 (16:14 +0100)]
Update release notes.
Richard W.M. Jones [Fri, 15 Jul 2011 15:10:19 +0000 (16:10 +0100)]
Update API support.
Richard W.M. Jones [Fri, 15 Jul 2011 13:57:00 +0000 (14:57 +0100)]
ruby: Add binding for guestfs_user_cancel.
Richard W.M. Jones [Fri, 15 Jul 2011 13:47:09 +0000 (14:47 +0100)]
perl: Add binding for guestfs_user_cancel.
Richard W.M. Jones [Fri, 15 Jul 2011 13:33:29 +0000 (14:33 +0100)]
ocaml: Add binding for guestfs_user_cancel.
Richard W.M. Jones [Fri, 15 Jul 2011 10:01:23 +0000 (11:01 +0100)]
fish: Register ^C handler to cancel long transfers.
Richard W.M. Jones [Fri, 15 Jul 2011 10:36:23 +0000 (11:36 +0100)]
fish: Add is_interactive flag.
Decide early (before launch) if this is going to be an interactive
session, and set the is_interactive flag.
Richard W.M. Jones [Fri, 15 Jul 2011 09:43:36 +0000 (10:43 +0100)]
Add user cancellation to the C API.
This allows long transfers (FileIn and FileOut operations) to be
cancelled by calling the signal and thread safe guestfs_user_cancel
function.
Most of this commit consists of a multithreaded program that tests
user cancellation of uploads and downloads.
Richard W.M. Jones [Fri, 15 Jul 2011 10:38:21 +0000 (11:38 +0100)]
New APIs: set-pgroup, get-pgroup
If the pgroup flag is set in the handle, then the qemu and recovery
subprocesses are placed in separate process groups. The default is
false.
The purpose for setting up a process group is that ^C will not be
passed from the main process down to these processes (killing them).
This allows ^C and other keyboard events to be caught and handled in
the main process.
Richard W.M. Jones [Fri, 15 Jul 2011 09:42:56 +0000 (10:42 +0100)]
guestfs.h: Add missing extern keyword before event functions.
Nikita A Menkovich [Thu, 14 Jul 2011 18:24:43 +0000 (19:24 +0100)]
debian: New sub-package: guestfsd.
This patch adds guestfsd debian package to the build. The daemon can
be installed in virtualization clients to enable libguestfs live
access.
Richard W.M. Jones [Thu, 14 Jul 2011 17:18:07 +0000 (18:18 +0100)]
New API: write-append
Append content to the end of a file.
Richard W.M. Jones [Thu, 14 Jul 2011 17:17:39 +0000 (18:17 +0100)]
fish: Handle backslash escapes in guestfish double-quoted strings.
Richard W.M. Jones [Thu, 14 Jul 2011 14:52:29 +0000 (15:52 +0100)]
build: Add ./configure --enable-install-daemon
If enabled, then the daemon will be installed in $sbindir
(eg. /usr/sbin/guestfsd). The default is off, as now.
This option should be used by packagers when building the libguestfs
live service.
Richard W.M. Jones [Thu, 14 Jul 2011 13:32:34 +0000 (14:32 +0100)]
Version 1.11.17.
Richard W.M. Jones [Thu, 14 Jul 2011 12:42:33 +0000 (13:42 +0100)]
resize: Clarify examples in the man page.
Richard W.M. Jones [Thu, 14 Jul 2011 10:39:11 +0000 (11:39 +0100)]
resize: Add btrfs support to virt-resize (RHBZ#721275).
Richard W.M. Jones [Thu, 14 Jul 2011 10:38:25 +0000 (11:38 +0100)]
New API: btrfs-filesystem-resize (RHBZ#721160).
This resizes a btrfs filesystem.
Richard W.M. Jones [Thu, 14 Jul 2011 12:02:31 +0000 (13:02 +0100)]
docs: resize: Not just limited to resizing filesystems in partitions.
If you use --LV-expand then filesystems in LVs can be resized too.
Richard W.M. Jones [Thu, 14 Jul 2011 10:27:24 +0000 (11:27 +0100)]
mkfs: Don't die if mke2fs is not available.
Allow other types of filesystems to be created.
Richard W.M. Jones [Wed, 13 Jul 2011 14:59:33 +0000 (15:59 +0100)]
Version 1.11.16.
Richard W.M. Jones [Wed, 13 Jul 2011 14:33:07 +0000 (15:33 +0100)]
Update release notes.
Richard W.M. Jones [Wed, 13 Jul 2011 14:03:04 +0000 (15:03 +0100)]
Refresh README file.
Update and verify the list of requirements, by checking it against
both configure.ac and the Fedora specfile.
Remove some obsolete sections that covered historical ground.
Richard W.M. Jones [Wed, 13 Jul 2011 13:27:28 +0000 (14:27 +0100)]
appliance: Add systemd to get /sbin/reboot for virt-rescue (RHBZ#661280).
Richard W.M. Jones [Wed, 13 Jul 2011 08:51:00 +0000 (09:51 +0100)]
docs: Update API support.
Richard W.M. Jones [Wed, 13 Jul 2011 08:44:13 +0000 (09:44 +0100)]
virt-resize: Arrange options in man page in alphabetical order.
Richard W.M. Jones [Wed, 13 Jul 2011 08:27:57 +0000 (09:27 +0100)]
virt-resize: Add --ntfsresize-force option.
Use the non-deprecated g#ntfsresize_opts API call, and also add
the --ntfsresize-force option for forcing resize.
Richard W.M. Jones [Tue, 12 Jul 2011 18:11:59 +0000 (19:11 +0100)]
Version 1.11.15.
Richard W.M. Jones [Tue, 12 Jul 2011 16:26:34 +0000 (17:26 +0100)]
TODO: Attach method for disconnected operation.
Richard W.M. Jones [Tue, 12 Jul 2011 16:18:48 +0000 (17:18 +0100)]
part-get-bootable: Fix when partitions are missing or unordered (RHBZ#602997).
Richard W.M. Jones [Tue, 12 Jul 2011 17:16:40 +0000 (18:16 +0100)]
New API: ntfsresize-opts (RHBZ#685009).
This is a more comprehensive fix for RHBZ#685009. Add a new API which
allows the --force flag to be passed, allowing multiple NTFS resize
operations in a single session.
Richard W.M. Jones [Tue, 12 Jul 2011 13:13:57 +0000 (14:13 +0100)]
Document that ntfsresize cannot be used multiple times (RHBZ#685009).
Richard W.M. Jones [Tue, 12 Jul 2011 12:31:42 +0000 (13:31 +0100)]
fish: Show device mapper device in tab completion (RHBZ#688062).
With this change:
><fs> luks-open /dev/vda1 lukstest
Enter key or passphrase ("key"):
><fs> ll /dev/<TAB>
/dev/mapper/lukstest /dev/vda /dev/vda1
Richard W.M. Jones [Tue, 12 Jul 2011 12:26:25 +0000 (13:26 +0100)]
New API: list-dm-devices (RHBZ#688062).
List device mapper devices.
Richard W.M. Jones [Tue, 12 Jul 2011 11:23:15 +0000 (12:23 +0100)]
Don't mention /dev/mapper in docs for vg-activate{,-all} commands.
Although vg-activate and vg-activate-all do make /dev/mapper/VG-LV
devices internally, we always prefer to use the /dev/VG/LV format and
we return this format where possible. Therefore don't mention
/dev/mapper in this documentation.
Richard W.M. Jones [Tue, 12 Jul 2011 17:17:35 +0000 (18:17 +0100)]
protocol: Force optargs_bitmask to be passed as 0 for non-opt actions.
If the action doesn't take optional arguments, nevertheless force the
optargs_bitmask field in the header to be passed as 0, and give an
error if not.
Richard W.M. Jones [Tue, 12 Jul 2011 11:51:43 +0000 (12:51 +0100)]
list-9p: Avoid double free along error path.
This updates commit
5f10c3350338bbca735a74db26f98da968957bd9.
Richard W.M. Jones [Wed, 6 Jul 2011 16:25:00 +0000 (17:25 +0100)]
Version 1.11.14.
Richard W.M. Jones [Wed, 6 Jul 2011 09:53:04 +0000 (10:53 +0100)]
mkfs-opts: Don't test optional arguments in this test.
Nikita A Menkovich [Wed, 6 Jul 2011 09:36:13 +0000 (10:36 +0100)]
mkfs-opts: Add optional sectorsize parameter.
Richard W.M. Jones [Wed, 6 Jul 2011 09:50:25 +0000 (10:50 +0100)]
capitests: Allow tests to properly test optional arguments.
For optional arguments, you can now specify empty string to mean no
argument, except for String optional arguments where you must use
"NOARG" (empty string meaning a supplied empty string argument).
Nikita A Menkovich [Mon, 4 Jul 2011 09:25:04 +0000 (10:25 +0100)]
Implement inode option to mkfs_opts command.
This is needed because older versions of grub(for example in centos)
do not understand filesystems created with newer version of e2fsprogs.
By default in e2fsprogs 1.4+ creates partitions with 256 bit inode
size, and grub expect 128 bit size.
Richard W.M. Jones [Thu, 30 Jun 2011 15:06:07 +0000 (16:06 +0100)]
Version 1.11.13.
Richard W.M. Jones [Thu, 30 Jun 2011 11:57:31 +0000 (12:57 +0100)]
Add caution subdirectory containing safety and liveness tests.
Not that I'm paranoid about qemu breaking snapshots of anything like
that ...
Richard W.M. Jones [Thu, 30 Jun 2011 11:06:09 +0000 (12:06 +0100)]
Update release notes.
Richard W.M. Jones [Thu, 30 Jun 2011 10:36:38 +0000 (11:36 +0100)]
inspector: Update documentation to cover <icon> element.
This updates commit
7f16c346bbeba2f2fe3c31ccb85158178a284d84.
Richard W.M. Jones [Thu, 30 Jun 2011 09:14:33 +0000 (10:14 +0100)]
python: Add explicit g.close() method (RHBZ#717786).
Richard W.M. Jones [Wed, 29 Jun 2011 12:41:50 +0000 (13:41 +0100)]
docs: Update API support.
Richard W.M. Jones [Tue, 28 Jun 2011 18:52:11 +0000 (19:52 +0100)]
Version 1.11.12.
Richard W.M. Jones [Tue, 28 Jun 2011 17:58:54 +0000 (18:58 +0100)]
fish: Add 'display' command for displaying graphical files.
Richard W.M. Jones [Mon, 27 Jun 2011 14:27:46 +0000 (15:27 +0100)]
New API: inspect-get-icon returns the guest icon.
This API returns the guest's favicon if found, else an icon
representing the guest operating system. Currently supported by this
patch: Fedora, RHEL and derivatives, Debian (but not Ubuntu),
Windows XP, Windows 7.
This also updates virt-inspector to include an <icon> element
containing the icon in base64 encoding.
Richard W.M. Jones [Mon, 27 Jun 2011 15:10:25 +0000 (16:10 +0100)]
Change download_to_tmp so it can work with multi-root operating systems.
The previous guestfs___download_to_tmp function did not handle
multiboot correctly. In particular it used the same cache name
for downloaded files from different roots, which could have caused
things like applications in each root to be confused.
This changes the function so that the cache filename is prefixed
with the root / fs number, eg. $tmpdir/0-Name instead of $tmpdir/Name.
This change also requires the function to return the new name, so
all places in the code which called this function had to be
updated.
This updates and fixes commit
3c1f762abed92f7a358f3bc93e3396d0606b18ad.
Richard W.M. Jones [Tue, 28 Jun 2011 07:50:14 +0000 (08:50 +0100)]
generator: Fix functions with both RBufferOut and optional args.
No current function returns RBufferOut and has optional args. Such
functions would be generated incorrectly.
RBufferOut implies a silent "size_t *size_r" argument is added after
the regular arguments and before the optional arguments. Various
changes to the code generator need to be made to take this into
account.
Richard W.M. Jones [Tue, 28 Jun 2011 16:02:46 +0000 (17:02 +0100)]
inspector: Fix comment in virt-inspector.rng.
The comment referred to the command line syntax of the old
virt-inspector.
Richard W.M. Jones [Tue, 28 Jun 2011 08:58:44 +0000 (09:58 +0100)]
inspection: Remove note about root device string.
This is a fairly pointless note/warning since (a) you can't use the
API if you don't pass a root device string and (b) the code gives you
a good error message if you pass something that is not a root device
string.
Richard W.M. Jones [Tue, 28 Jun 2011 09:36:09 +0000 (10:36 +0100)]
guestfs.h: Tidy up *_argv structs and other #defines.
Richard W.M. Jones [Mon, 27 Jun 2011 17:14:15 +0000 (18:14 +0100)]
Revert "Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578)"
This reverts commit
5cab0d6c807d8a3bf9690375c663d11a10e21656.
Richard W.M. Jones [Wed, 22 Jun 2011 12:55:14 +0000 (13:55 +0100)]
New API: mount-9p lets you mount 9p filesystems (RHBZ#714981).
The updated patch makes 'options' into an optional parameter.
Richard W.M. Jones [Wed, 22 Jun 2011 09:13:23 +0000 (10:13 +0100)]
New API: list-9p lists 9p filesystem mount tags (RHBZ#714981).
Richard W.M. Jones [Wed, 22 Jun 2011 09:36:44 +0000 (10:36 +0100)]
trace: Print empty list correctly.
Empty lists returned by RStringList and RHashtable functions
were incorrectly printed as [""].
Fix this so they are printed as [] instead.
Richard W.M. Jones [Tue, 21 Jun 2011 12:22:16 +0000 (13:22 +0100)]
Version 1.11.11.
Richard W.M. Jones [Mon, 20 Jun 2011 09:35:02 +0000 (10:35 +0100)]
Enable deprecated option only with gcc >= 4.5.
Before gcc 4.5, the deprecated option did not take the optional string
argument (see [1]). This caused compilation to fail with gcc < 4.5.
[1] http://gcc.gnu.org/gcc-4.5/changes.html
Richard W.M. Jones [Sat, 18 Jun 2011 12:04:18 +0000 (13:04 +0100)]
perl: Ignore MYMETA.yml.
This file is created by one of the build tools used by Perl 5.14.
Richard W.M. Jones [Sat, 18 Jun 2011 12:01:12 +0000 (13:01 +0100)]
todo: Idea for interactive disk creator program.
Richard W.M. Jones [Sat, 18 Jun 2011 12:00:00 +0000 (13:00 +0100)]
perl: Don't use qw() as parentheses.
In Perl 5.14:
Use of qw(...) as parentheses is deprecated at perl/blib/lib/Sys/Guestfs/Lib.pm line 1111.
Richard W.M. Jones [Mon, 13 Jun 2011 17:58:53 +0000 (18:58 +0100)]
generator: Rewrite UUIDs that begin with zero byte.
In util-linux <= 2.19, mkswap -U cannot handle the first byte of the
UUID being zero, so we artificially rewrite such UUIDs.
See: http://article.gmane.org/gmane.linux.utilities.util-linux-ng/4273
Richard W.M. Jones [Fri, 10 Jun 2011 15:03:55 +0000 (16:03 +0100)]
Version 1.11.10.
Jim Meyering [Fri, 10 Jun 2011 09:57:20 +0000 (11:57 +0200)]
build: include <string.h> for src/match.c's use of strlen
Jim Meyering [Thu, 9 Jun 2011 20:15:52 +0000 (22:15 +0200)]
bootstrap: use --libtool
Jim Meyering [Tue, 7 Jun 2011 17:48:16 +0000 (19:48 +0200)]
build: update to latest gnulib
* .gnulib: Update submodule to latest.
* daemon/m4/gnulib-cache.m4: Regenerate.
Richard W.M. Jones [Thu, 9 Jun 2011 09:10:50 +0000 (10:10 +0100)]
daemon: Keep Coverity happy by ignoring some return values.
Richard W.M. Jones [Thu, 9 Jun 2011 08:39:54 +0000 (09:39 +0100)]
Coverity: Don't return freed pointers from command* along error path.
If the external command failed to run, we could free up the allocated
*stdoutput and *stderror pointers, but then return those freed
pointers to the caller. The caller usually tries to print and free
*stderror, so this is a serious error.
Instead, return *stdoutput as NULL, and *stderror pointing to a
generic error message.
Richard W.M. Jones [Wed, 8 Jun 2011 21:38:53 +0000 (22:38 +0100)]
Coverity: Missing return on error path.
Richard W.M. Jones [Wed, 8 Jun 2011 21:30:24 +0000 (22:30 +0100)]
Coverity: Ensure fp is closed along all error paths.
Richard W.M. Jones [Wed, 8 Jun 2011 21:27:01 +0000 (22:27 +0100)]
Coverity: Close directory handle along error paths.
Richard W.M. Jones [Wed, 8 Jun 2011 21:25:21 +0000 (22:25 +0100)]
Coverity: Don't leak argv arrays.
Richard W.M. Jones [Wed, 8 Jun 2011 21:16:59 +0000 (22:16 +0100)]
Coverity: Don't leak error strings.
Richard W.M. Jones [Wed, 8 Jun 2011 21:14:21 +0000 (22:14 +0100)]
Coverity: Check return value of sysroot_path.
For some reason we were checking the parameter!
Richard W.M. Jones [Wed, 8 Jun 2011 21:07:36 +0000 (22:07 +0100)]
Coverity: Check return value of malloc.
Richard W.M. Jones [Wed, 8 Jun 2011 21:04:25 +0000 (22:04 +0100)]
Coverity: Don't close fd_cwd if fd_cwd == -1.
Richard W.M. Jones [Wed, 8 Jun 2011 21:01:41 +0000 (22:01 +0100)]
Coverity: Avoid calling sort_strings (NULL, 0) on empty list.
Richard W.M. Jones [Wed, 8 Jun 2011 20:56:56 +0000 (21:56 +0100)]
Coverity: Don't call free_strings (NULL).