Minor change in KVM hv vendor string

This commit is contained in:
Alberto Ortega 2016-03-02 23:07:36 +01:00
parent d4ca81c7a5
commit 3dbd5e3923
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ int cpu_known_vm_vendors() {
int i;
char cpu_hv_vendor[13];
string strs[count];
strs[0] = "KVMKVMKVMKVM"; /* KVM */
strs[0] = "KVMKVMKVM\0\0\0"; /* KVM */
strs[1] = "Microsoft Hv"; /* Microsoft Hyper-V or Windows Virtual PC */
strs[2] = "VMwareVMware"; /* VMware */
strs[3] = "XenVMMXenVMM"; /* Xen */