qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] x86 queue, 2018-08-16
@ 2018-08-17  1:33 Eduardo Habkost
  2018-08-17  1:33 ` [Qemu-devel] [PULL 1/8] docs: add guidance on configuring CPU models for x86 Eduardo Habkost
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Eduardo Habkost @ 2018-08-17  1:33 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel
  Cc: Paolo Bonzini, Richard Henderson, Eduardo Habkost,
	Marcel Apfelbaum, Michael S. Tsirkin

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-08-21 19:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-17  1:33 [Qemu-devel] [PULL 0/8] x86 queue, 2018-08-16 Eduardo Habkost
2018-08-17  1:33 ` [Qemu-devel] [PULL 1/8] docs: add guidance on configuring CPU models for x86 Eduardo Habkost
2018-08-17  1:33 ` [Qemu-devel] [PULL 2/8] i386: Add new MSR indices for IA32_PRED_CMD and IA32_ARCH_CAPABILITIES Eduardo Habkost
2018-08-17  1:33 ` [Qemu-devel] [PULL 3/8] i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSR Eduardo Habkost
2018-08-17  1:33 ` [Qemu-devel] [PULL 4/8] i386: Add CPUID bit for PCONFIG Eduardo Habkost
2018-08-17  1:33 ` [Qemu-devel] [PULL 5/8] i386: Add CPUID bit for WBNOINVD Eduardo Habkost
2018-08-17  1:33 ` [Qemu-devel] [PULL 6/8] i386: Add new CPU model Icelake-{Server, Client} Eduardo Habkost
2018-08-17  1:33 ` [Qemu-devel] [PULL 7/8] target-i386: adds PV_SEND_IPI CPUID feature bit Eduardo Habkost
2018-08-17  1:34 ` [Qemu-devel] [PULL 8/8] i386: Disable TOPOEXT by default on "-cpu host" Eduardo Habkost
2018-08-21 19:25   ` Eduardo Habkost
2018-08-17 11:49 ` [Qemu-devel] [PULL 0/8] x86 queue, 2018-08-16 Peter Maydell
2018-08-17 23:33 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).