aboutsummaryrefslogtreecommitdiff
path: root/rumpdisk
Commit message (Collapse)AuthorAgeFilesLines
...
* libmachdev: Introduce startup notification for clean rumpdisk shutdownDamien Zammit2020-08-021-1/+15
| | | | Message-Id: <20200801050538.273196-1-damien@zamaudio.com>
* rumpdisk: Use bootstrap resume of fs task in machdevDamien Zammit2020-07-252-11/+123
| | | | Message-Id: <20200725011847.186969-4-damien@zamaudio.com>
* rumpdisk: link the bd on success onlyDamien Zammit2020-07-181-2/+2
| | | | Otherwise we would crash after an unsuccessful device_open call.
* rumpdisk: Simplify codeDamien Zammit2020-07-181-4/+1
| | | | There is no need to store the error only to return it.
* Rumpdisk: fix buffer sizeSamuel Thibault2020-04-111-1/+1
| | | | | * rumpdisk/block-rump.c (device_open): Reduce the dev_name buffer size by one (unused) byte.
* rumpdisk: Use more canonical parameter orderSamuel Thibault2020-04-111-2/+2
| | | | | | | To match snprintf parameter order. * rumpdisk/block-rump.c (translate_name): Make `name' parameter last. (device_open): Fix translate_name call accordingly.
* rumpdisk: Add userspace disk support via librumpDamien Zammit2020-04-115-0/+527