Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
| | | | | Update all copyright dates to 2012. | ||||
* | Allow /dev/null to be added multiple times. | Richard W.M. Jones | 2012-01-10 | 1 | -29/+3 |
| | | | | | | | | Change the test for duplicate drives so that you're allowed to add /dev/null multiple times. This corresponds to traditional usage. This amends commit be47b66c3033105a2b880dbc10bfc2b163b7eafe. | ||||
* | launch: don't add a drive twice | Wanlong Gao | 2012-01-09 | 1 | -3/+29 |
| | | | | | | | | | | | | | | 1. Change the g->path to restore a absolute path instead of the mixed. 2. Check that if the adding drive is duplicated with the added drive. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Make sure abs_path is NULL before it is assigned, so freeing it will work along the error path. - Fix the test which added /dev/null multiple times. | ||||
* | tests: Rename capitests -> tests/c-api. | Richard W.M. Jones | 2011-12-22 | 11 | -0/+1292 |