qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC v1 0/3] Add Microblaze configuration options


From: Alistair Francis
Subject: [Qemu-devel] [RFC v1 0/3] Add Microblaze configuration options
Date: Thu, 14 May 2015 16:08:34 +1000

This patch series adds the "xlnx.use-stack-protection" property
to the Microblaze CPU, which allows stack protection to be
disabled.

It also converts the previously hard coded method of enabling
the FPU to use standard QEMU properties. This simplifies the
logic in the target-Microblaze translate.c. It also simplifies
the Microblaze reset functions.

Alistair Francis (3):
  target-microblaze: Fix up indentation
  target-microblaze: Allow the stack protection to be disabled
  target-microblaze: Convert use-fpu to a CPU property

 hw/microblaze/petalogix_ml605_mmu.c |    4 ++--
 target-microblaze/cpu-qom.h         |    6 ++++++
 target-microblaze/cpu.c             |   15 +++++++++++++--
 target-microblaze/op_helper.c       |   14 ++++++++------
 target-microblaze/translate.c       |    6 +++---
 5 files changed, 32 insertions(+), 13 deletions(-)




reply via email to

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