qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/9]  Extend Microblaze Properties
@ 2015-06-05  6:38 Alistair Francis
  2015-06-05  6:39 ` [Qemu-devel] [PATCH v2 1/9] target-microblaze: Rename the usefpu variable Alistair Francis
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Alistair Francis @ 2015-06-05  6:38 UTC (permalink / raw)
  To: qemu-devel, edgar.iglesias; +Cc: peter.crosthwaite, alistair.francis

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.

V2:
 - Rename the usefpu variable
 - Rename the usemmu variable
 - Convert version_mask to a string

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                  |   78 +++++++++++++++++++++++++----
 target-microblaze/cpu.h                  |    4 +-
 target-microblaze/helper.c               |    6 +-
 target-microblaze/translate.c            |    6 +-
 7 files changed, 91 insertions(+), 42 deletions(-)

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-06-15  7:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05  6:38 [Qemu-devel] [PATCH v2 0/9] Extend Microblaze Properties Alistair Francis
2015-06-05  6:39 ` [Qemu-devel] [PATCH v2 1/9] target-microblaze: Rename the usefpu variable Alistair Francis
2015-06-05  8:04   ` Peter Crosthwaite
2015-06-09  4:19     ` Alistair Francis
2015-06-05  6:41 ` [Qemu-devel] [PATCH v2 4/9] target-microblaze: Convert endi to a CPU property Alistair Francis
2015-06-15  2:31   ` Peter Crosthwaite
2015-06-15  7:49     ` Alistair Francis
2015-06-05  6:42 ` [Qemu-devel] [PATCH v2 5/9] target-microblaze: Convert version_mask " Alistair Francis
2015-06-15  2:37   ` Peter Crosthwaite
2015-06-05  6:42 ` [Qemu-devel] [PATCH v2 6/9] target-microblaze: Convert pvr-full " Alistair Francis
2015-06-15  2:41   ` Peter Crosthwaite
2015-06-15  7:27     ` Alistair Francis
2015-06-05  6:43 ` [Qemu-devel] [PATCH v2 7/9] ml605_mmu: Move the hardcoded values to the init function Alistair Francis
2015-06-15  2:43   ` Peter Crosthwaite
2015-06-05  6:43 ` [Qemu-devel] [PATCH v2 8/9] s3adsp1800: Remove the hardcoded values from the reset Alistair Francis
2015-06-15  2:44   ` Peter Crosthwaite
2015-06-05  6:44 ` [Qemu-devel] [PATCH v2 9/9] target-microblaze: Remove dead code Alistair Francis
2015-06-15  2:44   ` Peter Crosthwaite
2015-06-08 23:31 ` [Qemu-devel] [PATCH v2 2/9] target-microblaze: Convert use-mmu to a CPU property Peter Crosthwaite
2015-06-15  2:27   ` Peter Crosthwaite
2015-06-08 23:31 ` [Qemu-devel] [PATCH v2 3/9] target-microblaze: Convert dcache-writeback " Peter Crosthwaite
2015-06-15  2:29   ` Peter Crosthwaite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).