d92cc55200
Unlike other platforms, PPC64 supports 2 types of KVM: 1. PR KVM emulated in user space - works on every PPC64 platform, even on old POWERMAC; does not require hypervisor-enabled host CPU (POWER5+ and newer); does not require OPAL; 2. HV KVM - this requires hypervisor-enabled CPU and OPAL - i.e. recent POWER7/8 CPUs running as a "powernv" platform only. So PPC64 KVM is split into 3 kernel modules - kvm_pr, kvm_hv and kvm, the latter contains bits of code common for both types of KVM. Recent QEMU supports a "kvm-type" machine option and can instantiate the requested type of KVM. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> |
||
---|---|---|
.gitignore | ||
80-kvm.rules | ||
99-qemu-guest-agent.rules | ||
0001-loader-Add-load_image_gzipped-function.patch | ||
0002-aarch64-Allow-kernel-option-to-take-a-gzip-compresse.patch | ||
bridge.conf | ||
ksm.service | ||
ksm.sysconfig | ||
ksmctl.c | ||
ksmtuned | ||
ksmtuned.conf | ||
ksmtuned.service | ||
kvm.modules | ||
qemu-guest-agent.service | ||
qemu-kvm.sh | ||
qemu.binfmt | ||
qemu.spec | ||
sources |