The following changes since commit ad1b4ec39caa5b3f17cbd8160283a03a3dcfe2ae:
Merge remote-tracking branch 'remotes/kraxel/tags/input-20180515-pull-request' into staging (2018-05-15 12:50:06 +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 ab8f992e3e63e91be257e4e343d386dae7be4bcb: i386: Add new property to control cache info (2018-05-15 11:33:33 -0300) ---------------------------------------------------------------- x86 queue, 2018-05-15 * KnightsMill CPU model * CLDEMOTE(Demote Cache Line) cpu feature * pc-i440fx-2.13 and pc-q35-2.13 machine-types * Add model-specific cache information to EPYC CPU model ---------------------------------------------------------------- Babu Moger (4): i386: Add cache information in X86CPUDefinition i386: Initialize cache information for EPYC family processors pc: add 2.13 machine types i386: Add new property to control cache info Boqun Feng (1): i386: add KnightsMill cpu model Eduardo Habkost (1): i386: Helpers to encode cache information consistently Jingqi Liu (1): x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu feature include/hw/i386/pc.h | 8 + target/i386/cpu.h | 66 ++++++ hw/i386/pc_piix.c | 15 +- hw/i386/pc_q35.c | 13 +- target/i386/cpu.c | 635 +++++++++++++++++++++++++++++++++++++++++---------- 5 files changed, 608 insertions(+), 129 deletions(-) -- 2.14.3