diff options
Diffstat (limited to 'results/classifier/gemma3:12b/kvm/1850751')
| -rw-r--r-- | results/classifier/gemma3:12b/kvm/1850751 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kvm/1850751 b/results/classifier/gemma3:12b/kvm/1850751 new file mode 100644 index 00000000..2aef9e6a --- /dev/null +++ b/results/classifier/gemma3:12b/kvm/1850751 @@ -0,0 +1,9 @@ + +kvm flag is not exposed by default + +Hi I found that the kvm flags is not exposed by default, but according to the source code, it should be exposed by default when the CPU Model is a X86CPU. + +we have to specifically add "kvm=on" in QEMU custom cpu args like this: +<qemu:arg value='host,kvm=on,+invtsc,+hypervisor'/> + +Also the libvirt can't expose kvm because this (libvirt assumes the kvm flag is exposed by default, only "kvm hidden = 'true'" can be used. \ No newline at end of file |