qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 00/16] Microblaze Queue


From: Edgar E. Iglesias
Subject: [Qemu-devel] [PATCH v1 00/16] Microblaze Queue
Date: Sun, 21 Jun 2015 21:56:11 +1000

From: "Edgar E. Iglesias" <address@hidden>

This is the stuff in my queue that I plan to merge soonish.

Cheers,
Edgar

Alistair Francis (15):
  target-microblaze: Fix up indentation
  target-microblaze: Preserve the pvr registers during reset
  target-microblaze: Allow the stack protection to be disabled
  target-microblaze: Tidy up the base-vectors property
  target-microblaze: Convert use-fpu to a CPU property
  target-microblaze: Disable stack protection by default
  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

Peter Crosthwaite (1):
  microblaze: s3adsp: Instantiate CPU using QOM

 hw/microblaze/petalogix_ml605_mmu.c      |  28 ++++---
 hw/microblaze/petalogix_s3adsp1800_mmu.c |  17 +---
 target-microblaze/cpu-qom.h              |  14 +++-
 target-microblaze/cpu.c                  | 129 ++++++++++++++++++++++++-------
 target-microblaze/cpu.h                  |  19 +++--
 target-microblaze/helper.c               |  14 ++--
 target-microblaze/op_helper.c            |  10 +--
 target-microblaze/translate.c            |  14 ++--
 8 files changed, 159 insertions(+), 86 deletions(-)

-- 
1.9.1




reply via email to

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