libguestfs.git
14 years agoUpdate with links to the new mailing list.
Richard Jones [Wed, 8 Jul 2009 16:20:52 +0000 (17:20 +0100)]
Update with links to the new mailing list.

14 years agoFix checking of generator being run from the right directory.
Richard W.M. Jones [Tue, 7 Jul 2009 19:28:29 +0000 (20:28 +0100)]
Fix checking of generator being run from the right directory.

Originally it was looking for 'config.status', but this file
might not exist until configure has been run.  Make it look for
HACKING instead.

14 years agoVersion 1.0.56. 1.0.56
Richard W.M. Jones [Tue, 7 Jul 2009 19:06:27 +0000 (20:06 +0100)]
Version 1.0.56.

14 years agoRHEL 5: Mount squashfs with explicit type.
Richard Jones [Tue, 7 Jul 2009 18:39:58 +0000 (19:39 +0100)]
RHEL 5: Mount squashfs with explicit type.

14 years agoRHEL 5: Skip 'scrub' test if command is not in the initramfs.
Richard Jones [Tue, 7 Jul 2009 18:02:59 +0000 (19:02 +0100)]
RHEL 5: Skip 'scrub' test if command is not in the initramfs.

14 years agoRHEL 5: 'mkswap -U' not supported, check before testing it.
Richard Jones [Tue, 7 Jul 2009 18:01:45 +0000 (19:01 +0100)]
RHEL 5: 'mkswap -U' not supported, check before testing it.

14 years agoUpdate ocaml/.depend.
Richard Jones [Tue, 7 Jul 2009 16:34:31 +0000 (17:34 +0100)]
Update ocaml/.depend.

14 years agoRHEL 5: RHEL kernels don't have $arch at the end, so look for non-arch kernels too.
Richard Jones [Tue, 7 Jul 2009 16:33:47 +0000 (17:33 +0100)]
RHEL 5: RHEL kernels don't have $arch at the end, so look for non-arch kernels too.

14 years agoRHEL 5: $(builddir) did not exist with this old autoconf/automake, so workaround.
Richard Jones [Tue, 7 Jul 2009 16:33:09 +0000 (17:33 +0100)]
RHEL 5: $(builddir) did not exist with this old autoconf/automake, so workaround.

14 years agoRHEL 5: for (int i = ...) is not permitted with this old version of GCC.
Richard Jones [Tue, 7 Jul 2009 16:32:34 +0000 (17:32 +0100)]
RHEL 5: for (int i = ...) is not permitted with this old version of GCC.

14 years agoMerge branch 'master' of git://git.et.redhat.com/libguestfs
Richard Jones [Tue, 7 Jul 2009 15:55:51 +0000 (16:55 +0100)]
Merge branch 'master' of git://git.et.redhat.com/libguestfs

14 years agoGenerate structs and struct lists generically.
Richard Jones [Tue, 7 Jul 2009 12:42:34 +0000 (13:42 +0100)]
Generate structs and struct lists generically.

This modifies the way that struct and struct lists are generated
(for return values) so that there is no need to add an explicit
new type when adding a new structure.

All tests pass, and the C API should be compatible.

I have also inspected the changes that are made to the generated
code by hand.

14 years agoFix for 349814e9d912c4: Get correct path when building Ruby bindings.
Richard Jones [Tue, 7 Jul 2009 12:03:36 +0000 (13:03 +0100)]
Fix for 349814e9d912c4: Get correct path when building Ruby bindings.

14 years agoTest two (of four) cancellation paths.
Richard Jones [Mon, 6 Jul 2009 15:01:51 +0000 (16:01 +0100)]
Test two (of four) cancellation paths.

14 years agoAdd a debug message to the library cancellation path.
Richard Jones [Mon, 6 Jul 2009 15:01:23 +0000 (16:01 +0100)]
Add a debug message to the library cancellation path.

14 years agoIntroduce regression tests for various qemu failures.
Richard Jones [Mon, 6 Jul 2009 12:10:25 +0000 (13:10 +0100)]
Introduce regression tests for various qemu failures.

