qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/3] QOM'ify CRIS CPU


From: Andreas Färber
Subject: [Qemu-devel] [PATCH v2 0/3] QOM'ify CRIS CPU
Date: Thu, 12 Apr 2012 01:00:07 +0200

Hello Edgar,

This series strips down my CRIS QOM'ification patch from the qom-cpu-others.v1
RFC series and splits it into multiple steps. I still think the code is
calling for subclasses for crisv8 etc. but, given the timing, my priority is
establishing a self-contained QOM CPUState for all targets.

You hadn't commented on the RFC. Please review and, if satisfied, apply.
Depends on LM32 QOM'ification, for which I'll send a PULL shortly.

Available from:
git://github.com/afaerber/qemu-cpu.git qom-cpu-cris.v2
https://github.com/afaerber/qemu-cpu/commits/qom-cpu-cris.v2

Regards,
Andreas

Cc: Edgar E. Iglesias <address@hidden>

v1 -> v2:
* Split off from qom-cpu-others series, rebased onto qemu.git.
* Update argument/variable naming to avoid "klass".
* Drop subclasses for now and leave TYPE_CRIS_CPU non-abstract.

Andreas Färber (3):
  target-cris: QOM'ify CPU
  target-cris: QOM'ify CPU reset
  target-cris: Start QOM'ifying CPU init

 Makefile.target         |    1 +
 target-cris/cpu-qom.h   |   71 +++++++++++++++++++++++++++++++++++++
 target-cris/cpu.c       |   90 +++++++++++++++++++++++++++++++++++++++++++++++
 target-cris/cpu.h       |    2 +
 target-cris/translate.c |   28 +++-----------
 5 files changed, 170 insertions(+), 22 deletions(-)
 create mode 100644 target-cris/cpu-qom.h
 create mode 100644 target-cris/cpu.c

-- 
1.7.7




reply via email to

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