gnif / LookingGlass

An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
GNU General Public License v2.0
4.72k stars 260 forks source link

[module] Fix build on Linux 6.4 (fixes #1075) #1076

Closed esibun closed 1 year ago

esibun commented 1 year ago

Remove second parameter from class_create since Linux >= 6.4 uses data from struct instead supplied from previous calls. Draft PR until I can get this tested properly.

esibun commented 1 year ago

Keeping as a draft until 6.4 stable per bug discussion.