423 Commits

Author SHA1 Message Date
Richard Jones
38797198d8 Version 1.0.26. 1.0.26 2009-05-18 17:23:49 +01:00
Richard Jones
85ed8cef99 Add vg-activate{,-all} commands, and resize recipe. 2009-05-18 17:16:24 +01:00
Richard Jones
adf0974245 Ignore old make-initramfs file. 2009-05-18 13:59:57 +01:00
Richard Jones
af7e3fc047 To-do: Explain the situation with resizing block devices. 2009-05-16 08:45:14 +01:00
Richard W.M. Jones
5cd39c83e2 Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk. 2009-05-15 14:52:34 +01:00
Richard W.M. Jones
b8e5f51c79 To-do: zerofree done, Haskell bindings need to be completed. 2009-05-15 14:00:41 +01:00
Richard W.M. Jones
d901cc9161 Add support for zerofree command. 2009-05-14 23:47:17 +01:00
Richard W.M. Jones
4aa4ecc380 To-do: zerofree 2009-05-14 21:44:17 +01:00
Richard W.M. Jones
7ca3bda166 Enable run-time conditional test prerequisites. 2009-05-14 14:43:53 +01:00
Richard W.M. Jones
17fa7abbb8 Add test prerequisites. 2009-05-14 13:00:12 +01:00
Richard W.M. Jones
1eeaf2ea11 Added a couple of bugs related to test code. 2009-05-14 11:20:00 +01:00
Richard W.M. Jones
16d6d9851a Bugs related to OptString handling. 2009-05-13 22:13:49 +01:00
Richard W.M. Jones
5d628a4a9c Don't stash strings in the handle.
- makes it impossible to write bindings for set_{path,qemu,append}
   functions
2009-05-13 18:03:41 +01:00
Richard W.M. Jones
e8ecc08f66 Add 'append', LIBGUESTFS_APPEND to set additional kernel options. 2009-05-13 17:51:14 +01:00
Richard Jones
5b17af107f Allow number of loops to be set on command line. 2009-05-13 15:55:26 +01:00
Richard Jones
70ac63f8c5 Tidy-up of test script. 2009-05-13 12:56:32 +01:00
Richard Jones
c1f9ecec84 Exit early from script on error. 2009-05-13 11:44:11 +01:00
Richard Jones
1ed352b5dd Increase the wait time for vmchannel socket to appear (fix for slow / heavily-loaded) machines. 2009-05-13 11:43:21 +01:00
Richard Jones
09c42a97da Test booting repeatedly to track down qemu boot hangs. 2009-05-13 11:16:24 +01:00
Richard Jones
d5709ba3fd Version 1.0.25 1.0.25 2009-05-12 17:56:36 +01:00
Richard Jones
e595146b5c test-command is not an actual test program. 2009-05-12 17:55:33 +01:00
Richard Jones
791a34b6d9 Prepare for version 1.0.24 2009-05-12 17:24:45 +01:00
Richard Jones
b2a5fec5f8 Refactor line splitting code in the daemon, and fix it so it works. 2009-05-12 17:17:19 +01:00
Richard Jones
45d78361d7 Test the 'command' and 'command_lines' functions thoroughly. 2009-05-12 17:16:59 +01:00
Richard Jones
8a7a6180a8 Remove Perl from appliance - fixes large appliance problem on Rawhide builds. 2009-05-12 15:04:43 +01:00
Richard Jones
03ff42cb2e Remove the specfile from the tarball. Include contrib/ dir. 2009-05-12 12:58:45 +01:00
Richard Jones
1856e2ba45 Version 1.0.23 1.0.23 2009-05-11 16:44:07 +01:00
Richard Jones
8cddd6c7e7 Depend on new febootstrap 2.0, and use febootstrap-install. 2009-05-11 15:43:00 +01:00
Richard Jones
09128ca421 Perl bindings fix: Not enough memory was allocated for array params. 2009-05-11 10:52:34 +01:00
Richard Jones
d43dac6948 Partial Haskell bindings. 2009-05-10 13:52:49 +01:00
Richard Jones
f0a5cd69f9 Handle EINTR, EAGAIN in select main loop. 2009-05-10 13:52:49 +01:00
Richard Jones
62c11fb60e Note about using FUSE / mountlo code. 2009-05-09 15:37:40 +01:00
Richard Jones
c889d12759 Version 1.0.22 1.0.22 2009-05-09 13:52:24 +01:00
Richard Jones
f9356f33b0 Valgrind now implemented - remove from TODO list 2009-05-09 13:43:15 +01:00
Richard Jones
c419731e3a Add 'make valgrind' target to run tests under valgrind. 2009-05-09 13:40:31 +01:00
Richard Jones
09492abb65 Fix four memory leaks in guestfs.c revealed by valgrind. 2009-05-09 13:31:08 +01:00
Richard Jones
cdc726dcfc Fix memory leak in error return path. 2009-05-09 13:30:40 +01:00
Richard Jones
12baf36e87 Experimental febootstrap install script. 2009-05-08 20:16:03 +01:00
Richard Jones
cead6fe22d To-do: Use valgrind. 2009-05-08 15:49:42 +01:00
Richard Jones
08361c8987 Bug: Segfault in Perl bindings. 2009-05-08 15:49:34 +01:00
Richard Jones
2fa68269fa List installed applications (NOT WORKING). 2009-05-08 15:48:02 +01:00
Richard Jones
15e0fd573a Generated code to support last 3 commits. 2009-05-08 15:20:36 +01:00
Richard Jones
77c3f9d0ed Add test script to test recovery from qemu failure. 2009-05-08 15:20:20 +01:00
Richard Jones
c10fa84ada Implement -command (to ignore errors) in guestfish, and allow recovery from qemu process failure. 2009-05-08 15:19:51 +01:00
Richard Jones
33377fc61d Allow recovery from guest failure. 2009-05-08 15:19:03 +01:00
Richard Jones
0faa5dde7b Generated code to support previous 2 commits. 2009-05-08 14:28:03 +01:00
Richard Jones
fa7c8bb79b Implement 'strings' and 'hexdump' commands. 2009-05-08 14:27:47 +01:00
Richard Jones
bd7c8ee043 Bug: write_file doesn't work with strings containing ASCII NUL. 2009-05-08 14:27:02 +01:00
Richard Jones
28e18580c2 Note another bug found when testing on Koji. 2009-05-08 11:37:42 +01:00
Richard Jones
7310279baf Missing BRs in spec file. 2009-05-08 09:29:20 +01:00