Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generator: Rename 'add_drive_opts' API to 'add_drive'. | Richard W.M. Jones | 2012-07-14 | 1 | -2/+2 |
| | | | | | | By using the once_had_no_optargs flag, this change is backwards compatible for callers (except Haskell, PHP and GObject as discussed in earlier commit). | ||||
* | tests: Replace truncate command with 'guestfish sparse'. | Richard W.M. Jones | 2012-06-18 | 1 | -1/+1 |
| | | | | | | | | | | RHEL 5 didn't have the truncate command, but we can replace: truncate -s SIZE FILE with the roughly equivalent command: guestfish sparse FILE SIZE | ||||
* | tests: Add a simple liveness tests for qemu. | Richard W.M. Jones | 2011-12-22 | 1 | -0/+52 |