qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/19] QOM CPUState patch queue 2014-06-26


From: Andreas Färber
Subject: [Qemu-devel] [PULL 00/19] QOM CPUState patch queue 2014-06-26
Date: Thu, 26 Jun 2014 00:12:00 +0200

Hello Peter,

This is my long delayed QOM CPU patch queue. Please pull.

Regards,
Andreas

Cc: Peter Maydell <address@hidden>
Cc: Anthony Liguori <address@hidden>

Cc: Eduardo Habkost <address@hidden>
Cc: Marcelo Tosatti <address@hidden>

The following changes since commit 2b5b7ae917e8db48431631b1c5d909fa46c223a6:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' 
into staging (2014-06-24 17:14:57 +0100)

are available in the git repository at:


  git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-2.1

for you to fetch changes up to ece01354073f8e02db0205ea7522f3dbf589c9aa:

  target-i386: Broadwell CPU model (2014-06-25 23:54:57 +0200)

----------------------------------------------------------------
X86CPU

* Filter out MONITOR for KVM
* Fix filtering for TCG
* -cpu foo,check and -cpu foo,enforce support for TCG
* -cpu host migration support (-cpu host,migratable=no to disable)
* Add invtsc feature support
* New model: Broadwell

----------------------------------------------------------------
Eduardo Habkost (16):
      target-i386: kvm: Don't enable MONITOR by default on any CPU model
      target-i386: Simplify reporting of unavailable features
      target-i386: Merge feature filtering/checking functions
      target-i386: Pass FeatureWord argument to report_unavailable_features()
      target-i386: Isolate KVM-specific code on CPU feature filtering logic
      target-i386: Make TCG feature filtering more readable
      target-i386: Filter FEAT_7_0_EBX TCG features too
      target-i386: Filter KVM and 0xC0000001 features on TCG
      target-i386: Define TCG_*_FEATURES earlier in cpu.c
      target-i386: Loop-based copying and setting/unsetting of feature words
      target-i386: Loop-based feature word filtering in TCG mode
      target-i386: Support check/enforce flags in TCG mode, too
      target-i386: Add "migratable" property to "host" CPU model
      target-i386: Set migratable=yes by default on "host" CPU mooel
      target-i386: Fix indentation of CPU model definitions
      target-i386: Broadwell CPU model

Marcelo Tosatti (3):
      savevm: check vmsd for migratability status
      target-i386: block migration and savevm if invariant tsc is exposed
      target-i386: Support "invariant tsc" flag

 savevm.c              |   5 +-
 target-i386/cpu-qom.h |   6 +-
 target-i386/cpu.c     | 566 +++++++++++++++++++++++++++++---------------------
 target-i386/cpu.h     |   4 +
 target-i386/kvm.c     |  15 ++
 target-i386/machine.c |   2 +-
 6 files changed, 357 insertions(+), 241 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]