libguestfs.git
14 years agoBetter generation of recipes page.
Richard Jones [Sat, 25 Apr 2009 17:28:24 +0000 (18:28 +0100)]
Better generation of recipes page.

14 years agoexport2tar recipe
Richard Jones [Sat, 25 Apr 2009 11:36:45 +0000 (12:36 +0100)]
export2tar recipe

14 years agoImprove CSS on recipes page.
Richard Jones [Sat, 25 Apr 2009 11:20:15 +0000 (12:20 +0100)]
Improve CSS on recipes page.

14 years agoAdded guestfish recipes.
Richard Jones [Sat, 25 Apr 2009 10:34:18 +0000 (11:34 +0100)]
Added guestfish recipes.

14 years agoIf LIBGUESTFS_PATH is set, guestfish shouldn't modify the path.
Richard Jones [Sat, 25 Apr 2009 09:38:39 +0000 (10:38 +0100)]
If LIBGUESTFS_PATH is set, guestfish shouldn't modify the path.

14 years agoAdded configure test for qemu vmchannel support.
Richard Jones [Sat, 25 Apr 2009 07:36:52 +0000 (08:36 +0100)]
Added configure test for qemu vmchannel support.

14 years agoExperimental recovery process should help with not cleaning up qemu.
Richard Jones [Fri, 24 Apr 2009 22:17:07 +0000 (23:17 +0100)]
Experimental recovery process should help with not cleaning up qemu.

14 years agoRemove the debug mode from make-initramfs.sh.
Richard Jones [Fri, 24 Apr 2009 21:26:50 +0000 (22:26 +0100)]
Remove the debug mode from make-initramfs.sh.

14 years agoAdd support for ext4 to examples/to-xml.c
Richard Jones [Fri, 24 Apr 2009 18:03:18 +0000 (19:03 +0100)]
Add support for ext4 to examples/to-xml.c

14 years agochmod /sysroot (also makes it known to fakeroot)
Richard Jones [Fri, 24 Apr 2009 17:33:06 +0000 (18:33 +0100)]
chmod /sysroot (also makes it known to fakeroot)

14 years agoResync specfile with proposed specfile in Fedora RR.
Richard Jones [Fri, 24 Apr 2009 13:52:49 +0000 (14:52 +0100)]
Resync specfile with proposed specfile in Fedora RR.

14 years agoRuby bindings didn't NULL-terminate an array, resulting in segfault. 1.0.12
Richard Jones [Fri, 24 Apr 2009 13:31:38 +0000 (14:31 +0100)]
Ruby bindings didn't NULL-terminate an array, resulting in segfault.

14 years agoAdded bug about qemu not being cleaned up after segfault.
Richard Jones [Fri, 24 Apr 2009 13:29:58 +0000 (14:29 +0100)]
Added bug about qemu not being cleaned up after segfault.

14 years agoGet ready for version 1.0.12.
Richard Jones [Fri, 24 Apr 2009 12:19:21 +0000 (13:19 +0100)]
Get ready for version 1.0.12.

14 years agoDon't allocate file chunks on the stack.
Richard W.M. Jones [Fri, 24 Apr 2009 12:15:49 +0000 (13:15 +0100)]
Don't allocate file chunks on the stack.

14 years agoDon't use large message buffer on the stack (fixes Java/i386 segfault).
Richard W.M. Jones [Fri, 24 Apr 2009 12:00:49 +0000 (13:00 +0100)]
Don't use large message buffer on the stack (fixes Java/i386 segfault).

14 years agoFix 64 bit memsize overhead. 1.0.11
Richard Jones [Thu, 23 Apr 2009 19:08:29 +0000 (20:08 +0100)]
Fix 64 bit memsize overhead.

14 years agocatsprintf leaks, use open_memstream instead.
Richard W.M. Jones [Thu, 23 Apr 2009 18:33:00 +0000 (19:33 +0100)]
catsprintf leaks, use open_memstream instead.

14 years agoRemove the 'debug mem' command, it's never going to work.
Richard W.M. Jones [Thu, 23 Apr 2009 18:23:52 +0000 (19:23 +0100)]
Remove the 'debug mem' command, it's never going to work.

