index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
microblaze
Age
Commit message (
Expand
)
Author
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-01-27
target/microblaze: Add security attributes on memory transactions
Joe Komlodi
2021-01-27
target/microblaze: use MMUAccessType instead of int in mmu_translate
Joe Komlodi
2021-01-27
target/microblaze: Add use-non-secure property
Joe Komlodi
2021-01-07
tcg: Make tb arg to synchronize_from_tb const
Richard Henderson
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-11-17
target/microblaze: Fix possible array out of bounds in mmu_write()
AlexChen
2020-11-15
microblaze tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-07
target/microblaze: Put MicroBlazeCPUConfig into DisasContext
Richard Henderson
2020-09-07
target/microblaze: Fill in VMStateDescription for cpu
Richard Henderson
2020-09-07
target/microblaze: Move mmu parameters to MicroBlazeCPUConfig
Richard Henderson
2020-09-07
target/microblaze: Treat pvr_regs as constant
Richard Henderson
2020-09-07
target/microblaze: Move pvr regs to MicroBlazeCPUConfig
Richard Henderson
2020-09-07
target/microblaze: Reorg MicroBlazeCPUConfig to minimize holes
Richard Henderson
2020-09-07
target/microblaze: Split out MicroBlazeCPUConfig
Richard Henderson
2020-09-07
target/microblaze: Diagnose invalid insns in delay slots
Richard Henderson
2020-09-07
target/microblaze: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2020-09-07
target/microblaze: Force rtid, rted, rtbd to exit
Richard Henderson
2020-09-07
target/microblaze: Handle DISAS_EXIT_NEXT in delay slot
Richard Henderson
2020-09-07
target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT
Richard Henderson
2020-09-07
target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP
Richard Henderson
2020-09-07
target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT
Richard Henderson
2020-09-07
target/microblaze: Rename mmu structs
Richard Henderson
2020-09-07
target/microblaze: Cleanup mb_cpu_do_interrupt
Richard Henderson
2020-09-07
target/microblaze: Renumber D_FLAG
Richard Henderson
2020-09-07
target/microblaze: Collected fixes for env->iflags
Richard Henderson
2020-09-01
target/microblaze: Reduce linux-user address space to 32-bit
Richard Henderson
2020-09-01
target/microblaze: Add flags markup to some helpers
Richard Henderson
2020-09-01
target/microblaze: Remove cpu_R[0]
Richard Henderson
2020-09-01
target/microblaze: Remove last of old decoder
Richard Henderson
2020-09-01
target/microblaze: Convert dec_stream to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_msr to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert msrclr, msrset to decodetree
Richard Henderson
2020-09-01
target/microblaze: Tidy do_rti, do_rtb, do_rte
Richard Henderson
2020-09-01
target/microblaze: Convert dec_rts to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_bcc to decodetree
Richard Henderson
2020-09-01
target/microblaze: Convert dec_br to decodetree
Richard Henderson
2020-09-01
target/microblaze: Reorganize branching
Richard Henderson
2020-09-01
target/microblaze: Convert mbar to decodetree
Richard Henderson
[next]