Re: git: 10c6af344108 - main - bhyve: Fix build when BHYVE_SNAPSHOT is set
- In reply to: Ed Maste : "Re: git: 10c6af344108 - main - bhyve: Fix build when BHYVE_SNAPSHOT is set"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Sep 2022 13:24:04 UTC
On 9/13/22 4:21 PM, Ed Maste wrote: >>> Probably should as it would have prevent this, but I'm not sure of why >>> this is an option currently, John ? >> >> It disables capsicum support as the two aren’t currently compatible. > > There is a review open to add Capsicum support: > https://reviews.freebsd.org/D35454 > Once this is resolved we should indeed make it non-optional It's also optional because the format of the saved state isn't stable and is going to change in the future. I wanted to have a format that supported versioning (and of individual device blobs) before enabling it by default. However, it's also true that UPB has done some work towards that that has not yet been reviewed and merged. -- John Baldwin