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

The following changes since commit 9e071429e649346c14b2dc76902f84f8352d2333:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-09-25 21:52:30 +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 139454c5119cf0da270901810de4f51cc0f28bdd:

  target-i386: get/put MSR_TSC_AUX across reset and migration (2015-09-28 12:46:40 -0300)

----------------------------------------------------------------
X86 queue, 2015-09-28

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

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

Chen Fan (1):
  cpu: Introduce X86CPUTopoInfo structure for argument simplification

Eduardo Habkost (2):
  target-i386: Enable "check" mode by default
  target-i386: Convert kvm_default_*features to property/value pairs

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

 hw/i386/pc.c               |   6 +-
 hw/i386/pc_piix.c          |   8 +-
 hw/i386/pc_q35.c           |   4 +-
 include/hw/i386/topology.h |  33 ++++----
 target-i386/Makefile.objs  |   2 +-
 target-i386/bpt_helper.c   | 182 +++++++++++++++++++++++++++++++++++++++++++++
 target-i386/cpu.c          |  89 ++++++++++++----------
 target-i386/cpu.h          |  12 ++-
 target-i386/helper.c       | 128 -------------------------------
 target-i386/kvm.c          |  14 ++++
 target-i386/misc_helper.c  |  34 ---------
 vl.c                       |   8 +-
 12 files changed, 290 insertions(+), 230 deletions(-)
 create mode 100644 target-i386/bpt_helper.c

-- 
2.1.0

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

end of thread, other threads:[~2015-09-29 19:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28 17:31 [Qemu-devel] [PULL 0/7] X86 queue, 2015-09-28 Eduardo Habkost
2015-09-28 17:31 ` [Qemu-devel] [PULL 1/7] cpu: Introduce X86CPUTopoInfo structure for argument simplification Eduardo Habkost
2015-09-28 17:31 ` [Qemu-devel] [PULL 2/7] vl: Add another sanity check to smp_parse() function Eduardo Habkost
2015-09-28 17:31 ` [Qemu-devel] [PULL 3/7] target-i386: Enable "check" mode by default Eduardo Habkost
2015-09-28 17:31 ` [Qemu-devel] [PULL 4/7] target-i386: Convert kvm_default_*features to property/value pairs Eduardo Habkost
2015-09-28 17:31 ` [Qemu-devel] [PULL 5/7] target-i386: Move breakpoint related functions to new file Eduardo Habkost
2015-09-28 17:31 ` [Qemu-devel] [PULL 6/7] target-i386: Make check_hw_breakpoints static Eduardo Habkost
2015-09-28 17:31 ` [Qemu-devel] [PULL 7/7] target-i386: get/put MSR_TSC_AUX across reset and migration Eduardo Habkost
2015-09-29 11:28 ` [Qemu-devel] [PULL 0/7] X86 queue, 2015-09-28 Peter Maydell
2015-09-29 11:29   ` Peter Maydell
2015-09-29 18:22   ` Eduardo Habkost
2015-09-29 19:21     ` Peter Maydell
2015-09-29 19:42       ` Eduardo Habkost

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