qemu-e2k/target/openrisc
Stafford Horne 48a1b62baa target/openrisc: Remove duplicate features property
The features property has stored the exact same thing as the cpucfgr
spr. Remove the feature enum and property as it is not needed.

In order to preserve the behavior or keeping features accross reset this
patch moves cpucfgr into the non reset region of the state struct.  Since
the cpucfgr is read only this means we only need to sset cpucfgr once
during class init.

Signed-off-by: Stafford Horne <shorne@gmail.com>
2017-05-04 09:39:14 +09:00
..
cpu.c target/openrisc: Remove duplicate features property 2017-05-04 09:39:14 +09:00
cpu.h target/openrisc: Remove duplicate features property 2017-05-04 09:39:14 +09:00
exception_helper.c
exception.c
exception.h
fpu_helper.c
gdbstub.c target/openrisc: implement shadow registers 2017-05-04 09:39:01 +09:00
helper.h
interrupt_helper.c target/openrisc: Tidy ppc/npc implementation 2017-02-14 08:15:00 +11:00
interrupt.c
machine.c target/openrisc: Implement full vmstate serialization 2017-05-04 09:39:14 +09:00
Makefile.objs
mmu_helper.c
mmu.c
sys_helper.c target/openrisc: implement shadow registers 2017-05-04 09:39:01 +09:00
translate.c target/openrisc: implement shadow registers 2017-05-04 09:39:01 +09:00