qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] target/i386/hvf: add vmware-cpuid-freq cpu feature


From: Paolo Bonzini
Subject: Re: [PATCH v2] target/i386/hvf: add vmware-cpuid-freq cpu feature
Date: Tue, 19 Jan 2021 19:14:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

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

[Prev in Thread] Current Thread [Next in Thread]