[Qemu-devel] [PATCH v1 0/8] target-microblaze: Misc configurability

Edgar E. Iglesias posted 8 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1497973886-26257-1-git-send-email-edgar.iglesias@gmail.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
target/microblaze/cpu.c       | 38 ++++++++++++++++++++++++--------------
target/microblaze/cpu.h       |  7 +++++++
target/microblaze/translate.c | 17 ++++++++---------
3 files changed, 39 insertions(+), 23 deletions(-)
[Qemu-devel] [PATCH v1 0/8] target-microblaze: Misc configurability
Posted by Edgar E. Iglesias 6 years, 10 months ago
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

Fixes and a few additional properties to control the configuration
of the CPU. The property names are taken from the device-tree bindings.

Cheers,
Edgar

Edgar E. Iglesias (8):
  target-microblaze: Correct bit shift for the PVR0 version field
  target-microblaze: Don't hard code 0xb as initial MB version
  target-microblaze: Add CPU versions 9.4, 9.5 and 9.6
  target-microblaze: Introduce a use-barrel property
  target-microblaze: Introduce a use-div property
  target-microblaze: Introduce a use-hw-mul property
  target-microblaze: Introduce a use-msr-instr property
  target-microblaze: Introduce a use-pcmp-instr property

 target/microblaze/cpu.c       | 38 ++++++++++++++++++++++++--------------
 target/microblaze/cpu.h       |  7 +++++++
 target/microblaze/translate.c | 17 ++++++++---------
 3 files changed, 39 insertions(+), 23 deletions(-)

-- 
2.7.4