feat(cpuid): automate the passthrough toggle around enabled guests
This commit is contained in:
@@ -165,7 +165,7 @@ echo Y | sudo tee /sys/module/kvm_amd/parameters/cpuid_passthrough
|
||||
vm-native-verify
|
||||
```
|
||||
|
||||
`vm-native-setup` printed those two lines with your SKU. The switch is host-wide: it applies to
|
||||
`vm-native-setup` printed those two lines with your SKU, or `sudo vm-native-cpuid enable <domain>` does the same on/off automatically around the guest (off for the cold boot, on once its network is up). The switch is host-wide: it applies to
|
||||
every pinned guest at once, and a cold boot of any of them while it is on hits the enumeration
|
||||
race, so with several guests turn it off before any boots and on when they are all up. Then the
|
||||
scanner, from the console session, as `docs/TESTING.md` describes. The reference guest reads 1/85.
|
||||
|
||||
Reference in New Issue
Block a user