qemu-devel
[Top][All Lists]
Advanced

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

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


From: Andreas Färber
Subject: [Qemu-devel] [PULL 0/3] QOM CPUState patch queue 2013-07-29
Date: Mon, 29 Jul 2013 17:32:16 +0200

Hello Anthony,

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

Thanks,
Andreas

Cc: Anthony Liguori <address@hidden>

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

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



reply via email to

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