14 years agoReduce the amount of memory allocated to guests based on some testing.
Richard W.M. Jones [Thu, 23 Apr 2009 18:23:33 +0000 (19:23 +0100)]
Reduce the amount of memory allocated to guests based on some testing.

14 years agoImplement 'debug sh' and 'debug fds' commands.
Richard W.M. Jones [Thu, 23 Apr 2009 17:52:34 +0000 (18:52 +0100)]
Implement 'debug sh' and 'debug fds' commands.

14 years agoImplement extensible strings with catprintf.
Richard W.M. Jones [Thu, 23 Apr 2009 17:52:06 +0000 (18:52 +0100)]
Implement extensible strings with catprintf.

14 years agoUse AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.
Richard W.M. Jones [Thu, 23 Apr 2009 17:51:12 +0000 (18:51 +0100)]
Use AC_GNU_SOURCE in daemon.  Don't need _GNU_SOURCE in C files any more.

14 years agoFix buffer overrun in guestfish command-line parsing.
Richard W.M. Jones [Thu, 23 Apr 2009 13:47:06 +0000 (14:47 +0100)]
Fix buffer overrun in guestfish command-line parsing.

14 years agoGenerated code for debug command.
Richard W.M. Jones [Thu, 23 Apr 2009 13:39:31 +0000 (14:39 +0100)]
Generated code for debug command.

14 years agoAdd outline of 'debug' command.
Richard W.M. Jones [Thu, 23 Apr 2009 13:39:18 +0000 (14:39 +0100)]
Add outline of 'debug' command.

14 years agoAutomatically generate ChangeLog file from the git log (thanks: Jim Meyering).
Richard W.M. Jones [Thu, 23 Apr 2009 10:47:06 +0000 (11:47 +0100)]
Automatically generate ChangeLog file from the git log (thanks: Jim Meyering).

14 years agoSubstitute '-' in command names in guestfish documentation.
Richard W.M. Jones [Thu, 23 Apr 2009 10:32:53 +0000 (11:32 +0100)]
Substitute '-' in command names in guestfish documentation.

14 years agoFix Java tests by passing correct library path to JVM.
Richard W.M. Jones [Thu, 23 Apr 2009 10:11:35 +0000 (11:11 +0100)]
Fix Java tests by passing correct library path to JVM.

14 years agoConfigure script tests for Perl modules.
Richard W.M. Jones [Thu, 23 Apr 2009 09:54:27 +0000 (10:54 +0100)]
Configure script tests for Perl modules.

14 years agoMerge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard W.M. Jones [Thu, 23 Apr 2009 09:32:31 +0000 (10:32 +0100)]
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs

14 years agoAvoid a cast warning on 32 bit.
Richard Jones [Thu, 23 Apr 2009 09:28:28 +0000 (10:28 +0100)]
Avoid a cast warning on 32 bit.

14 years agoInstructions on running KVM as non-root (Robert P. J. Day).
Richard W.M. Jones [Thu, 23 Apr 2009 09:19:33 +0000 (10:19 +0100)]
Instructions on running KVM as non-root (Robert P. J. Day).

14 years agoVersion 1.0.10 1.0.10
Richard Jones [Wed, 22 Apr 2009 21:01:08 +0000 (22:01 +0100)]
Version 1.0.10

14 years agoGenerated code for new mount_* commands.
Richard Jones [Wed, 22 Apr 2009 20:02:49 +0000 (21:02 +0100)]
Generated code for new mount_* commands.

14 years agoAdd mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.
Richard Jones [Wed, 22 Apr 2009 20:02:15 +0000 (21:02 +0100)]
Add mount_ro, mount_options, mount_vfs.  Fix small bug in OCaml generator.

14 years agoGet ready for 1.0.9. 1.0.9
Richard Jones [Wed, 22 Apr 2009 18:17:29 +0000 (19:17 +0100)]
Get ready for 1.0.9.

14 years agoForce a specific network NIC model (allows to work with latest qemu from SVN).
Richard Jones [Wed, 22 Apr 2009 18:15:11 +0000 (19:15 +0100)]
Force a specific network NIC model (allows to work with latest qemu from SVN).

