The following changes since commit bb16c0412a572c2c9cd44496deb3ad430bc49c1a:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180816' into staging (2018-08-16 14:35:50 +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 7210a02c58572b2686a3a8d610c6628f87864aed: i386: Disable TOPOEXT by default on "-cpu host" (2018-08-16 13:43:01 -0300) ---------------------------------------------------------------- x86 queue, 2018-08-16 Bug fix: * Some guests may crash when using "-cpu host" due to TOPOEXT, disable it by default Features: * PV_SEND_IPI feature bit * Icelake-{Server,Client} CPU models * New CPUID feature bits: PV_SEND_IPI, WBNOINVD, PCONFIG, ARCH_CAPABILITIES Documentation: * docs/qemu-cpu-models.texi ---------------------------------------------------------------- Daniel P. Berrangé (1): docs: add guidance on configuring CPU models for x86 Eduardo Habkost (1): i386: Disable TOPOEXT by default on "-cpu host" Robert Hoo (5): i386: Add new MSR indices for IA32_PRED_CMD and IA32_ARCH_CAPABILITIES i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSR i386: Add CPUID bit for PCONFIG i386: Add CPUID bit for WBNOINVD i386: Add new CPU model Icelake-{Server,Client} Wanpeng Li (1): target-i386: adds PV_SEND_IPI CPUID feature bit docs/qemu-cpu-models.texi | 484 ++++++++++++++++++++++++++++++++++++++ Makefile | 7 +- target/i386/cpu.h | 6 + target/i386/cpu.c | 130 +++++++++- MAINTAINERS | 1 + qemu-doc.texi | 6 + 6 files changed, 629 insertions(+), 5 deletions(-) create mode 100644 docs/qemu-cpu-models.texi -- 2.18.0.rc1.1.g3f1ff2140