qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL for-1.5 00/11] QOM CPUState patch queue 2013-05-06


From: Andreas Färber
Subject: [Qemu-devel] [PULL for-1.5 00/11] QOM CPUState patch queue 2013-05-06
Date: Mon, 6 May 2013 22:43:20 +0200

Hello,

This is my current QOM CPU patch queue. Please pull.

It includes:
* x86 CPU feature-words and filtered-features properties for libvirt,
* x86 CPU fixes and backwards compatibility support.

Regards,
Andreas

Cc: Anthony Liguori <address@hidden>

Cc: Eduardo Habkost <address@hidden>
Cc: Igor Mammedov <address@hidden>


The following changes since commit 8e515b125d5f7849167dbee6cbe6ef61636607d4:

  configure: Check that "libtool" is not the MacOSX one (2013-05-06 06:52:03 
-0500)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git qom-cpu

for you to fetch changes up to 4458c23672904fa131e69897007eeb7c953be7e5:

  target-i386: n270 can MOVBE (2013-05-06 22:27:49 +0200)

----------------------------------------------------------------
Andreas Färber (4):
      qdev: Let qdev_prop_parse() pass through Error
      qdev: Introduce qdev_prop_set_globals_for_type()
      target-i386: Emulate X86CPU subclasses for global properties
      target-i386: Change CPUID model of 486 to 8

Borislav Petkov (1):
      target-i386: n270 can MOVBE

Eduardo Habkost (6):
      target-i386: Add ECX information to FeatureWordInfo
      target-i386: Use FeatureWord loop on filter_features_for_kvm()
      target-i386: Add "feature-words" property to X86CPU
      target-i386: Introduce X86CPU::filtered_features field
      target-i386: Add "filtered-features" property to X86CPU
      target-i386: Introduce generic CPUID feature compat function

 Makefile.objs                |   7 +-
 hw/core/qdev-properties.c    |  51 +++++++++------
 hw/core/qdev.c               |   7 +-
 hw/i386/pc_piix.c            |   1 +
 hw/i386/pc_q35.c             |   1 +
 include/hw/i386/pc.h         |   4 ++
 include/hw/qdev-properties.h |   7 +-
 qapi-schema.json             |  32 +++++++++
 qdev-monitor.c               |   6 +-
 target-i386/cpu-qom.h        |   3 +
 target-i386/cpu.c            | 150 +++++++++++++++++++++++++++++++++----------
 target-i386/cpu.h            |   4 ++
 12 files changed, 214 insertions(+), 59 deletions(-)



reply via email to

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