15 years agoFix infinite loop encountered when reading Windows disk in example program.
Richard Jones [Wed, 22 Apr 2009 14:27:42 +0000 (15:27 +0100)]
Fix infinite loop encountered when reading Windows disk in example program.

15 years agoAdded pkgconfig file (libguestfs.pc). 1.0.8
Richard Jones [Wed, 22 Apr 2009 10:47:07 +0000 (11:47 +0100)]
Added pkgconfig file (libguestfs.pc).

15 years agoVersion 1.0.7 1.0.7
Richard Jones [Wed, 22 Apr 2009 10:30:58 +0000 (11:30 +0100)]
Version 1.0.7

15 years agoFix quoting of list args in guestfish manpage.
Richard Jones [Wed, 22 Apr 2009 10:03:05 +0000 (11:03 +0100)]
Fix quoting of list args in guestfish manpage.

15 years agoResync specfile to Fedora RR.
Richard Jones [Wed, 22 Apr 2009 10:02:00 +0000 (11:02 +0100)]
Resync specfile to Fedora RR.

15 years agoCreate /tmp directory in the initramfs.
Richard Jones [Wed, 22 Apr 2009 09:20:48 +0000 (10:20 +0100)]
Create /tmp directory in the initramfs.

15 years agoInclude fuse.ko module in image.
Richard Jones [Wed, 22 Apr 2009 09:06:40 +0000 (10:06 +0100)]
Include fuse.ko module in image.

15 years agoVersion 1.0.6. 1.0.6
Richard Jones [Wed, 22 Apr 2009 08:18:02 +0000 (09:18 +0100)]
Version 1.0.6.

15 years agoNote, but don't fix, javadoc bug.
Richard Jones [Wed, 22 Apr 2009 08:04:04 +0000 (09:04 +0100)]
Note, but don't fix, javadoc bug.

15 years agoqemu runtime done - remove from TODO list.
Richard Jones [Wed, 22 Apr 2009 08:03:27 +0000 (09:03 +0100)]
qemu runtime done - remove from TODO list.

15 years agoAllow qemu binary to be overridden at runtime.
Richard Jones [Wed, 22 Apr 2009 08:00:39 +0000 (09:00 +0100)]
Allow qemu binary to be overridden at runtime.

15 years agoAllow selection of qemu using --with-qemu
Richard Jones [Wed, 22 Apr 2009 07:46:35 +0000 (08:46 +0100)]
Allow selection of qemu using --with-qemu

15 years agoError message about using --with-java-home=no to disable Java support.
Richard Jones [Wed, 22 Apr 2009 07:14:49 +0000 (08:14 +0100)]
Error message about using --with-java-home=no to disable Java support.

15 years agoFixes for Java. 1.0.5
Richard Jones [Tue, 21 Apr 2009 22:15:25 +0000 (23:15 +0100)]
Fixes for Java.

15 years agoAdd extra kernel modules required for ext4 support.
Richard Jones [Tue, 21 Apr 2009 21:38:28 +0000 (22:38 +0100)]
Add extra kernel modules required for ext4 support.

15 years agoUpdated documentation, prepare for 1.0.5 release.
Richard Jones [Tue, 21 Apr 2009 21:27:22 +0000 (22:27 +0100)]
Updated documentation, prepare for 1.0.5 release.

15 years agoAnother Java test.
Richard Jones [Tue, 21 Apr 2009 21:24:25 +0000 (22:24 +0100)]
Another Java test.

15 years agoTesting the Java bindings.
Richard Jones [Tue, 21 Apr 2009 21:05:44 +0000 (22:05 +0100)]
Testing the Java bindings.

15 years agoJava bindings compile, not tested.
Richard Jones [Tue, 21 Apr 2009 20:14:55 +0000 (21:14 +0100)]
Java bindings compile, not tested.

15 years agoAdd summary message, fix libruby detection.
Richard Jones [Tue, 21 Apr 2009 13:38:12 +0000 (14:38 +0100)]
Add summary message, fix libruby detection.

15 years agoMore notes in the TODO list.
Richard Jones [Tue, 21 Apr 2009 13:25:31 +0000 (14:25 +0100)]
More notes in the TODO list.