Test failure of qemu and recovery of the library:
 - mid-command
 - between commands
 - during launch [test not working yet]
 - explicitly killed by guestfs_kill_subprocess

Also this patch cleans up the other tests in this directory
and disables the long-winded test-bootbootboot test.

14 years agoguestfish: Always fflush stdout between commands.
Richard Jones [Mon, 6 Jul 2009 11:46:44 +0000 (12:46 +0100)]
guestfish: Always fflush stdout between commands.

14 years agoWhitespace change in ocaml/.depend file.
Richard Jones [Mon, 6 Jul 2009 11:37:14 +0000 (12:37 +0100)]
Whitespace change in ocaml/.depend file.

14 years agoAdd 'get-pid' command.
Richard Jones [Mon, 6 Jul 2009 11:30:59 +0000 (12:30 +0100)]
Add 'get-pid' command.

This is used to get the PID of the qemu subprocess, mainly for
debugging and testing purposes.

14 years agoTodo: Remote-control guestfish through a pipe.
Richard Jones [Mon, 6 Jul 2009 11:30:33 +0000 (12:30 +0100)]
Todo: Remote-control guestfish through a pipe.

14 years agoSort the .gitignore file (no semantic change).
Richard Jones [Mon, 6 Jul 2009 11:05:55 +0000 (12:05 +0100)]
Sort the .gitignore file (no semantic change).

14 years agoRemove files generated by autoreconf (Guido Gunter and Matthew Booth).
Richard Jones [Mon, 6 Jul 2009 11:03:35 +0000 (12:03 +0100)]
Remove files generated by autoreconf (Guido Gunter and Matthew Booth).

14 years agoDon't die if reply message is oversized (RHBZ#509597).
Richard Jones [Sun, 5 Jul 2009 15:04:50 +0000 (16:04 +0100)]
Don't die if reply message is oversized (RHBZ#509597).

14 years agouse 'stupid_simple' instead of 'nested' initramfs
Guido Günther [Sat, 4 Jul 2009 12:41:23 +0000 (14:41 +0200)]
use 'stupid_simple' instead of 'nested' initramfs

speeds up start of the appliance

14 years agoselect proper kernel by architecture
Guido Günther [Fri, 3 Jul 2009 20:20:05 +0000 (22:20 +0200)]
select proper kernel by architecture

14 years agoMake it possible to build in a separate directory
Matthew Booth [Fri, 3 Jul 2009 10:52:50 +0000 (11:52 +0100)]
Make it possible to build in a separate directory

This patch allows you to do:
mkdir build
cd build
../configure ...
make

This will output all generated files to the build directory. Given that
autogen automatically runs configure, you can also do:

BUILDDIR=./build ./autogen.sh

which will do the right thing.

Also:

* Fix a dependency bug which means that guestfs_protocol.h
  isn't automatically rebuilt.
* Re-running autogen.sh with no arguments won't blow away your previous
  configure arguments.

14 years agogenerate slightly more "const-correct" code
Jim Meyering [Fri, 3 Jul 2009 12:17:23 +0000 (14:17 +0200)]
generate slightly more "const-correct" code

* src/generator.ml: Add a few "const" attributes.

14 years agoavoid leak upon failed realloc
Jim Meyering [Fri, 3 Jul 2009 10:05:22 +0000 (12:05 +0200)]
avoid leak upon failed realloc

* daemon/guestfsd.c (commandrv): Free original buffer (rather
than leaking it) if realloc fails.

14 years agoremove trailing blanks
Jim Meyering [Fri, 3 Jul 2009 09:53:49 +0000 (11:53 +0200)]
remove trailing blanks

14 years agodaemon/readdir: avoid a small leak
Jim Meyering [Fri, 3 Jul 2009 09:52:19 +0000 (11:52 +0200)]
daemon/readdir: avoid a small leak

* daemon/readdir.c (do_readdir): Free both p and v.name, in case
only one of the allocations failed.

14 years agotouch fakeroot.log
Guido Günther [Thu, 2 Jul 2009 15:30:40 +0000 (17:30 +0200)]
touch fakeroot.log

indicationg we're done creating the appliance

14 years agoremove superflous debirf scripts
Guido Günther [Fri, 3 Jul 2009 10:42:38 +0000 (12:42 +0200)]
remove superflous debirf scripts

14 years agoGuestfish tab-completion on destination paths, fixed this time.
Richard W.M. Jones [Fri, 3 Jul 2009 11:02:21 +0000 (12:02 +0100)]
Guestfish tab-completion on destination paths, fixed this time.

Tab-completion on destination paths should now work correctly.

14 years agoDon't keep rebuilding debirf module symlinks.
Richard W.M. Jones [Fri, 3 Jul 2009 10:31:01 +0000 (11:31 +0100)]
Don't keep rebuilding debirf module symlinks.

14 years ago'readdir-and-stat' call is now effectively implemented.
Richard W.M. Jones [Fri, 3 Jul 2009 10:10:49 +0000 (11:10 +0100)]
'readdir-and-stat' call is now effectively implemented.

14 years agoAdd Debian appliance directory to the distfile.
Richard W.M. Jones [Fri, 3 Jul 2009 09:47:10 +0000 (10:47 +0100)]
Add Debian appliance directory to the distfile.

'make dist' won't copy symlinks into the output file, so we
have to add a rule to the Makefile to copy these.

(Issue reported by Guido Gunther).

14 years agoMerge branch 'master' of git+ssh://192.168.122.1/home/rjones/d/libguestfs
Richard Jones [Thu, 2 Jul 2009 23:22:14 +0000 (00:22 +0100)]
Merge branch 'master' of git+ssh://192.168.122.1/home/rjones/d/libguestfs

14 years agouse safe_malloc and safe_calloc in generated code
Jim Meyering [Thu, 2 Jul 2009 13:39:08 +0000 (15:39 +0200)]
use safe_malloc and safe_calloc in generated code

* src/generator.ml (safe_malloc): Define to guestfs_safe_malloc.
(safe_calloc): Define to guestfs_safe_calloc.
[most generated code]: Fail immediately upon failure of otherwise-
unchecked malloc and calloc calls.
* src/guestfs.c: Include <stddef.h>.
(xalloc_oversized): Define.
* src/guestfs.h (guestfs_safe_calloc): Declare.

14 years agoprefer sizeof *VAR over sizeof TYPE (no semantic change)
Jim Meyering [Thu, 2 Jul 2009 13:25:58 +0000 (15:25 +0200)]
prefer sizeof *VAR over sizeof TYPE (no semantic change)

* src/generator.ml: Slightly safer, in case the
declared type ever changes.

14 years agoPrepare for 1.0.55. PO files also updated. 1.0.55
Richard W.M. Jones [Thu, 2 Jul 2009 20:51:47 +0000 (21:51 +0100)]
Prepare for 1.0.55.  PO files also updated.

14 years agoAdd 'sfdiskM' command.
Richard W.M. Jones [Thu, 2 Jul 2009 20:50:30 +0000 (21:50 +0100)]
Add 'sfdiskM' command.

This command is a saner interface to partitioning.

All partition sizes are specified in megabytes (not cylinders).
You don't need to specify the cyls/heads/secs parameters.

All the test code has been updated to use this, so it is now
CHS-independent (eg. when CHS changes as between IDE and virtio).

14 years agoRemove generated files guestfs_protocol.[ch].
Richard W.M. Jones [Thu, 2 Jul 2009 20:48:17 +0000 (21:48 +0100)]
Remove generated files guestfs_protocol.[ch].

These generated files were accidentally left in when we
removed the other generated files in cset
b3cb0b04eb2d38ba32c160a83d8e3894b376907b.

14 years agoDon't rebuild the whole appliance if just the /init script has been changed.
Richard W.M. Jones [Thu, 2 Jul 2009 20:33:51 +0000 (21:33 +0100)]
Don't rebuild the whole appliance if just the /init script has been changed.

