commit | 51b958e5aeb1e18c00332e0b37c5d4e95a3eff84 | [log] [tgz] |
---|---|---|
author | David Edmondson <david.edmondson@oracle.com> | Tue Nov 03 12:04:00 2020 +0000 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 13 06:28:33 2020 -0500 |
tree | d654a2cf8458fa112f1677ca70b2295f15f185e1 | |
parent | 2c38234c425e627ca493eb0b7a9a34899a1f03ef [diff] |
KVM: x86: clflushopt should be treated as a no-op by emulation The instruction emulator ignores clflush instructions, yet fails to support clflushopt. Treat both similarly. Fixes: 13e457e0eebf ("KVM: x86: Emulator does not decode clflush well") Signed-off-by: David Edmondson <david.edmondson@oracle.com> Message-Id: <20201103120400.240882-1-david.edmondson@oracle.com> Reviewed-by: Joao Martins <joao.m.martins@oracle.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>