15 years agoBasic Java build environment.
Richard Jones [Tue, 21 Apr 2009 13:25:16 +0000 (14:25 +0100)]
Basic Java build environment.

15 years agoVarious fixes to build and test in Koji. 1.0.4
Richard Jones [Mon, 20 Apr 2009 22:40:50 +0000 (23:40 +0100)]
Various fixes to build and test in Koji.

15 years agoFixes for CDPATH being set.
Richard Jones [Mon, 20 Apr 2009 20:16:25 +0000 (21:16 +0100)]
Fixes for CDPATH being set.

15 years agoUse standard names for the OCaml/Perl/Python/Ruby subpackages.
Richard Jones [Mon, 20 Apr 2009 18:30:11 +0000 (19:30 +0100)]
Use standard names for the OCaml/Perl/Python/Ruby subpackages.

15 years agoRuby also supported
Richard Jones [Mon, 20 Apr 2009 17:20:34 +0000 (18:20 +0100)]
Ruby also supported

15 years agoInclude the __cplusplus header magic so API really callable from C++.
Richard Jones [Mon, 20 Apr 2009 15:52:13 +0000 (16:52 +0100)]
Include the __cplusplus header magic so API really callable from C++.

15 years agoVersion 1.0.3. 1.0.3
Richard Jones [Mon, 20 Apr 2009 15:28:02 +0000 (16:28 +0100)]
Version 1.0.3.

15 years agoRemoved TODO item, now implemented.
Richard Jones [Mon, 20 Apr 2009 14:59:08 +0000 (15:59 +0100)]
Removed TODO item, now implemented.

15 years agoAdded tar-in, tar-out, tgz-in, tgz-out commands.
Richard Jones [Mon, 20 Apr 2009 14:54:22 +0000 (15:54 +0100)]
Added tar-in, tar-out, tgz-in, tgz-out commands.

15 years agoVarious fixes to the daemon:
Richard Jones [Mon, 20 Apr 2009 14:13:34 +0000 (15:13 +0100)]
Various fixes to the daemon:
 - make sure SIGPIPE doesn't kill us
 - warn not to use macros in FileIn functions
 - add shell_quote function

15 years agoSome fixes to daemon upload command:
Richard Jones [Mon, 20 Apr 2009 13:58:36 +0000 (14:58 +0100)]
Some fixes to daemon upload command:
 - don't leak the file descriptor along error paths
 - can't use those macros in FileIn functions

15 years agoMake daemon cancellation really work.
Richard Jones [Mon, 20 Apr 2009 13:58:04 +0000 (14:58 +0100)]
Make daemon cancellation really work.

15 years agoAdd tests for the upload and download commands.
Richard Jones [Mon, 20 Apr 2009 12:14:07 +0000 (13:14 +0100)]
Add tests for the upload and download commands.

15 years agoPrepare for version 1.0.2. 1.0.2
Richard Jones [Mon, 20 Apr 2009 10:45:29 +0000 (11:45 +0100)]
Prepare for version 1.0.2.

15 years agoAvoid warning: Don't generate read_reply label unless needed.
Richard Jones [Mon, 20 Apr 2009 10:45:11 +0000 (11:45 +0100)]
Avoid warning: Don't generate read_reply label unless needed.

15 years agoFix file descriptor leak in daemon.
Richard Jones [Mon, 20 Apr 2009 10:35:57 +0000 (11:35 +0100)]
Fix file descriptor leak in daemon.

15 years agoGenerated code for 'checksum' command.
Richard Jones [Mon, 20 Apr 2009 09:19:45 +0000 (10:19 +0100)]
Generated code for 'checksum' command.

15 years agoAdd 'checksum' command.
Richard Jones [Mon, 20 Apr 2009 09:19:29 +0000 (10:19 +0100)]
Add 'checksum' command.

15 years agoImplement upload and download commands.
Richard Jones [Sun, 19 Apr 2009 23:22:02 +0000 (00:22 +0100)]
Implement upload and download commands.

15 years agoUse GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t.
Richard Jones [Sun, 19 Apr 2009 13:51:50 +0000 (14:51 +0100)]
Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t.

15 years agoDocument initial message.
Richard Jones [Sun, 19 Apr 2009 13:39:19 +0000 (14:39 +0100)]
Document initial message.

15 years agoDocument the internal protocol.
Richard Jones [Sun, 19 Apr 2009 13:33:46 +0000 (14:33 +0100)]
Document the internal protocol.

15 years agoImplement NEED_ROOT_OR_IS_DEVICE macro.
Richard Jones [Sun, 19 Apr 2009 11:41:35 +0000 (12:41 +0100)]
Implement NEED_ROOT_OR_IS_DEVICE macro.

15 years agoImplement _send_sync, _send_file_sync and _receive_file_sync.
Richard Jones [Sun, 19 Apr 2009 11:29:25 +0000 (12:29 +0100)]
Implement _send_sync, _send_file_sync and _receive_file_sync.

15 years agoBegin to add the upload and download commands.
Richard Jones [Sat, 18 Apr 2009 21:33:15 +0000 (22:33 +0100)]
Begin to add the upload and download commands.

15 years agoAdd ruby/ directory, add more warnings.
Richard Jones [Sat, 18 Apr 2009 20:21:44 +0000 (21:21 +0100)]
Add ruby/ directory, add more warnings.

15 years agoSplit out send and reply operations into separate callbacks.
Richard Jones [Sat, 18 Apr 2009 15:29:00 +0000 (16:29 +0100)]
Split out send and reply operations into separate callbacks.

15 years agoguestfs_send -> guestfs__send, in case we want a future command called "send".
Richard Jones [Sat, 18 Apr 2009 14:41:22 +0000 (15:41 +0100)]
guestfs_send -> guestfs__send, in case we want a future command called "send".

15 years agoSeparate out the high-level API actions.
Richard Jones [Sat, 18 Apr 2009 14:31:53 +0000 (15:31 +0100)]
Separate out the high-level API actions.
 - Split out the high-level API actions so that they are in a
   separate file, and use the defined guestfs C API, instead of
   fiddling around with internal structures.

15 years agoMerge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard Jones [Sat, 18 Apr 2009 12:27:06 +0000 (13:27 +0100)]
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs

15 years agoRewrite of main loop impl, start of FileIn/FileOut support.
Richard Jones [Sat, 18 Apr 2009 12:17:12 +0000 (13:17 +0100)]
Rewrite of main loop impl, start of FileIn/FileOut support.

15 years agoMerge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard Jones [Sat, 18 Apr 2009 09:16:34 +0000 (10:16 +0100)]
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs

15 years agoVersion 1.0.1 1.0.1
Richard Jones [Sat, 18 Apr 2009 09:16:03 +0000 (10:16 +0100)]
Version 1.0.1

15 years agoAllow Ruby bindings to build correctly even if libguestfs not installed.
Richard W.M. Jones [Thu, 16 Apr 2009 22:55:56 +0000 (23:55 +0100)]
Allow Ruby bindings to build correctly even if libguestfs not installed.

15 years agoFix spec file. 1.0.0
Richard Jones [Thu, 16 Apr 2009 21:25:36 +0000 (22:25 +0100)]
Fix spec file.

15 years agoRuby bindings.
Richard Jones [Thu, 16 Apr 2009 21:13:20 +0000 (22:13 +0100)]
Ruby bindings.

15 years agoResync with proposed Fedora specfile.
Richard Jones [Thu, 16 Apr 2009 16:44:47 +0000 (17:44 +0100)]
Resync with proposed Fedora specfile.

15 years agoMissing free() on return path (thanks: Steve Grubb).
Richard Jones [Thu, 16 Apr 2009 16:38:27 +0000 (17:38 +0100)]
Missing free() on return path (thanks: Steve Grubb).

15 years agoTODO list updated.
Richard Jones [Thu, 16 Apr 2009 16:35:59 +0000 (17:35 +0100)]
TODO list updated.

15 years agoNote slow kernel boot times for F11/12.
Richard Jones [Thu, 16 Apr 2009 15:34:23 +0000 (16:34 +0100)]
Note slow kernel boot times for F11/12.

15 years agoUpdated TODO, BUGS.
Richard Jones [Thu, 16 Apr 2009 11:38:06 +0000 (12:38 +0100)]
Updated TODO, BUGS.