mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target-microblaze: Introduce a use-msr-instr property
Introduce a use-msr-instr property making msr instructions optional. Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
9b9643181a
commit
5683750909
3 changed files with 5 additions and 3 deletions
|
@ -301,6 +301,7 @@ struct MicroBlazeCPU {
|
|||
uint8_t use_hw_mul;
|
||||
bool use_barrel;
|
||||
bool use_div;
|
||||
bool use_msr_instr;
|
||||
bool use_mmu;
|
||||
bool dcache_writeback;
|
||||
bool endi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue