Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.13.20.1.13.20 | Richard W.M. Jones | 2011-10-11 | 20 | -1126/+1595 |
| | |||||
* | virt-sysprep: Update TODO list again. | Richard W.M. Jones | 2011-10-11 | 1 | -0/+2 |
| | |||||
* | virt-sysprep: Update TODO list (thanks Steve Grubb, Dan Berrange). | Richard W.M. Jones | 2011-10-11 | 1 | -0/+15 |
| | |||||
* | TODO: More virt-sysprep suggestions (thanks librarian). | Richard W.M. Jones | 2011-10-10 | 1 | -0/+4 |
| | |||||
* | Add systemtap/DTrace probes. | Richard W.M. Jones | 2011-10-10 | 5 | -0/+110 |
| | | | | | Mainly this is a documentation change. However a sample of DTrace-compatible userspace probes are also added. | ||||
* | Update TODO file with future plans for virt-sysprep. | Richard W.M. Jones | 2011-10-10 | 1 | -0/+13 |
| | |||||
* | Version 1.13.19.1.13.19 | Richard W.M. Jones | 2011-10-08 | 20 | -1414/+4174 |
| | |||||
* | New tool: virt-sysprep: system preparation for guests. | Richard W.M. Jones | 2011-10-08 | 12 | -2/+802 |
| | |||||
* | fish: Add man page section on calling guestfish remote robustly from bash. | Richard W.M. Jones | 2011-10-07 | 1 | -0/+32 |
| | |||||
* | virt-alignment-scan: Fix SYNOPSIS in manual page. | Richard W.M. Jones | 2011-10-07 | 1 | -2/+0 |
| | |||||
* | Makefile.am: Fix comment. | Richard W.M. Jones | 2011-10-07 | 1 | -1/+2 |
| | |||||
* | virt-alignment-scan: docs: Add link to RHEL Storage Administration Guide. | Richard W.M. Jones | 2011-10-06 | 1 | -0/+3 |
| | |||||
* | virt-alignment-scan: More information in man page. | Richard W.M. Jones | 2011-10-06 | 1 | -7/+147 |
| | | | | Thanks Mike Snitzer. | ||||
* | virt-resize: Align partitions to multiple of 128 sectors (instead of 64). | Richard W.M. Jones | 2011-10-06 | 1 | -4/+5 |
| | | | | | This gives us effectively 64 KByte alignment, optimal for all current types of storage. | ||||
* | Update RELEASE-NOTES file. | Richard W.M. Jones | 2011-10-05 | 1 | -1/+4 |
| | |||||
* | Version 1.13.18.1.13.18 | Richard W.M. Jones | 2011-10-05 | 20 | -1801/+3371 |
| | |||||
* | New tool: virt-alignment-scan to check alignment of partitions. | Richard W.M. Jones | 2011-10-05 | 12 | -1/+617 |
| | |||||
* | docs: Add directory sections for resize/ and sparsify/ | Richard W.M. Jones | 2011-10-05 | 1 | -0/+8 |
| | |||||
* | Update RELEASE-NOTES file. | Richard W.M. Jones | 2011-10-04 | 1 | -0/+97 |
| | |||||
* | sparsify: Fix --ignore option to work on canonical device names. | Richard W.M. Jones | 2011-10-04 | 1 | -2/+7 |
| | |||||
* | docs: Clearer language in virt-sparsify man page. | Richard W.M. Jones | 2011-10-04 | 1 | -2/+2 |
| | |||||
* | Version 1.13.17.1.13.17 | Richard W.M. Jones | 2011-10-04 | 20 | -5888/+6929 |
| | |||||
* | New tool: virt-sparsify to make disk images sparse. | Richard W.M. Jones | 2011-10-04 | 19 | -3/+1087 |
| | |||||
* | docs: Add virt-resize to list of links in guestfs(3). | Richard W.M. Jones | 2011-10-04 | 1 | -0/+1 |
| | |||||
* | docs: virt-win-reg is written in Perl, not virt-resize. | Richard W.M. Jones | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | Update API support documentation. | Richard W.M. Jones | 2011-10-04 | 35 | -0/+14948 |
| | |||||
* | Version 1.13.16.1.13.16 | Richard W.M. Jones | 2011-10-01 | 20 | -5855/+5817 |
| | |||||
* | mount: Not deprecated any more. | Richard W.M. Jones | 2011-10-01 | 1 | -1/+1 |
| | | | | This updates commit 5c2f1a2d9433eeb5aebeec26f0412c703bbe7269. | ||||
* | mount: No longer implicitly add -o sync,noatime options. | Richard W.M. Jones | 2011-10-01 | 3 | -10/+10 |
| | |||||
* | daemon: mkswap --help output changed, breaking linuxfsuuid group detection. | Richard W.M. Jones | 2011-09-29 | 1 | -2/+7 |
| | |||||
* | Version 1.13.15.1.13.15 | Richard W.M. Jones | 2011-09-28 | 20 | -19097/+20947 |
| | |||||
* | New API: set-smp, get-smp | Richard W.M. Jones | 2011-09-28 | 7 | -0/+66 |
| | | | | | | | These calls allow you to change the number of virtual CPUs assigned to the appliance. This also adds a --smp option to virt-rescue. | ||||
* | New APIs: compress-out, compress-device-out. | Richard W.M. Jones | 2011-09-28 | 6 | -1/+238 |
| | | | | | | | | | | | | | | | | | These APIs let you copy compressed files or devices out from the disk image. Compression is useful for large images which are mostly zeroes. We cannot currently do sparseness detection, and compression gives us a form of zero detection for free. Example usage: $ guestfish --ro -a /dev/vg_pin/F16x64 -i \ compress-out gzip /etc/passwd /tmp/passwd.gz $ file -z /tmp/passwd.gz /tmp/passwd.gz: ASCII text (gzip compressed data, was "passwd", from Unix, last modified: Sun Aug 28 14:40:46 2011) | ||||
* | daemon: Move useful is_zero function to header file. | Richard W.M. Jones | 2011-09-28 | 2 | -18/+18 |
| | | | | Code motion. | ||||
* | Add no_timer_check to disable faulty test during boot (RHBZ#502058). | Richard W.M. Jones | 2011-09-26 | 1 | -0/+1 |
| | | | | | | | | | See: https://bugzilla.redhat.com/show_bug.cgi?id=502058#c15 https://bugzilla.redhat.com/show_bug.cgi?id=698842#c8 This updates commit 79e66f89e2f6c27486476d7857da58feb491bf5c. | ||||
* | docs: Show how to use a qemu wrapper to edit the qemu command line. | Richard W.M. Jones | 2011-09-26 | 1 | -0/+23 |
| | |||||
* | Version 1.13.14.1.13.14 | Richard W.M. Jones | 2011-09-24 | 18 | -125/+125 |
| | |||||
* | Update to latest gnulib. | Richard W.M. Jones | 2011-09-24 | 2 | -177/+191 |
| | |||||
* | erlang: Use the official autoconf macros. | Richard W.M. Jones | 2011-09-22 | 3 | -35/+8 |
| | |||||
* | todo: Suggestion to improve Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 1 | -0/+6 |
| | |||||
* | Enable APIC. | Richard W.M. Jones | 2011-09-21 | 1 | -1/+0 |
| | | | | | | | | | Originally this was disabled to work around RHBZ#502058. That bug was never officially fixed, but it may have fixed itself. In the meantime, KVM has broken ordinary PIC support (RHBZ#723822). Since APIC is the most common way that regular Linux and Windows guests run it makes sense to remove this hack. | ||||
* | Version 1.13.13.1.13.13 | Richard W.M. Jones | 2011-09-21 | 21 | -9381/+10202 |
| | |||||
* | Add Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 25 | -10/+1235 |
| | |||||
* | inspection: Handle /dev/root in /etc/fstab. | Richard W.M. Jones | 2011-09-16 | 1 | -0/+3 |
| | | | | | | | This means "the device that holds /etc/fstab", so map it correctly. This fixes support for ttylinux and also some other guests that use /dev/root instead of a real device name. | ||||
* | inspection: Add support for ttylinux (a minimal Linux). | Richard W.M. Jones | 2011-09-16 | 6 | -0/+19 |
| | |||||
* | Add an optional group ("grub") for the guestfs_grub_install API. | Richard W.M. Jones | 2011-09-15 | 2 | -6/+35 |
| | | | | | | | | This also improves the documentation for this call, pointing out several pitfalls in using it. This unfortunately breaks existing callers that might use guestfs_grub_install without checking for this new group. | ||||
* | Version 1.13.12.1.13.12 | Richard W.M. Jones | 2011-09-14 | 20 | -1122/+1838 |
| | |||||
* | test-tool: Display TMPDIR. | Richard Jones | 2011-09-14 | 1 | -0/+1 |
| | |||||
* | test-tool: Refresh libguestfs-test-tool man page. | Richard Jones | 2011-09-14 | 1 | -12/+24 |
| | |||||
* | test-tool: Make the default timeout be 600 seconds (10 minutes). | Richard Jones | 2011-09-14 | 2 | -4/+3 |
| | | | | | | We could sometimes hit the 120 second timeout, eg. if the appliance needed to be rebuilt and the machine was very slow and/or under heavy I/O load. 10 minutes should be enough for any reasonable situation. |