On 19/01/21 19:01, Roman Bolshakov wrote:
+    switch (index) {
+    case 0x40000000:
+        memcpy(signature, "TCGTCGTCGTCG", 12); /* QEMU Signature */
Hi Vladislav,

TCG belongs to TCG accel identification, for HVF it should be
HVFHVFHVFHVF.

You can use the KVM identification just fine, as long as you comply with the rest of the KVM CPUID specification.

Paolo


Reply via email to