qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/12] X86 queue, 2015-10-05
@ 2015-10-05 16:06 Eduardo Habkost
  2015-10-05 16:06 ` [Qemu-devel] [PULL 01/12] cpu: Introduce X86CPUTopoInfo structure for argument simplification Eduardo Habkost
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Eduardo Habkost @ 2015-10-05 16:06 UTC (permalink / raw)
  To: Peter Maydell
  Cc: qemu-devel, Paolo Bonzini, Andreas Färber, Richard Henderson

Changes since the last pull request:
* Removed the "enable check mode by default" patch that caused
  unnecessary warnings
* Added the icc-bus-removal series from Zhu Guihua and Chen Fan

The following changes since commit c0b520dfb8890294a9f8879f4759172900585995:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-10-02 16:59:21 +0100)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-pull-request

for you to fetch changes up to dfeb8679db358e1f8e0ee4dd84f903d71f000378:

  icc_bus: drop the unused files (2015-10-02 16:22:02 -0300)

----------------------------------------------------------------
X86 queue, 2015-10-05

----------------------------------------------------------------

Amit Shah (1):
  target-i386: get/put MSR_TSC_AUX across reset and migration

Bill Paul (1):
  Correctly re-init EFER state during INIT IPI

Chen Fan (3):
  cpu: Introduce X86CPUTopoInfo structure for argument simplification
  apic: move APIC's MMIO region mapping into APIC
  cpu/apic: drop icc bus/bridge

Eduardo Habkost (1):
  target-i386: Convert kvm_default_*features to property/value pairs

Paolo Bonzini (1):
  target-i386: add ABM to Haswell* and Broadwell* CPU models

Richard Henderson (2):
  target-i386: Move breakpoint related functions to new file
  target-i386: Make check_hw_breakpoints static

Thomas Huth (1):
  vl: Add another sanity check to smp_parse() function

Zhu Guihua (2):
  x86: use new method to correct reset sequence
  icc_bus: drop the unused files

 default-configs/i386-softmmu.mak   |   1 -
 default-configs/x86_64-softmmu.mak |   1 -
 hw/cpu/Makefile.objs               |   1 -
 hw/cpu/icc_bus.c                   | 118 ------------------------
 hw/i386/pc.c                       |  52 ++++++-----
 hw/i386/pc_piix.c                  |  17 +---
 hw/i386/pc_q35.c                   |  13 +--
 hw/intc/apic_common.c              |  11 +--
 include/hw/cpu/icc_bus.h           |  82 -----------------
 include/hw/i386/apic_internal.h    |   7 +-
 include/hw/i386/pc.h               |  24 ++++-
 include/hw/i386/topology.h         |  33 +++----
 target-i386/Makefile.objs          |   2 +-
 target-i386/bpt_helper.c           | 182 +++++++++++++++++++++++++++++++++++++
 target-i386/cpu.c                  | 119 ++++++++++++++----------
 target-i386/cpu.h                  |  14 ++-
 target-i386/helper.c               | 128 --------------------------
 target-i386/kvm.c                  |  14 +++
 target-i386/misc_helper.c          |  34 -------
 vl.c                               |   8 +-
 20 files changed, 364 insertions(+), 497 deletions(-)
 delete mode 100644 hw/cpu/icc_bus.c
 delete mode 100644 include/hw/cpu/icc_bus.h
 create mode 100644 target-i386/bpt_helper.c

-- 
2.1.0

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

end of thread, other threads:[~2015-10-06 13:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05 16:06 [Qemu-devel] [PULL 00/12] X86 queue, 2015-10-05 Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 01/12] cpu: Introduce X86CPUTopoInfo structure for argument simplification Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 02/12] vl: Add another sanity check to smp_parse() function Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 03/12] target-i386: Convert kvm_default_*features to property/value pairs Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 04/12] target-i386: Move breakpoint related functions to new file Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 05/12] target-i386: Make check_hw_breakpoints static Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 06/12] target-i386: get/put MSR_TSC_AUX across reset and migration Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 07/12] target-i386: add ABM to Haswell* and Broadwell* CPU models Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 08/12] Correctly re-init EFER state during INIT IPI Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 09/12] apic: move APIC's MMIO region mapping into APIC Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 10/12] x86: use new method to correct reset sequence Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 11/12] cpu/apic: drop icc bus/bridge Eduardo Habkost
2015-10-05 16:06 ` [Qemu-devel] [PULL 12/12] icc_bus: drop the unused files Eduardo Habkost
2015-10-06 13:47 ` [Qemu-devel] [PULL 00/12] X86 queue, 2015-10-05 Peter Maydell

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).