Re: bhyve passthru problem
- Reply: Oleksandr Kryvulia : "Re: bhyve passthru problem"
- Reply: Corvin Köhne : "Re: bhyve passthru problem"
- In reply to: Corvin Köhne : "Re: bhyve passthru problem"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jun 2024 07:50:35 UTC
> I don't know why bhyve validates the BAR size. The commit adding this > check is old [1] and doesn't explain it. What bhyve could do is > rounding up the BAR size to a full page size when allocating memory for > the BAR. > > [1] https://github.com/freebsd/freebsd- > src/commit/7a902ec0eccc752c9c38533ed123121eaaea1225 At the time, BIOSs would often place device BARs of less than a page size in the same physical page. Since EPT only gives page granularity, this would result in all those devices being available to the guest even if they hadn't been passed through. later, Peter.