mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 11:59:58 +00:00
sys: provide list of intersting MSRs for KVM
This commit is contained in:
parent
0939075822
commit
a5c7c2c4bd
@ -565,6 +565,7 @@ var ports = []uint16{
|
||||
0x20, 0x21, 0xa0, 0xa1, 0x4d0, 0x4d1, // 8259
|
||||
}
|
||||
|
||||
// sys/kvm.txt also knows this list
|
||||
var msrs = []uint32{
|
||||
0x0, 0x1, 0x10, 0x11, 0x12, 0x13, 0x17, 0x1b,
|
||||
0x20, 0x21, 0x28, 0x29, 0x2a, 0x2c, 0x33, 0x34,
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user