Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generator: Rename 'add_drive_opts' API to 'add_drive'. | Richard W.M. Jones | 2012-07-14 | 1 | -1/+1 |
| | | | | | | 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). | ||||
* | launch: Treat /dev/null specially, for old KVM. | Richard W.M. Jones | 2012-06-25 | 1 | -1/+9 |
| | | | | | | | | | Old KVM can't add /dev/null readonly. Treat /dev/null as a special case. We also fix a few tests where /dev/null was being used with format=qcow2. This was always incorrect behaviour, but qemu appears to tolerate it. | ||||
* | python: Add a regression test for RHBZ#811650. | Richard W.M. Jones | 2012-04-11 | 1 | -0/+29 |