diff options
author | Daniel P. Berrangé | 2018-06-27 18:01:03 +0200 |
---|---|---|
committer | Eduardo Habkost | 2018-08-16 18:43:01 +0200 |
commit | 2544e9e4aa2bcef8ac069057a681a5ff37a23e49 (patch) | |
tree | 0efa3fd7a1e0e1a3b493ecfe3ce666ac426ec973 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180816'... (diff) | |
download | qemu-2544e9e4aa2bcef8ac069057a681a5ff37a23e49.tar.gz qemu-2544e9e4aa2bcef8ac069057a681a5ff37a23e49.tar.xz qemu-2544e9e4aa2bcef8ac069057a681a5ff37a23e49.zip |
docs: add guidance on configuring CPU models for x86
With the recent set of CPU hardware vulnerabilities on x86, it is
increasingly difficult to understand which CPU configurations are
good to use and what flaws they might be vulnerable to.
This doc attempts to help management applications and administrators in
picking sensible CPU configuration on x86 hosts. It outlines which of
the named CPU models are good choices, and describes which extra CPU
flags should be enabled to allow the guest to mitigate hardware flaws.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20180627160103.13634-1-berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c48d9271cf..a0342ba7d9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -289,6 +289,7 @@ F: tests/tcg/i386/ F: tests/tcg/x86_64/ F: hw/i386/ F: disas/i386.c +F: docs/qemu-cpu-models.texi T: git git://github.com/ehabkost/qemu.git x86-next Xtensa |