mbox

[PULL,0/3] QOM CPUState patch queue 2013-07-29

Message ID 1375111939-19577-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

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

Message

Andreas Färber July 29, 2013, 3:32 p.m. UTC
Hello Anthony,

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

Thanks,
Andreas

Cc: Anthony Liguori <anthony@codemonkey.ws>

Cc: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>

The following changes since commit fdc43322c978d78e79e692872dcec7b4f6a447f1:

  Merge remote-tracking branch 'sstabellini/xen-130729' into staging (2013-07-29 07:30:31 -0500)

are available in the git repository at:


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

for you to fetch changes up to 9337e3b6e1d779215423d9b419d42200506deaab:

  target-i386: Disable PMU CPUID leaf by default (2013-07-29 15:29:16 +0200)

----------------------------------------------------------------
QOM CPUState refactorings

* Fix x86 cpu-add
* Change KVM PMU behavior for 1.6

----------------------------------------------------------------
Andreas Färber (1):
      cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"

Eduardo Habkost (2):
      target-i386: Pass X86CPU object to cpu_x86_find_by_name()
      target-i386: Disable PMU CPUID leaf by default

 include/hw/i386/pc.h        |  4 ++++
 qom/cpu.c                   |  2 --
 target-alpha/cpu.c          |  3 +++
 target-arm/cpu.c            |  4 +++-
 target-cris/cpu.c           |  5 +++--
 target-i386/cpu-qom.h       |  7 +++++++
 target-i386/cpu.c           | 20 ++++++++++++++++----
 target-lm32/cpu.c           |  6 ++++--
 target-m68k/cpu.c           |  4 +++-
 target-microblaze/cpu.c     |  5 +++--
 target-mips/cpu.c           |  5 +++--
 target-moxie/cpu.c          |  5 +++--
 target-openrisc/cpu.c       |  5 +++--
 target-ppc/translate_init.c |  2 ++
 target-s390x/cpu.c          |  5 +++--
 target-sh4/cpu.c            |  5 +++--
 target-sparc/cpu.c          |  2 ++
 target-unicore32/cpu.c      |  2 ++
 target-xtensa/cpu.c         |  2 ++
 19 files changed, 69 insertions(+), 24 deletions(-)