Page MenuHomeFreeBSD

bhyve: Fix the WITH_BHYVE_SNAPSHOT build
ClosedPublic

Authored by markj on Oct 16 2021, 5:27 PM.
Tags
None
Referenced Files
F112080791: D32523.diff
Wed, Mar 12, 1:20 PM
Unknown Object (File)
Sun, Feb 23, 2:10 PM
Unknown Object (File)
Sat, Feb 22, 12:08 PM
Unknown Object (File)
Feb 4 2025, 10:15 AM
Unknown Object (File)
Jan 28 2025, 9:42 AM
Unknown Object (File)
Jan 26 2025, 10:15 PM
Unknown Object (File)
Jan 11 2025, 2:56 AM
Unknown Object (File)
Dec 21 2024, 3:45 PM
Subscribers

Details

Summary

The pba_page_offset field was removed. It was only used by the
passthrough code, and I believe the snapshot code currently does not
handle passthrough devices, so the field perhaps shouldn't have been
there to begin with.

I believe this change breaks compatibility with snapshots created by a
bhyve that doesn't have this change. I'm not sure what guarantees we
provide there, but if necessary we could write a dummy value instead.

Fixes: 7fa233534736 ("bhyve: Map the MSI-X table unconditionally for passthrough")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42168
Build 39056: arc lint + arc unit