fix: pkg/hwapi: close fd on each iteration in ReadMSR #43
build.yml
on: pull_request
build
23s
test_in_qemu
0s
Annotations
5 errors
|
build
Process completed with exit code 1.
|
|
build:
pkg/hwapi/iommu.go#L147
cannot use h (variable of struct type HwAPI) as LowLevelHardwareInterfaces value in argument to lookupIOLegacy: HwAPI does not implement LowLevelHardwareInterfaces (wrong type for method ReadMSR)
|
|
build:
pkg/hwapi/api.go#L56
cannot use HwAPI{} (value of struct type HwAPI) as LowLevelHardwareInterfaces value in return statement: HwAPI does not implement LowLevelHardwareInterfaces (wrong type for method ReadMSR)
|
|
build:
pkg/hwapi/acpi.go#L503
cannot use h (variable of struct type HwAPI) as LowLevelHardwareInterfaces value in argument to GetACPITableDevMem: HwAPI does not implement LowLevelHardwareInterfaces (wrong type for method ReadMSR)
|
|
build:
pkg/hwapi/acpi.go#L501
cannot use h (variable of struct type HwAPI) as LowLevelHardwareInterfaces value in argument to GetACPITableSysFS: HwAPI does not implement LowLevelHardwareInterfaces (wrong type for method ReadMSR)
|