mbox

[PULL,0/3] x86 MDS feature flags

Message ID 20190521185059.28236-1-ehabkost@redhat.com
State New
Headers show

Pull-request

git://github.com/ehabkost/qemu.git tags/x86-next-pull-request

Message

Eduardo Habkost May 21, 2019, 6:50 p.m. UTC
The following changes since commit a4f667b6714916683408b983cfe0a615a725775f:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging (2019-05-21 16:30:13 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-next-pull-request

for you to fetch changes up to 20140a82c67467f53814ca197403d5e1b561a5e5:

  target/i386: add MDS-NO feature (2019-05-21 15:39:05 -0300)

----------------------------------------------------------------
x86 MDS feature flags

md-clear and mds-no feature flags, for detection and mitigation
of MDS vulnerabilities (CVE-2018-12126, CVE-2018-12127,
CVE-2018-12130, CVE-2019-11091).

----------------------------------------------------------------

Daniel P. Berrangé (1):
  docs: recommend use of md-clear feature on all Intel CPUs

Paolo Bonzini (2):
  target/i386: define md-clear bit
  target/i386: add MDS-NO feature

 docs/qemu-cpu-models.texi | 12 ++++++++++++
 target/i386/cpu.c         |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

Comments

Peter Maydell May 23, 2019, 8:55 a.m. UTC | #1
On Tue, 21 May 2019 at 19:51, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit a4f667b6714916683408b983cfe0a615a725775f:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging (2019-05-21 16:30:13 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-next-pull-request
>
> for you to fetch changes up to 20140a82c67467f53814ca197403d5e1b561a5e5:
>
>   target/i386: add MDS-NO feature (2019-05-21 15:39:05 -0300)
>
> ----------------------------------------------------------------
> x86 MDS feature flags
>
> md-clear and mds-no feature flags, for detection and mitigation
> of MDS vulnerabilities (CVE-2018-12126, CVE-2018-12127,
> CVE-2018-12130, CVE-2019-11091).
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM