The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:
Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000) 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 21ee4787e53367590f284915bf4c30c684e65bdf: docs: add note about stibp CPU feature for spectre v2 (2019-03-20 12:18:15 -0300) ---------------------------------------------------------------- x86 queue for -rc1 A few fixes that missed -rc0: * CPU model documentation updates (Daniel P. Berrangé) * Fix bogus OSPKE warnings (Eduardo Habkost) * Work around KVM bugs when handing arch_capabilities (Eduardo Habkost) ---------------------------------------------------------------- Daniel P. Berrangé (2): docs: clarify that spec-ctrl is only needed for Spectre v2 docs: add note about stibp CPU feature for spectre v2 Eduardo Habkost (3): i386: kvm: Disable arch_capabilities if MSR can't be set i386: Make arch_capabilities migratable i386: Disable OSPKE on CPU model definitions docs/qemu-cpu-models.texi | 28 ++++++++++++++++++++++++---- target/i386/cpu.c | 7 +++---- target/i386/kvm.c | 9 +++++++++ tests/acceptance/cpu_queries.py | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 69 insertions(+), 8 deletions(-) create mode 100644 tests/acceptance/cpu_queries.py -- 2.18.0.rc1.1.g3f1ff2140