Commit Graph

264 Commits

Author SHA1 Message Date
Richard Jones
aed0fa2c01 Generated code for lvremove, vgremove, pvremove. 2009-04-25 21:41:09 +01:00
Richard Jones
58caa9e5f1 Implement lvremove, vgremove, pvremove. 2009-04-25 21:40:50 +01:00
Richard Jones
b6d5c9e646 Better generation of recipes page. 2009-04-25 18:28:24 +01:00
Richard Jones
a057a058e7 export2tar recipe 2009-04-25 12:36:45 +01:00
Richard Jones
396bc943ed Improve CSS on recipes page. 2009-04-25 12:20:15 +01:00
Richard Jones
b86d7b9756 Added guestfish recipes. 2009-04-25 11:34:18 +01:00
Richard Jones
ae17137f64 If LIBGUESTFS_PATH is set, guestfish shouldn't modify the path. 2009-04-25 10:38:39 +01:00
Richard Jones
2b21eec8d4 Added configure test for qemu vmchannel support. 2009-04-25 08:36:52 +01:00
Richard Jones
ae5be84dec Experimental recovery process should help with not cleaning up qemu. 2009-04-24 23:17:07 +01:00
Richard Jones
18bf945023 Remove the debug mode from make-initramfs.sh. 2009-04-24 22:26:50 +01:00
Richard Jones
0725678827 Add support for ext4 to examples/to-xml.c 2009-04-24 19:03:18 +01:00
Richard Jones
251858d521 chmod /sysroot (also makes it known to fakeroot) 2009-04-24 18:33:06 +01:00
Richard Jones
18d15a9e5b Resync specfile with proposed specfile in Fedora RR. 2009-04-24 14:52:49 +01:00
Richard Jones
56826a0dc9 Ruby bindings didn't NULL-terminate an array, resulting in segfault. 1.0.12 2009-04-24 14:31:38 +01:00
Richard Jones
ab6f429a5a Added bug about qemu not being cleaned up after segfault. 2009-04-24 14:29:58 +01:00
Richard Jones
b3021495a9 Get ready for version 1.0.12. 2009-04-24 13:19:21 +01:00
Richard W.M. Jones
851b9a18d2 Don't allocate file chunks on the stack. 2009-04-24 13:15:49 +01:00
Richard W.M. Jones
4507dd497f Don't use large message buffer on the stack (fixes Java/i386 segfault). 2009-04-24 13:00:49 +01:00
Richard Jones
5b0fcfffc1 Fix 64 bit memsize overhead. 1.0.11 2009-04-23 20:08:29 +01:00
Richard W.M. Jones
8be6c7056d catsprintf leaks, use open_memstream instead. 2009-04-23 19:33:00 +01:00
Richard W.M. Jones
012a2ec1ac Remove the 'debug mem' command, it's never going to work. 2009-04-23 19:23:52 +01:00
Richard W.M. Jones
5f8c46db05 Reduce the amount of memory allocated to guests based on some testing. 2009-04-23 19:23:33 +01:00
Richard W.M. Jones
21dbad6b95 Implement 'debug sh' and 'debug fds' commands. 2009-04-23 18:52:34 +01:00
Richard W.M. Jones
e2870fb94c Implement extensible strings with catprintf. 2009-04-23 18:52:06 +01:00
Richard W.M. Jones
6eaa49fadd Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. 2009-04-23 18:51:12 +01:00
Richard W.M. Jones
b189610555 Fix buffer overrun in guestfish command-line parsing. 2009-04-23 14:47:06 +01:00
Richard W.M. Jones
8f9f02d483 Generated code for debug command. 2009-04-23 14:39:31 +01:00
Richard W.M. Jones
713283f4a6 Add outline of 'debug' command. 2009-04-23 14:39:18 +01:00
Richard W.M. Jones
81d4a01ac0 Automatically generate ChangeLog file from the git log (thanks: Jim Meyering). 2009-04-23 11:47:06 +01:00
Richard W.M. Jones
6fd5bc8489 Substitute '-' in command names in guestfish documentation. 2009-04-23 11:32:53 +01:00
Richard W.M. Jones
5d13ccaf55 Fix Java tests by passing correct library path to JVM. 2009-04-23 11:11:35 +01:00
Richard W.M. Jones
d660085d7a Configure script tests for Perl modules. 2009-04-23 10:54:27 +01:00
Richard W.M. Jones
cf13c86a2c Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs 2009-04-23 10:32:31 +01:00
Richard Jones
dd98434c1b Avoid a cast warning on 32 bit. 2009-04-23 10:28:28 +01:00
Richard W.M. Jones
54ca2f1f8c Instructions on running KVM as non-root (Robert P. J. Day). 2009-04-23 10:19:33 +01:00
Richard Jones
8261323786 Version 1.0.10 1.0.10 2009-04-22 22:01:08 +01:00
Richard Jones
79cdf81e2f Generated code for new mount_* commands. 2009-04-22 21:02:49 +01:00
Richard Jones
d7ffe439e8 Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. 2009-04-22 21:02:15 +01:00
Richard Jones
35dc2f5706 Get ready for 1.0.9. 1.0.9 2009-04-22 19:17:29 +01:00
Richard Jones
c5b2282111 Force a specific network NIC model (allows to work with latest qemu from SVN). 2009-04-22 19:15:11 +01:00
Richard Jones
92c2c33d61 Fix infinite loop encountered when reading Windows disk in example program. 2009-04-22 15:27:42 +01:00
Richard Jones
a8d2536243 Added pkgconfig file (libguestfs.pc). 1.0.8 2009-04-22 11:47:07 +01:00
Richard Jones
f99cb04943 Version 1.0.7 1.0.7 2009-04-22 11:30:58 +01:00
Richard Jones
228e71fe10 Fix quoting of list args in guestfish manpage. 2009-04-22 11:03:05 +01:00
Richard Jones
93b14fcfe5 Resync specfile to Fedora RR. 2009-04-22 11:02:00 +01:00
Richard Jones
b837b64c74 Create /tmp directory in the initramfs. 2009-04-22 10:20:48 +01:00
Richard Jones
94b95dc06c Include fuse.ko module in image. 2009-04-22 10:06:40 +01:00
Richard Jones
4bcb05e92f Version 1.0.6. 1.0.6 2009-04-22 09:18:02 +01:00
Richard Jones
5e635ed910 Note, but don't fix, javadoc bug. 2009-04-22 09:04:04 +01:00
Richard Jones
a331c0ca48 qemu runtime done - remove from TODO list. 2009-04-22 09:03:27 +01:00