qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/6] QOM CPUState patch queue 2015-03-10


From: Andreas Färber
Subject: [Qemu-devel] [PULL 0/6] QOM CPUState patch queue 2015-03-10
Date: Tue, 10 Mar 2015 19:22:14 +0100

Hello Peter,

This is my QOM CPU patch queue. Please pull.

Regards,
Andreas

Cc: Peter Maydell <address@hidden>

Cc: Eduardo Habkost <address@hidden>

The following changes since commit 1976058109890892db8ec88bfd3273f79c459f6b:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging 
(2015-03-10 14:01:22 +0000)

are available in the git repository at:

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

for you to fetch changes up to 2994fd96d986578a342f2342501b4ad30f6d0a85:

  cpu: Make cpu_init() return QOM CPUState object (2015-03-10 17:33:51 +0100)

----------------------------------------------------------------
QOM CPUState and X86CPU

* Add CPUClass documentation
* Clean up X86CPU APIC realization
* Cleanups around cpu_init()

----------------------------------------------------------------
Eduardo Habkost (4):
      target-unicore32: Make uc32_cpu_init() return UniCore32CPU
      m68k: Use cpu_m68k_init()
      unicore32: Use uc32_cpu_init()
      cpu: Make cpu_init() return QOM CPUState object

Markus Armbruster (1):
      target-i386: Clean up misuse of qdev_init() in realize method

Peter Maydell (1):
      cpu: Add missing documentation for some CPUClass methods

 bsd-user/main.c           |  6 +++---
 hw/m68k/dummy_m68k.c      |  6 ++++--
 hw/unicore32/puv3.c       |  6 ++++--
 include/qom/cpu.h         | 12 ++++++++++++
 linux-user/main.c         | 10 +++++-----
 target-alpha/cpu.h        |  9 +--------
 target-arm/cpu.h          |  9 +--------
 target-cris/cpu.h         |  9 +--------
 target-i386/cpu.c         |  8 ++------
 target-i386/cpu.h         |  9 +--------
 target-lm32/cpu.h         |  9 +--------
 target-m68k/cpu.h         |  9 +--------
 target-microblaze/cpu.h   |  9 +--------
 target-mips/cpu.h         |  9 +--------
 target-moxie/cpu.h        |  9 +--------
 target-openrisc/cpu.h     |  9 +--------
 target-ppc/cpu.h          |  9 +--------
 target-s390x/cpu.h        |  2 +-
 target-sh4/cpu.h          |  9 +--------
 target-sparc/cpu.h        |  9 +--------
 target-tricore/cpu.h      | 10 +---------
 target-unicore32/cpu.h    |  6 ++++--
 target-unicore32/helper.c | 10 ++--------
 target-xtensa/cpu.h       |  9 +--------
 24 files changed, 52 insertions(+), 150 deletions(-)



reply via email to

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