We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0034d commit 17d765cCopy full SHA for 17d765c
pkg/hwapi/api.go
@@ -22,7 +22,7 @@ type LowLevelHardwareInterfaces interface {
22
LookupIOAddress(addr uint64, regs VTdRegisters) ([]uint64, error)
23
24
// msr.go
25
- ReadMSR(msr int64) []uint64
+ ReadMSR(msr int64) uint64
26
27
// pci.go
28
PCIEnumerateVisibleDevices(cb func(d PCIDevice) (abort bool)) (err error)
0 commit comments