We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc49c7 commit 74fa194Copy full SHA for 74fa194
internal/configs/configs.go
@@ -189,7 +189,7 @@ func vfio_modules() []string {
189
kernel_re := regexp.MustCompile(`^(6\.1|6\.0|[1-5]\.)`)
190
if kernel_re.MatchString(sysinfo.Kernel) {
191
// Write to the debug log
192
- logger.Printf("Linux kernel version %s detected!\nIncluding vfio_virqfd module\n")
+ logger.Printf("Linux kernel version %s detected!\nIncluding vfio_virqfd module\n", sysinfo.Kernel)
193
194
// Include the vfio_virqfd module
195
// NOTE: this driver was merged into the vfio module in 6.2
0 commit comments