qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-1.5 00/11] QOM CPUState patch queue 2013-05-06
@ 2013-05-06 20:43 Andreas Färber
  2013-05-06 20:43 ` [Qemu-devel] [PULL 01/11] target-i386: Add ECX information to FeatureWordInfo Andreas Färber
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Andreas Färber @ 2013-05-06 20:43 UTC (permalink / raw)
  To: qemu-devel
  Cc: Igor Mammedov, Andreas Färber, Anthony Liguori,
	Eduardo Habkost

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 <anthony@codemonkey.ws>

Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>


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

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

end of thread, other threads:[~2013-05-06 20:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06 20:43 [Qemu-devel] [PULL for-1.5 00/11] QOM CPUState patch queue 2013-05-06 Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 01/11] target-i386: Add ECX information to FeatureWordInfo Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 02/11] target-i386: Use FeatureWord loop on filter_features_for_kvm() Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 03/11] target-i386: Add "feature-words" property to X86CPU Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 04/11] target-i386: Introduce X86CPU::filtered_features field Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 05/11] target-i386: Add "filtered-features" property to X86CPU Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 06/11] qdev: Let qdev_prop_parse() pass through Error Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 07/11] qdev: Introduce qdev_prop_set_globals_for_type() Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 08/11] target-i386: Emulate X86CPU subclasses for global properties Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 09/11] target-i386: Change CPUID model of 486 to 8 Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 10/11] target-i386: Introduce generic CPUID feature compat function Andreas Färber
2013-05-06 20:43 ` [Qemu-devel] [PULL 11/11] target-i386: n270 can MOVBE Andreas Färber

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