[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 0/9] Extend Microblaze Properties
From: |
Alistair Francis |
Subject: |
[Qemu-devel] [PATCH v3 0/9] Extend Microblaze Properties |
Date: |
Mon, 15 Jun 2015 18:16:15 -0700 |
This patch series extends the MicroBlaze properties
that I have been working on. It applies on top of my
original work:
'Add Microblaze configuration options'.
This patch series converts various MicroBlaze PVR registers
to properties. This then allows the individual Microblaze
machine reset functions to be removed as well as some other
dead code.
V3:
- Update the pvr register to be a uint8
- Add the 8.50.a version to the version_mask
Alistair Francis (9):
target-microblaze: Rename the usefpu variable
target-microblaze: Convert use-mmu to a CPU property
target-microblaze: Convert dcache-writeback to a CPU property
target-microblaze: Convert endi to a CPU property
target-microblaze: Convert version_mask to a CPU property
target-microblaze: Convert pvr-full to a CPU property
ml605_mmu: Move the hardcoded values to the init function
s3adsp1800: Remove the hardcoded values from the reset
target-microblaze: Remove dead code
hw/microblaze/petalogix_ml605_mmu.c | 23 +++-----
hw/microblaze/petalogix_s3adsp1800_mmu.c | 9 +---
target-microblaze/cpu-qom.h | 7 ++-
target-microblaze/cpu.c | 79 +++++++++++++++++++++++++----
target-microblaze/cpu.h | 4 +-
target-microblaze/helper.c | 6 +-
target-microblaze/translate.c | 6 +-
7 files changed, 92 insertions(+), 42 deletions(-)
- [Qemu-devel] [PATCH v3 0/9] Extend Microblaze Properties,
Alistair Francis <=
- [Qemu-devel] [PATCH v3 1/9] target-microblaze: Rename the usefpu variable, Alistair Francis, 2015/06/15
- [Qemu-devel] [PATCH v3 4/9] target-microblaze: Convert endi to a CPU property, Alistair Francis, 2015/06/15
- [Qemu-devel] [PATCH v3 6/9] target-microblaze: Convert pvr-full to a CPU property, Alistair Francis, 2015/06/15
- [Qemu-devel] [PATCH v3 7/9] ml605_mmu: Move the hardcoded values to the init function, Alistair Francis, 2015/06/15
- [Qemu-devel] [PATCH v3 8/9] s3adsp1800: Remove the hardcoded values from the reset, Alistair Francis, 2015/06/15
- [Qemu-devel] [PATCH v3 9/9] target-microblaze: Remove dead code, Alistair Francis, 2015/06/15