[PATCH v2 1/2] KVM: x86: expose MOVDIRI CPU feature into VM.

2018-11-05 Thread Liu Jingqi
MOVDIRI moves doubleword or quadword from register to memory through direct store which is implemented by using write combining (WC) for writing data directly into memory without caching the data. Availability of the MOVDIRI instruction is indicated by the presence of the CPUID feature flag

[PATCH v2 1/2] KVM: x86: expose MOVDIRI CPU feature into VM.

2018-11-05 Thread Liu Jingqi
MOVDIRI moves doubleword or quadword from register to memory through direct store which is implemented by using write combining (WC) for writing data directly into memory without caching the data. Availability of the MOVDIRI instruction is indicated by the presence of the CPUID feature flag