This is the third part for the capsicum integration. It provides changes regarding the rebase process with a newer version for bhyve and it eliminates some changes that are unnecessary.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Makefile.inc1 | ||
---|---|---|
2782 | this seems already in the latest code, maybe missed in rebase? |
Comment Actions
Made the necessary changes to the solution in order to solve a issue mentioned by @rew(there is a problem when the first disk uses /dev/md0. Instead of using the parent directory of the first disk, now the snapshot directory can be specified at boot time using -t option.
I also did refactor the code to remove unnecessary/unused parts before and after the changes.
usr.sbin/bhyve/snapshot.c | ||
---|---|---|
1650 | Can you be consistent about these things being bracketed in #ifndef WITHOUT_CAPSICUM ? |