index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-microblaze
Commit message (
Expand
)
Author
Age
Files
Lines
*
microblaze: cpu: Delete MMAP_SHIFT definition
Peter Crosthwaite
2015-06-03
1
-1
/
+0
*
microblaze: cpu: delete unused cpu_interrupts_enabled
Peter Crosthwaite
2015-04-30
1
-5
/
+0
*
microblaze: cpu: Renumber EXCP_* constants to close gap
Michael Tokarev
2015-04-30
1
-5
/
+5
*
microblaze: cpu: Delete EXCP_NMI
Peter Crosthwaite
2015-04-30
1
-1
/
+0
*
microblaze: cpu: Remove unused CC_OP enum
Peter Crosthwaite
2015-04-30
1
-6
/
+0
*
microblaze: cpu: Remote unused cpu_get_pc
Peter Crosthwaite
2015-04-30
1
-5
/
+0
*
microblaze: mmu: Delete flip_um fn prototype
Peter Crosthwaite
2015-04-30
1
-1
/
+0
*
tcg: Change translator-side labels to a pointer
Richard Henderson
2015-03-13
1
-8
/
+4
*
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
2015-03-10
1
-8
/
+1
*
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
2015-02-12
1
-12
/
+8
*
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
2015-02-12
1
-1
/
+1
*
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
2015-01-20
1
-2
/
+0
*
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
2015-01-03
1
-1
/
+1
*
qemu-log: add log category for MMU info
Antony Pavlov
2014-12-16
1
-4
/
+4
*
target-microblaze: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
3
-0
/
+18
*
trace: [tcg] Include TCG-tracing header on all targets
Lluís Vilanova
2014-08-12
1
-0
/
+3
*
target-microblaze: Delete unused sign_extend() function
Peter Maydell
2014-06-10
1
-13
/
+0
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
2
-1
/
+2
*
softmmu: commonize helper definitions
Paolo Bonzini
2014-06-05
1
-10
/
+0
*
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-05-28
3
-9
/
+3
*
microblaze: Respect the reset vector
Edgar E. Iglesias
2014-05-13
1
-0
/
+2
*
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
2
-2
/
+3
*
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+2
*
target-microblaze: Replace DisasContext::env field with MicroBlazeCPU
Andreas Färber
2014-03-13
1
-44
/
+43
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
2
-15
/
+21
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
1
-4
/
+1
*
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
exec: Change tlb_fill() argument to CPUState
Andreas Färber
2014-03-13
1
-5
/
+8
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
2
-3
/
+4
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
2
-10
/
+10
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
4
-10
/
+14
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
2
-5
/
+6
*
Microblaze: Convert Microblaze-pic handling to GPIOs
Alistair Francis
2014-01-14
2
-0
/
+25
*
target-microblaze: Use the new qemu_ld/st opcodes
Richard Henderson
2013-12-13
1
-104
/
+35
*
microblaze: At swx, check that the reserved word is unmodified
Edgar E. Iglesias
2013-10-24
2
-0
/
+17
*
microblaze: Turn res_addr into a tcg global
Edgar E. Iglesias
2013-10-24
1
-6
/
+7
*
microblaze: Move the saving of the reservation addr into gen_load
Edgar E. Iglesias
2013-10-24
1
-5
/
+8
*
microblaze: Improve src
Edgar E. Iglesias
2013-10-24
1
-11
/
+4
*
microblaze: Improve srl
Edgar E. Iglesias
2013-10-24
1
-5
/
+2
*
microblaze: Simplify andn by using tcg_gen_andc
Edgar E. Iglesias
2013-10-24
1
-4
/
+1
*
microblaze: Make write_carryi input a boolean
Edgar E. Iglesias
2013-10-24
1
-2
/
+2
*
microblaze: Clarify expected input of write_carry
Edgar E. Iglesias
2013-10-24
1
-0
/
+4
*
tcg: Move helper registration into tcg_context_init
Richard Henderson
2013-10-10
1
-2
/
+0
*
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
*
cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"
Andreas Färber
2013-07-29
1
-2
/
+3
*
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
2013-07-27
4
-4
/
+16
*
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
Andreas Färber
2013-07-27
1
-2
/
+2
*
target-microblaze: Move cpu_gdb_{read,write}_register()
Andreas Färber
2013-07-27
1
-0
/
+49
*
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
Andreas Färber
2013-07-26
1
-0
/
+1
[next]