Richard W.M. Jones [Mon, 29 Jun 2009 09:09:13 +0000 (10:09 +0100)]
Generated code for 'wc_*' commands.
Richard W.M. Jones [Mon, 29 Jun 2009 09:08:59 +0000 (10:08 +0100)]
Todo: wc command done.
Richard W.M. Jones [Mon, 29 Jun 2009 09:08:25 +0000 (10:08 +0100)]
Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.
These commands count characters, words and lines in a file respectively.
Richard W.M. Jones [Mon, 29 Jun 2009 08:53:51 +0000 (09:53 +0100)]
Implement TEST_ONLY environment variable to run selected tests only.
To run just selected tests, do:
TEST_ONLY="hexdump mkfs" make -C capitests check
Richard W.M. Jones [Mon, 29 Jun 2009 08:43:54 +0000 (09:43 +0100)]
Add large test files with standard content for the C API test.
Large test files with standard content for the C API test, and
add a regression test for previous hexdump failure on large files.
Richard W.M. Jones [Mon, 29 Jun 2009 08:43:38 +0000 (09:43 +0100)]
Todo: RUN_ONLY_FOR
Richard W.M. Jones [Mon, 29 Jun 2009 08:39:08 +0000 (09:39 +0100)]
Todo: 'wc' command.
Richard W.M. Jones [Sat, 27 Jun 2009 13:00:48 +0000 (15:00 +0200)]
Guestfish pipes.
Richard W.M. Jones [Sun, 28 Jun 2009 11:54:22 +0000 (13:54 +0200)]
Haskell bindings: Implement bindtests.
Richard W.M. Jones [Sun, 28 Jun 2009 11:34:11 +0000 (13:34 +0200)]
Haskell bindings: Int and Int64 return types.
Richard W.M. Jones [Sun, 28 Jun 2009 11:28:30 +0000 (13:28 +0200)]
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard W.M. Jones [Sun, 28 Jun 2009 11:27:33 +0000 (13:27 +0200)]
Haskell bindings: fix boolean arguments.
Richard W.M. Jones [Sun, 28 Jun 2009 11:17:23 +0000 (13:17 +0200)]
Haskell bindings: Fix integer arguments.
Matthew Booth [Fri, 26 Jun 2009 10:29:14 +0000 (11:29 +0100)]
Clean up XML output
This change makes XML use XML::Writer, and modifies the output in the
following 2 ways:
* /operatingsystems/operatingsystem/os is renamed to
/operatingsystems/operatingsystem/name
* /operatingsystems/kernels/version becomes an attribute of
/operatingsystems/kernel for consistency with initrds
Matthew Booth [Thu, 25 Jun 2009 16:19:29 +0000 (17:19 +0100)]
Make virt-inspector look in more places for module aliases
Specifically:
/etc/conf.modules
/etc/modules.conf
/etc/modprobe.conf
/etc/modprobe.d/*
Matthew Booth [Thu, 25 Jun 2009 13:33:26 +0000 (14:33 +0100)]
Add yaml output for virt-inspector
Matthew Booth [Thu, 25 Jun 2009 09:17:37 +0000 (10:17 +0100)]
Make run-inspector-locally try to work out where it is installed
This change means that you can run run-inspector-locally from any
directory. You can also symlink to it and it'll do the right thing. This
means you can put a symlink to run-inspectory-locally in your path
called 'virt-inspector', and 'guestfish -i' will work.
Richard W.M. Jones [Wed, 24 Jun 2009 20:18:43 +0000 (21:18 +0100)]
More TODO items for future work.
Richard W.M. Jones [Wed, 24 Jun 2009 19:10:53 +0000 (20:10 +0100)]
Allow guestfish -i / virt-inspector on live domains, in limited circumstances.
Richard W.M. Jones [Wed, 24 Jun 2009 19:04:58 +0000 (20:04 +0100)]
Fix detection of optional libvirt support in virt-inspector.
Richard W.M. Jones [Wed, 24 Jun 2009 19:01:41 +0000 (20:01 +0100)]
Document the guestfish --version option in the manual page.
Richard W.M. Jones [Wed, 24 Jun 2009 18:57:24 +0000 (19:57 +0100)]
Clarify documentation for mkdtemp.
Richard W.M. Jones [Wed, 24 Jun 2009 17:25:09 +0000 (18:25 +0100)]
Generated code for 'mkdtemp' command.
Richard W.M. Jones [Wed, 24 Jun 2009 17:22:37 +0000 (18:22 +0100)]
Add mkdtemp command.
Richard W.M. Jones [Wed, 24 Jun 2009 16:16:17 +0000 (17:16 +0100)]
Version 1.0.53.
Richard W.M. Jones [Wed, 24 Jun 2009 14:36:58 +0000 (15:36 +0100)]
Fix libvirt integration in virt-inspector.
Richard W.M. Jones [Wed, 24 Jun 2009 14:35:59 +0000 (15:35 +0100)]
Fix permissions on generated scripts in the appliance/ directory.
Richard W.M. Jones [Wed, 24 Jun 2009 11:41:24 +0000 (12:41 +0100)]
Version 1.0.52.
Richard W.M. Jones [Wed, 24 Jun 2009 11:15:57 +0000 (12:15 +0100)]
Quote command line arguments to virt-inspector.
Richard W.M. Jones [Wed, 24 Jun 2009 10:55:57 +0000 (11:55 +0100)]
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard W.M. Jones [Wed, 24 Jun 2009 10:54:48 +0000 (11:54 +0100)]
Added guestfish -i option to run virt-inspector.
You can invoke guestfish with:
guestfish -i libvirt-domain
guestfish -i disk-image(s)
Matthew Booth [Wed, 24 Jun 2009 10:50:08 +0000 (11:50 +0100)]
Fix dependencies in perl so it doesn't always rebuild
Richard W.M. Jones [Wed, 24 Jun 2009 08:59:39 +0000 (09:59 +0100)]
Implement guestfish -f option to allow guestfish scripts.
New '-f' option allows scripts to be written using:
#!/usr/bin/guestfish -f
Richard W.M. Jones [Wed, 24 Jun 2009 08:56:34 +0000 (09:56 +0100)]
Incorrect assignment on glob error path.
Richard W.M. Jones [Wed, 24 Jun 2009 08:45:14 +0000 (09:45 +0100)]
Todo items: guestfish options -i and -f.
Richard W.M. Jones [Tue, 23 Jun 2009 21:02:10 +0000 (22:02 +0100)]
Implement libtool library versioning.
Use maximum proc_nr (MAX_PROC_NR) as a surrogate for the
library ABI version, resulting in version numbers such as
libguestfs.so.0.<MAX_PROC_NR>.0 for the final library.
Add ABI guarantee to the documentation.
Matthew Booth [Tue, 23 Jun 2009 16:35:40 +0000 (17:35 +0100)]
Make the supermin helper look for any x86 kernel
If you've got a non-PAE kernel installed on an i686 machine, the kernel
architecture is i586. This change makes sure that supermin finds the
installed kernel.
Richard W.M. Jones [Tue, 23 Jun 2009 14:53:44 +0000 (15:53 +0100)]
Generated code for 'scrub-*' commands.
Richard W.M. Jones [Tue, 23 Jun 2009 14:53:21 +0000 (15:53 +0100)]
Added 'scrub-*' commands for securely scrubbing filesystems.
Richard W.M. Jones [Tue, 23 Jun 2009 14:52:45 +0000 (15:52 +0100)]
Bump up default guest size to 500M.
Richard W.M. Jones [Tue, 23 Jun 2009 09:17:59 +0000 (10:17 +0100)]
Updated Polish translation (RHBZ#502533).
Richard W.M. Jones [Tue, 23 Jun 2009 09:07:46 +0000 (10:07 +0100)]
Command line argument handling.
Richard W.M. Jones [Tue, 23 Jun 2009 07:27:52 +0000 (08:27 +0100)]
'-no-kqemu' option is no longer necessary to avoid a warning.
Richard Jones [Mon, 22 Jun 2009 16:02:15 +0000 (17:02 +0100)]
Version 1.0.51
Richard Jones [Mon, 22 Jun 2009 15:53:24 +0000 (16:53 +0100)]
Add whitespace to the init script (no functional change).
Richard Jones [Mon, 22 Jun 2009 15:43:42 +0000 (16:43 +0100)]
Issue MAKEDEV commands in a loop (RHBZ#507374).
Richard Jones [Mon, 22 Jun 2009 14:07:42 +0000 (15:07 +0100)]
Check parameter types in Ruby bindings (RHBZ#507346).
Richard Jones [Mon, 22 Jun 2009 13:24:52 +0000 (14:24 +0100)]
Improve error message when appliance doesn't match library.
Richard Jones [Mon, 22 Jun 2009 13:14:45 +0000 (14:14 +0100)]
Missing \n character in Ruby bindings.
Richard Jones [Mon, 22 Jun 2009 11:40:57 +0000 (12:40 +0100)]
Make CHROOT_IN/OUT macros should loudly if the syscall fails.
Richard Jones [Mon, 22 Jun 2009 11:24:27 +0000 (12:24 +0100)]
Include the lsof package.
Richard Jones [Mon, 22 Jun 2009 11:24:14 +0000 (12:24 +0100)]
Check return value from close() call.
Richard Jones [Mon, 22 Jun 2009 11:23:56 +0000 (12:23 +0100)]
The 'debug sh' command now uses a real shell.
Richard Jones [Mon, 22 Jun 2009 11:23:31 +0000 (12:23 +0100)]
test-boot-realistic rule should boot the rescue shell.
Richard Jones [Mon, 22 Jun 2009 11:23:12 +0000 (12:23 +0100)]
Rebuild supermin appliance when the daemon is updated.
Richard Jones [Mon, 22 Jun 2009 09:02:11 +0000 (10:02 +0100)]
Version 1.0.50.
Richard Jones [Mon, 22 Jun 2009 08:35:43 +0000 (09:35 +0100)]
Add 'glob' command for guestfish.
Richard Jones [Mon, 22 Jun 2009 07:20:42 +0000 (08:20 +0100)]
Generated code for 'glob-expand'.
Richard Jones [Mon, 22 Jun 2009 07:20:32 +0000 (08:20 +0100)]
Add 'glob-expand' command.
Richard Jones [Mon, 22 Jun 2009 06:49:50 +0000 (07:49 +0100)]
Generated code for 'sh' and 'sh-lines' commands.
Richard Jones [Mon, 22 Jun 2009 06:49:37 +0000 (07:49 +0100)]
Add 'sh' and 'sh-lines' commands.
Richard W.M. Jones [Sat, 20 Jun 2009 15:05:12 +0000 (16:05 +0100)]
Check return value from waitpid call in command*() functions.
Richard W.M. Jones [Sat, 20 Jun 2009 14:30:39 +0000 (15:30 +0100)]
Add strong note about deprecation of functions which take either device names or filenames.
Richard W.M. Jones [Sat, 20 Jun 2009 13:55:49 +0000 (14:55 +0100)]
Check return value from pclose.
Richard W.M. Jones [Fri, 19 Jun 2009 18:48:19 +0000 (19:48 +0100)]
Update to-do list.
Richard W.M. Jones [Fri, 19 Jun 2009 18:48:05 +0000 (19:48 +0100)]
Generated files for 1.0.49.
Richard W.M. Jones [Fri, 19 Jun 2009 18:28:51 +0000 (19:28 +0100)]
Prepare for version 1.0.49.
Richard W.M. Jones [Fri, 19 Jun 2009 17:25:38 +0000 (18:25 +0100)]
Supermin: choose newest available kernel.
Richard W.M. Jones [Fri, 19 Jun 2009 13:47:22 +0000 (14:47 +0100)]
Move init script into a separate file.
Richard W.M. Jones [Fri, 19 Jun 2009 13:26:44 +0000 (14:26 +0100)]
Move distro package list to a separate packagelist.in file.
Richard Jones [Thu, 18 Jun 2009 20:06:22 +0000 (21:06 +0100)]
Add tab-completion of guest filenames (currently disabled).
Guido Günther [Mon, 15 Jun 2009 18:27:52 +0000 (20:27 +0200)]
check for Debian tools
Richard Jones [Thu, 18 Jun 2009 13:37:12 +0000 (14:37 +0100)]
Remove unreadable binaries that give warnings in supermin appliance.
Richard Jones [Thu, 18 Jun 2009 13:27:20 +0000 (14:27 +0100)]
Rename guestfs-supermin-helper -> libguestfs-supermin-helper.
Richard Jones [Tue, 16 Jun 2009 10:22:31 +0000 (11:22 +0100)]
Version 1.0.48.
Richard Jones [Tue, 16 Jun 2009 09:55:36 +0000 (10:55 +0100)]
Don't compress the supermin base initramfs.
Richard Jones [Tue, 16 Jun 2009 08:56:44 +0000 (09:56 +0100)]
Reverse sense of whitelist test.
Richard Jones [Tue, 16 Jun 2009 08:56:19 +0000 (09:56 +0100)]
Fix build_supermin_appliance to return kernel / initrd names.
Richard Jones [Mon, 15 Jun 2009 22:06:21 +0000 (23:06 +0100)]
Missing files in previous release, so version 1.0.47
Richard Jones [Mon, 15 Jun 2009 22:02:36 +0000 (23:02 +0100)]
Missing files from previous release.
Richard Jones [Mon, 15 Jun 2009 21:47:09 +0000 (22:47 +0100)]
Generated files for 1.0.46 release.
Richard Jones [Mon, 15 Jun 2009 21:39:57 +0000 (22:39 +0100)]
Prepare for 1.0.46.
Richard Jones [Mon, 15 Jun 2009 10:50:35 +0000 (11:50 +0100)]
Experimental implementation of the supermin appliance (passes most tests).
Richard Jones [Mon, 15 Jun 2009 10:37:58 +0000 (11:37 +0100)]
Check for febootstrap-to-initramfs --files option.
Richard Jones [Sat, 13 Jun 2009 11:58:24 +0000 (12:58 +0100)]
Add --enable-supermin option.
Richard Jones [Sat, 13 Jun 2009 11:58:47 +0000 (12:58 +0100)]
Documentation for the supermin appliance.
Richard Jones [Mon, 15 Jun 2009 13:45:05 +0000 (14:45 +0100)]
Move kernel module list to a separate whitelist file.
Richard Jones [Sat, 13 Jun 2009 10:18:54 +0000 (11:18 +0100)]
Update status of libguestfs in Debian.
Richard Jones [Sat, 13 Jun 2009 10:16:43 +0000 (11:16 +0100)]
Remove /lib/kbd (keyboard maps) from the appliance.
Richard Jones [Sat, 13 Jun 2009 10:11:03 +0000 (11:11 +0100)]
Remove firmware from the appliance.
Richard Jones [Sat, 13 Jun 2009 09:59:51 +0000 (10:59 +0100)]
make.sh calls update.sh directly.
Combine the common tail of make.sh and update.sh so that make
just calls update at the end directly. The effect is the same.
Richard Jones [Sat, 13 Jun 2009 09:48:16 +0000 (10:48 +0100)]
Rename (make|update)-initramfs.sh.in -> (make|update).sh.in
Richard Jones [Fri, 12 Jun 2009 12:39:32 +0000 (13:39 +0100)]
Prepare for 1.0.45
Richard Jones [Thu, 11 Jun 2009 16:27:18 +0000 (17:27 +0100)]
Add guestfs_rescue=1 appliance option to start a rescue shell.
Richard Jones [Thu, 11 Jun 2009 15:57:59 +0000 (16:57 +0100)]
Catching hanging qemu in tests (RHBZ#505329).
Richard Jones [Thu, 11 Jun 2009 15:57:29 +0000 (16:57 +0100)]
More TODO-list suggestions and a summary of PPC situation.
Richard Jones [Wed, 10 Jun 2009 14:45:00 +0000 (15:45 +0100)]
Prepare for 1.0.44.
Richard Jones [Wed, 10 Jun 2009 14:31:29 +0000 (15:31 +0100)]
Remove obsolete comment from generator.
Richard Jones [Wed, 10 Jun 2009 14:31:13 +0000 (15:31 +0100)]
Specify type of squashfs filesystem.
Richard Jones [Wed, 10 Jun 2009 14:06:44 +0000 (15:06 +0100)]
Allow HFS+, UFS and XFS filesystems (add to kmod whitelist).