Commit df453ba
committed
qemu: Fix CPU=power8 to work properly with KVM
You can't use -cpu power8 with KVM on a Power9, it errors with:
If you're using kvm-hv.ko, only "-cpu host" is possible
Instead we need to specify the "max-cpu-compat" property as a machine
capability.1 parent 089822d commit df453ba
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
| |||
0 commit comments