Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: guestfs_shutdown: Cleanly shutdown the backend. | Richard W.M. Jones | 2012-07-06 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new API splits orderly close into a two-step process: if (guestfs_shutdown (g) == -1) { /* handle the error, eg. qemu error */ } guestfs_close (g); Note that the explicit shutdown step is only necessary in the case where you have made changes to the disk image and want to handle write errors. Read the documentation for further information. This change also: - deprecates guestfs_kill_subprocess - turns guestfs_kill_subprocess into the same as guestfs_shutdown - changes guestfish and other tools to call shutdown + close where necessary (not for read-only tools) - updates documentation - updates examples (cherry picked from commit ffbf1475f7ae7c462db289ad4834391469e72edd) | ||||
* | virt-make-fs: When writing vfat, add utf8 option to mount (RHBZ#823885). | Richard W.M. Jones | 2012-06-01 | 1 | -1/+10 |
| | | | | (cherry picked from commit d5d9ceee8b56a10761e207ad9970ebf704fc46e8) | ||||
* | virt-make-fs: Provide a clearer error message when mkfs fails (RHBZ#823883). | Richard W.M. Jones | 2012-06-01 | 1 | -1/+13 |
| | | | | (cherry picked from commit 975a41db20eff2b5edf510f8a65005c915b21f27) | ||||
* | virt-make-fs: Fix estimation when making btrfs (RHBZ#816098). | Richard W.M. Jones | 2012-05-03 | 1 | -1/+12 |
| | | | | | This also disables data and metadata duplication, which is not very useful on a constructed filesystem on a virtual disk. | ||||
* | virt-make-fs: Use mount instead of mount_options. | Richard W.M. Jones | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | virt-make-fs: Fix filesystem type check when estimating ntfs. | Richard W.M. Jones | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -2/+2 |
| | | | | Update all copyright dates to 2012. | ||||
* | New tool: virt-format: erase and make blank disks. | Richard W.M. Jones | 2012-01-18 | 1 | -0/+3 |
| | | | | | This tool allows you to easily reformat a disk, creating a blank disk with optional partition, LVM and empty filesystem. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -2/+2 |
| | |||||
* | virt-make-fs: Refresh man page. | Richard W.M. Jones | 2011-10-22 | 1 | -36/+38 |
| | |||||
* | virt-make-fs: Set MBR partition type byte correctly (RHBZ#746295). | Richard W.M. Jones | 2011-10-21 | 1 | -0/+16 |
| | |||||
* | doc: Use I<-...> for cross-references to command line options. | Richard W.M. Jones | 2011-05-01 | 1 | -8/+8 |
| | | | | This is now used consistently across all the documentation. | ||||
* | virt-make-fs: Round disk size to integer, fix for qemu-img 0.14. | Richard W.M. Jones | 2011-03-04 | 1 | -0/+2 |
| | | | | | | | qemu-img used to allow you to specify a fractional image size in bytes (or at least, it used to ignore the part after the decimal place). In qemu-img 0.14 it no longer does this so we round down the size to a whole number of bytes. | ||||
* | virt-make-fs: In debug mode, print qemu-img command line. | Richard W.M. Jones | 2011-03-04 | 1 | -0/+3 |
| | |||||
* | virt-make-fs: Fix typo in man page. | Richard W.M. Jones | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | New tools: virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out. | Richard W.M. Jones | 2011-01-03 | 1 | -1/+1 |
| | | | | | Relatively trivial wrappers around the equivalent guestfish commands. Change also includes new man pages. | ||||
* | virt-make-fs: Specify format of disk (RHBZ#642934,CVE-2010-3851). | Richard W.M. Jones | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | tools: Add section describing quoting libvirt domain names to docs (RHBZ#643624) | Richard W.M. Jones | 2010-10-18 | 1 | -0/+7 |
| | |||||
* | Documentation updates. | Richard Jones | 2010-04-11 | 1 | -1/+1 |
| | | | | | | | Fix copyright years. Fix URLs to point to new PRC site. Make sure guestfish(1) and guestfs(3) manpages reference the current list of tools. | ||||
* | virt-make-fs: Use Sys::Guestfs::Lib::feature_available helper function. | Richard Jones | 2010-04-10 | 1 | -2/+3 |
| | |||||
* | New tool: virt-make-fs for creating filesystems on devices. | Richard Jones | 2010-04-08 | 1 | -0/+571 |