]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: define md-clear bit
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Jun 2019 14:12:04 +0000 (16:12 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 1 Oct 2019 21:58:28 +0000 (16:58 -0500)
commit7427060f98d603020ef99e1ba3f07f7ee7c193ba
tree8667ff92919b002f3620faebc81aa4e2fa7b9cbd
parent41e1564fb50515d7902628d25c0c8421a8516cc1
target/i386: define md-clear bit

md-clear is a new CPUID bit which is set when microcode provides the
mechanism to invoke a flush of various exploitable CPU buffers by invoking
the VERW instruction.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20190515141011.5315-2-berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
(cherry picked from commit b2ae52101fca7f9547ac2f388085dbc58f8fe1c0)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/i386/cpu.c