diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1850751')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1850751 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1850751 b/results/scraper/launchpad-without-comments/1850751 new file mode 100644 index 000000000..426589a05 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1850751 @@ -0,0 +1,8 @@ +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 |