14 years agoImprove virtio-blk performance (RHBZ#509383).
Richard W.M. Jones [Thu, 2 Jul 2009 20:32:59 +0000 (21:32 +0100)]
Improve virtio-blk performance (RHBZ#509383).

14 years agoAdd ./configure --with-drive-if=(ide|scsi|virtio)
Richard W.M. Jones [Thu, 2 Jul 2009 16:38:55 +0000 (17:38 +0100)]
Add ./configure --with-drive-if=(ide|scsi|virtio)

With this flag the packager can decide to default to a particular
qemu drive model.  The current default is 'ide', however note that
we intend to change this in future to 'virtio' once some upstream
regressions are fixed.  Packagers can force a particular drive
model if they wish.

14 years agoAdd the guestfish 'time' command.
Richard W.M. Jones [Thu, 2 Jul 2009 15:02:32 +0000 (16:02 +0100)]
Add the guestfish 'time' command.

 ><fs> time sfdisk /dev/sda 0 0 0 ,
 elapsed time: 6.12 seconds

14 years agoAdd list of function_names to the daemon.
Richard W.M. Jones [Thu, 2 Jul 2009 14:11:59 +0000 (15:11 +0100)]
Add list of function_names to the daemon.

Messages which include the proc_nr can now also include the
name of the actual function being called.

14 years agoIn verbose mode, daemon will display the time elapsed for each command.
Richard W.M. Jones [Thu, 2 Jul 2009 13:11:19 +0000 (14:11 +0100)]
In verbose mode, daemon will display the time elapsed for each command.

14 years agoIgnore generated file appliance/debian/debirf.conf
Richard W.M. Jones [Thu, 2 Jul 2009 13:10:55 +0000 (14:10 +0100)]
Ignore generated file appliance/debian/debirf.conf

14 years agoBuild Debian based appliance using debirf
Guido Günther [Tue, 30 Jun 2009 13:01:14 +0000 (15:01 +0200)]
Build Debian based appliance using debirf

14 years agoadd debirf files
Guido Günther [Tue, 16 Jun 2009 21:47:36 +0000 (23:47 +0200)]
add debirf files

14 years agounconditionally load dm module
Guido Günther [Thu, 2 Jul 2009 08:46:37 +0000 (10:46 +0200)]
unconditionally load dm module

needed for device mapper (LVM)

14 years agoadd missing module
Guido Günther [Tue, 30 Jun 2009 12:44:09 +0000 (14:44 +0200)]
add missing module

for modularized Debian kernels

14 years agoavoid automake failure
Jim Meyering [Thu, 2 Jul 2009 11:36:04 +0000 (13:36 +0200)]
avoid automake failure

* daemon/configure.ac: Use AM_PROG_CC_C_O, not AC_PROG_CC_C_O.

14 years agoarrange to build some generated sources
Jim Meyering [Thu, 2 Jul 2009 11:30:07 +0000 (13:30 +0200)]
arrange to build some generated sources

* src/Makefile.am (BUILT_SOURCES): Define.
($(BUILT_SOURCES)): Depend on stamp-generator.

14 years agoRe-add src/MAX_PROC_NR (generated file).
Richard W.M. Jones [Thu, 2 Jul 2009 12:07:07 +0000 (13:07 +0100)]
Re-add src/MAX_PROC_NR (generated file).

This file is required by configure, so we need to add it so
it is available after the git checkout.

14 years agoMemoize the output of pod2text function in the generator.
Richard W.M. Jones [Thu, 2 Jul 2009 11:23:08 +0000 (12:23 +0100)]
Memoize the output of pod2text function in the generator.

This speeds up the generator greatly.

14 years agoUpdated PO files.
Richard W.M. Jones [Thu, 2 Jul 2009 11:04:54 +0000 (12:04 +0100)]
Updated PO files.

14 years agoRemove generated code from git.
Richard W.M. Jones [Thu, 2 Jul 2009 10:38:36 +0000 (11:38 +0100)]
Remove generated code from git.

Git users now require the OCaml compiler in order to regenerate
the generated code after a checkout.

Generated code will remain in the tarball, so users of the
source tarball will not need the OCaml compiler.

14 years agoGenerator now runs automatically when it has changed.
Richard W.M. Jones [Thu, 2 Jul 2009 10:29:00 +0000 (11:29 +0100)]
Generator now runs automatically when it has changed.

14 years agoAdd 'readdir' call.
Richard W.M. Jones [Wed, 1 Jul 2009 19:56:58 +0000 (20:56 +0100)]
Add 'readdir' call.

This adds a readdir call (mostly intended for programs).  The
return value is a list of guestfs_dirent structures.

This adds the new types 'struct guestfs_dirent' and
'struct guestfs_dirent_list', along with all the code to
return these in the different language bindings.

Also includes additional tests for OCaml and Perl bindings
to test this.

14 years agofish: handle some out-of-memory conditions
Jim Meyering [Wed, 1 Jul 2009 14:09:33 +0000 (16:09 +0200)]
fish: handle some out-of-memory conditions

* fish/destpaths.c (xalloc_oversized): Define.
(complete_dest_paths_generator): Use size_t as type for a few
variables, rather than int.
Don't deref NULL or undef on failed heap alloc.
Don't leak on failed realloc.
Detect theoretical overflow when count_strings returns a very
large number of strings.
Handle asprintf failure.
(APPEND_STRS_AND_FREE): Rewrite as do {...}while(0), so that each use
can/must be followed by a semicolon.  Better for auto-formatters.

14 years agoCall 'udevadm settle' after operations which add/remove device nodes.
Richard W.M. Jones [Wed, 1 Jul 2009 16:15:24 +0000 (17:15 +0100)]
Call 'udevadm settle' after operations which add/remove device nodes.

Because udev operates asynchronously, we found errors which were
caused by a previous command (eg. sfdisk or pvremove) creating
or removing a device, and that change not having happened by the
time the next command was run.

This patch adds calls to '/sbin/udevadm settle' after any commands
which can add or remove device nodes.

If udev is not being used or not available, this should have no
effect.  The command fails and this is silently ignored.

14 years agoAll instances of 'pclose' now check for return value != 0.
Richard W.M. Jones [Wed, 1 Jul 2009 16:13:39 +0000 (17:13 +0100)]
All instances of 'pclose' now check for return value != 0.

We are generally interested that the subcommand ran without
error, ie. had exit status of 0.  'pclose' returns the exit
status, so we now check that pclose (fp) != 0.

14 years agoFix error handling of external sfdisk command.
Richard W.M. Jones [Wed, 1 Jul 2009 15:36:13 +0000 (16:36 +0100)]
Fix error handling of external sfdisk command.

Should use 'pclose' instead of 'fclose' (although fclose happens
to work because of glibc internals).

The result of pclose is the exit status of the command, so we
need to test this is != 0.

14 years agoGenerated code for the virtio_blk change.
Richard W.M. Jones [Tue, 30 Jun 2009 13:01:40 +0000 (14:01 +0100)]
Generated code for the virtio_blk change.

14 years agoChange to use virtio_blk (virtio block device) by default.
Richard W.M. Jones [Tue, 30 Jun 2009 12:59:29 +0000 (13:59 +0100)]
Change to use virtio_blk (virtio block device) by default.

virtio_blk is the fast, virt-native block device driver
supported by qemu and KVM.  Note that virtio_blk device
names are called /dev/vd*.

Existing scripts should continue working because device name
translation will silently change device names of the form
/dev/sd* to /dev/vd* as required.

See also:
http://libguestfs.org/guestfs.3.html#block_device_naming

14 years agoDon't dereference or free undefined "msg" upon OOM.
Jim Meyering [Wed, 1 Jul 2009 13:45:01 +0000 (15:45 +0200)]
Don't dereference or free undefined "msg" upon OOM.

* src/guestfs.c (guestfs_error): Handle failing vasprintf.

14 years agoAdd libguestfs(3) as an alias manpage for guestfs(3).
Richard W.M. Jones [Wed, 1 Jul 2009 13:51:06 +0000 (14:51 +0100)]
Add libguestfs(3) as an alias manpage for guestfs(3).

14 years agoUpdated PO files.
Richard W.M. Jones [Wed, 1 Jul 2009 13:48:35 +0000 (14:48 +0100)]
Updated PO files.

14 years agoReorder the environment variables alphabetically in the documentation.
Richard W.M. Jones [Wed, 1 Jul 2009 13:45:52 +0000 (14:45 +0100)]
Reorder the environment variables alphabetically in the documentation.

14 years agoDocument the $PAGER environment variable.
Richard W.M. Jones [Wed, 1 Jul 2009 13:43:49 +0000 (14:43 +0100)]
Document the $PAGER environment variable.

14 years agoDocument the LIBGUESTFS_MEMSIZE environment variable.
Richard W.M. Jones [Wed, 1 Jul 2009 13:42:41 +0000 (14:42 +0100)]
Document the LIBGUESTFS_MEMSIZE environment variable.

14 years agoChange statvfs test so it doesn't depend on device size.
Richard W.M. Jones [Tue, 30 Jun 2009 14:10:31 +0000 (15:10 +0100)]
Change statvfs test so it doesn't depend on device size.

Current statvfs test depended on a lot of filesystem details
which can change if the CHS of the underlying block device
changes (eg. with the switch from IDE -> virtio).  These are
not really necessary to test the call, so instead just check
for filesystem features.

14 years agoClean up the output of the C API test code.
Richard W.M. Jones [Tue, 30 Jun 2009 14:12:48 +0000 (15:12 +0100)]
Clean up the output of the C API test code.

Set output mode to unbuffered so that we see ordinary output
messages and errors at the same time.

Align "skipped" messages.

14 years agoTodo: getfattr, setfattr.
Richard W.M. Jones [Tue, 30 Jun 2009 16:48:07 +0000 (17:48 +0100)]
Todo: getfattr, setfattr.

14 years agoWhitelist kernel modules for hardware emulated by QEMU
Guido Günther [Tue, 30 Jun 2009 10:17:40 +0000 (12:17 +0200)]
Whitelist kernel modules for hardware emulated by QEMU

(Modified from Guido's original patch to use a wildcard to
specify all virtio modules - RWMJ).

14 years agoGenerated code for mknod, mkfifo, mknod_b, mknod_c, umask.
Richard W.M. Jones [Tue, 30 Jun 2009 12:09:44 +0000 (13:09 +0100)]
Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.

14 years agoNew commands: mknod, mkfifo, mknod_b, mknod_c and umask.
Richard W.M. Jones [Tue, 30 Jun 2009 12:08:34 +0000 (13:08 +0100)]
New commands: mknod, mkfifo, mknod_b, mknod_c and umask.

These commands are used to create block and char device
nodes or FIFOs (named pipes) in the filesystem.

The umask command is required also because the permissions
used by mknod are masked by the umask.

Also document and guarantee that the umask starts as 022.

14 years agoUse octal numbers for modes in the test suite.
Richard W.M. Jones [Tue, 30 Jun 2009 12:07:07 +0000 (13:07 +0100)]
Use octal numbers for modes in the test suite.

We have to use the OCaml convention (0o...).  Note that in
OCaml 0777 is a _decimal_ number.  It'll catch you out.

14 years agoGenerated code for 'set_memsize'/'get_memsize' calls.
Richard W.M. Jones [Tue, 30 Jun 2009 10:17:06 +0000 (11:17 +0100)]
Generated code for 'set_memsize'/'get_memsize' calls.

14 years agoAdd 'set_memsize'/'get_memsize' calls.
Richard W.M. Jones [Tue, 30 Jun 2009 10:16:22 +0000 (11:16 +0100)]
Add 'set_memsize'/'get_memsize' calls.

Allow the qemu memory size to be specified either by API
calls or by setting the LIBGUESTFS_MEMSIZE environment
variable.

14 years agoUse udev if available (Guido Gunter).
Guido Günther [Mon, 29 Jun 2009 20:56:54 +0000 (22:56 +0200)]
Use udev if available (Guido Gunter).

Added support for Fedora's udev (Richard Jones).

14 years agodefine REDHAT and DEBIAN
Guido Günther [Mon, 29 Jun 2009 16:40:00 +0000 (18:40 +0200)]
define REDHAT and DEBIAN

so we can preprocess packagelist.in

14 years agoTodo: Suggest an environment variable for memsize configuration.
Richard W.M. Jones [Mon, 29 Jun 2009 19:39:41 +0000 (20:39 +0100)]
Todo: Suggest an environment variable for memsize configuration.

14 years agoGenerated code for the 'mkswap*' commands.
Richard W.M. Jones [Mon, 29 Jun 2009 19:24:47 +0000 (20:24 +0100)]
Generated code for the 'mkswap*' commands.

14 years agoImplement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
Richard W.M. Jones [Mon, 29 Jun 2009 19:23:42 +0000 (20:23 +0100)]
Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.

These commands are used to make Linux swap devices.  The mkswap_L
command makes one with a label.  The mkswap_U command makes one
with a known UUID.

14 years agoTodo: Allow memsize to be configured.
Richard W.M. Jones [Mon, 29 Jun 2009 19:24:38 +0000 (20:24 +0100)]
Todo: Allow memsize to be configured.

14 years agoTodo: Investigations into 'binarch' command.
Richard W.M. Jones [Mon, 29 Jun 2009 17:52:14 +0000 (18:52 +0100)]
Todo: Investigations into 'binarch' command.

14 years agoRearrange guestfish commands in the manpage.
Richard W.M. Jones [Mon, 29 Jun 2009 17:40:42 +0000 (18:40 +0100)]
Rearrange guestfish commands in the manpage.

14 years agoAdd missing documentation for new 'more' and 'less' commands in guestfish.
Richard W.M. Jones [Mon, 29 Jun 2009 16:48:03 +0000 (17:48 +0100)]
Add missing documentation for new 'more' and 'less' commands in guestfish.

14 years agoVersion 1.0.54 1.0.54
Richard W.M. Jones [Mon, 29 Jun 2009 16:33:52 +0000 (17:33 +0100)]
Version 1.0.54

14 years agoCheck for XML::Writer dependency for virt-inspector.
Richard W.M. Jones [Mon, 29 Jun 2009 16:33:32 +0000 (17:33 +0100)]
Check for XML::Writer dependency for virt-inspector.

14 years agoRemove generated files in make clean.
Richard W.M. Jones [Mon, 29 Jun 2009 16:33:08 +0000 (17:33 +0100)]
Remove generated files in make clean.

14 years agoMerge commit 'et/master'
Matthew Booth [Mon, 29 Jun 2009 15:27:05 +0000 (16:27 +0100)]
Merge commit 'et/master'

14 years agoFix for 'broken pipe' error when qemu dies (RHBZ#508713).
Richard W.M. Jones [Mon, 29 Jun 2009 15:22:10 +0000 (16:22 +0100)]
Fix for 'broken pipe' error when qemu dies (RHBZ#508713).

14 years agoGenerated code for mount-loop command.
Richard W.M. Jones [Mon, 29 Jun 2009 15:05:22 +0000 (16:05 +0100)]
Generated code for mount-loop command.

14 years agoAdd mount-loop command (RHBZ#508668).
Richard W.M. Jones [Mon, 29 Jun 2009 15:03:54 +0000 (16:03 +0100)]
Add mount-loop command (RHBZ#508668).

Loop device mounts don't work for the generic 'mount' commands
because the first parameter should be a file not a device.

We want to separate out files parameters from device parameters
in the long term, so this adds a new mount-loop command for this
purpose.

14 years agoFix memory leak in daemon/mount.c:do_mount_vfs.
Richard W.M. Jones [Mon, 29 Jun 2009 15:00:49 +0000 (16:00 +0100)]
Fix memory leak in daemon/mount.c:do_mount_vfs.

14 years agoOutput the config filename containing a modprobe alias in XML
Matthew Booth [Mon, 29 Jun 2009 14:34:29 +0000 (15:34 +0100)]
Output the config filename containing a modprobe alias in XML

This change affects the XML output:

/operatingsystems/operatingsystem/modprobealiases/alias/text() =>
/operatingsystems/operatingsystem/modprobealiases/alias/modulename/text()

Additionally there are two new elements:

/operatingsystems/operatingsystem/modprobealiases/alias/augeas
/operatingsystems/operatingsystem/modprobealiases/alias/file

These contain information about the location of the alias directive.
/augeas is an augeas path. /file is the path of the file containing the
directive.