Sign in
qemu
/
qemu
/
8be74dc0bac8dcb25fe195f70e3a528ac78c59e2
/
target-microblaze
fa79c91
Merge remote-tracking branch 'bonzini/nested-makefiles-3' into staging
by Anthony Liguori
· 13 years ago
083dbf4
target-microblaze: fix swx build breakage
by Peter A. G. Crosthwaite
· 13 years ago
fbe37ef
build: move other target-*/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
9cdc8df
build: move libobj-y variable to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
5e8861a
build: move obj-TARGET-y variables to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
b7e516c
Kill off cpu_state_reset()
by Andreas Färber
· 13 years ago
b33ab1f
target-microblaze: Let cpu_mb_init() return MicroBlazeCPU
by Andreas Färber
· 13 years ago
8cc9b43
target-microblaze: lwx/swx: first implementation
by Peter A. G. Crosthwaite
· 13 years ago
ace2e4d
target-microblaze: impelemented swapx instructions
by Peter A. G. Crosthwaite
· 13 years ago
d0e71ef
target-microblaze: QOM'ify CPU init
by Andreas Färber
· 13 years ago
61b6208
target-microblaze: QOM'ify CPU reset
by Andreas Färber
· 13 years ago
b77f98c
target-microblaze: QOM'ify CPU
by Andreas Färber
· 13 years ago
2050396
Use uintptr_t for various op related functions
by Blue Swirl
· 13 years ago
dadc106
target-microblaze: added PetaLogix copyright
by Peter A. G. Crosthwaite
· 13 years ago
ae7d54d
target-lm32/microblaze: Drop second CPU{LM32, MB}State typedef
by Andreas Färber
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
68cee38
target-microblaze: Don't overuse CPUState
by Andreas Färber
· 13 years ago
9b9a970
target-lm32/microblaze: Typedef struct CPU{MB,LM32}State
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
94598c1
target-microblaze: Clean includes
by Stefan Weil
· 13 years ago
9f6113c
microblaze: Break the tb at memory barriers
by Edgar E. Iglesias
· 13 years ago
5818dee
microblaze: Emulate the hw stackprotector
by Edgar E. Iglesias
· 13 years ago
48b5e96
microblaze: Add support for the clz insn
by Edgar E. Iglesias
· 13 years ago
4abf79a
fix spelling in target sub directory
by Dong Xu Wang
· 13 years ago
bccd9ec
softmmu_header: pass CPUState to tlb_fill
by Blue Swirl
· 14 years ago
8a84fc6
microblaze: Add an MSR_PVR constant and use it.
by Edgar E. Iglesias
· 14 years ago
97b833c
microblaze: Make the MSR PVR bit non writable
by Edgar E. Iglesias
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
927d721
microblaze: Add missing call to qemu_init_vcpu.
by Peter A. G. Crosthwaite
· 14 years ago
3e45717
exec.h cleanup
by Blue Swirl
· 14 years ago
b14ef7c
Fix unassigned memory access handling
by Blue Swirl
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
f081c76
Move cpu_has_work and cpu_pc_from_tb to cpu.h
by Blue Swirl
· 14 years ago
f3e2703
exec.h: fix coding style and change cpu_has_work to return bool
by Blue Swirl
· 14 years ago
1162c04
cpu_loop_exit: avoid using AREG0
by Blue Swirl
· 14 years ago
711c212
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 14 years ago
85097db
irq: Privatize CPU_INTERRUPT_NMI.
by Richard Henderson
· 14 years ago
5225d66
Fix typos in comments (accross -> across)
by Stefan Weil
· 14 years ago
618ba8e
Remove unused function parameter from cpu_restore_state
by Stefan Weil
· 14 years ago
e87b7cb
Remove unused function parameters from gen_pc_load and rename the function
by Stefan Weil
· 14 years ago
211315f
softfloat: rename float*_eq() into float*_eq_quiet()
by Aurelien Jarno
· 14 years ago
6d76d23
microblaze: Add partial decoding of stream insns
by Edgar E. Iglesias
· 14 years ago
8545364
microblaze: Add stream-insn related constants
by Edgar E. Iglesias
· 14 years ago
3b58404
microblaze: Add constant for exception-code mask
by Edgar E. Iglesias
· 14 years ago
7458a43
microblaze: Correct MMU_ZONES mask
by Alejandro Cabrera
· 14 years ago
4b4a72e
Fix conversions from pointer to tcg_target_long
by Stefan Weil
· 14 years ago
4ff9786
Fix trivial "endianness bugs"
by Stefan Weil
· 14 years ago
eda48c3
inline cpu_halted into sole caller
by Paolo Bonzini
· 14 years ago
c4374bb
microblaze: Add PVR for writeback cache, endians
by Michal Simek
· 14 years ago
6c5f738
microblaze: Handle singlestepping over direct jmps
by Edgar E. Iglesias
· 14 years ago
c0c1dc9
cris, microblaze: use cpu_has_work
by Paolo Bonzini
· 14 years ago
5d0bb82
microblaze: cleanup helper_addkc
by Edgar E. Iglesias
· 14 years ago
e0a42eb
microblaze: Improve subkc
by Edgar E. Iglesias
· 14 years ago
7e9e433
microblaze: Fix 3rd addkc arg when rd is r0
by Edgar E. Iglesias
· 14 years ago
40cbf5b
microblaze: Improve addkc
by Edgar E. Iglesias
· 14 years ago
2accfb5
microblaze: Remove debug leftovers.
by Edgar E. Iglesias
· 14 years ago
ee8b246
microblaze: Reorganize for future patches
by Edgar E. Iglesias
· 14 years ago
9f8beb6
microblaze: Add support for load/store reversed
by Edgar E. Iglesias
· 14 years ago
9ef5535
microblaze: Tweak comment, fast cases -> common cases
by Edgar E. Iglesias
· 14 years ago
844bab6
microblaze: Improve unconditional direct branching
by Edgar E. Iglesias
· 14 years ago
23979dc
microblaze: Use more TB chaining
by Edgar E. Iglesias
· 14 years ago
1856987
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
by Peter Maydell
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
e6aa0f1
target-microblaze: Use %td for ptrdiff_t arguments in debug message
by Stefan Weil
· 15 years ago
ef9d48d
microblaze: Add support for fcmp.un
by Edgar E. Iglesias
· 15 years ago
97694c5
microblaze: Add basic FPU emulation
by Edgar E. Iglesias
· 15 years ago
bdc0bf2
microblaze: Add definitions for FSR reg fields
by Edgar E. Iglesias
· 15 years ago
a5efa64
microblaze: Remove unused members from the disas context
by Edgar E. Iglesias
· 15 years ago
4b5ef0b
microblaze: Speed up base + index addressing mode
by Edgar E. Iglesias
· 15 years ago
b2565c6
microblaze: Use setcond for conditional branches
by Edgar E. Iglesias
· 15 years ago
61204ce
microblaze: Improve branch with small immediates
by Edgar E. Iglesias
· 15 years ago
a88790a
remove exec-all.h inclusion from cpu.h
by Paolo Bonzini
· 15 years ago
10eb0cc
move cpu_pc_from_tb to target-*/exec.h
by Paolo Bonzini
· 15 years ago
83dae09
remove unused stuff from */exec.h
by Paolo Bonzini
· 15 years ago
fd1dc85
microblaze: Make MSR_UM and MSR_VM part of the tb flags
by Edgar E. Iglesias
· 15 years ago
0d5d469
microblaze: Update elf machine nums.
by Edgar E. Iglesias
· 15 years ago
183aa45
microblaze: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
d4c430a
Large page TLB flush
by Paul Brook
· 15 years ago
3c7b48b
Target specific usermode cleanup
by Paul Brook
· 15 years ago
4fcc562
Remove cpu_get_phys_page_debug from userspace emulation
by Paul Brook
· 15 years ago
5270589
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
by Richard Henderson
· 15 years ago
ff21f70
microblaze: Improve brk emulation.
by Edgar E. Iglesias
· 15 years ago
e1aa325
microblaze: Dont segfault when singlestepping first insn.
by Edgar E. Iglesias
· 15 years ago
49a945a
kill regs_to_env and env_to_regs
by Paolo Bonzini
· 15 years ago
4c24aa0
microblaze: Print content of EAR register
by Michal Simek
· 15 years ago
17c52a4
microblaze: Update debug logs.
by Edgar E. Iglesias
· 15 years ago
f062a3c
microblaze: Handle wdc flush and clear.
by Edgar E. Iglesias
· 15 years ago
9d2dcce
microblaze: Correct branch to registers.
by Paul Hartke
· 15 years ago
95b279d
microblaze: Restore env when raising unmapped bus access.
by Edgar E. Iglesias
· 15 years ago
4898427
microblaze: Unbreak reset.
by Edgar E. Iglesias
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 16 years ago
99a0949
Get rid of _t suffix
by malc
· 16 years ago
3897293
gcc wants 1st static and then const
by Juan Quintela
· 16 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 16 years ago
02b3359
microblaze: Trap if QEMU finds an unknown insns.
by Edgar E. Iglesias
· 16 years ago
a12f650
microblaze: Correct prio between MMU and unaligned exceptions.
by Edgar E. Iglesias
· 16 years ago
97f90cb
microblaze: HW Exception fixes.
by Edgar E. Iglesias
· 16 years ago
0187688
microblaze: Trap on illegal load/store sizes.
by Edgar E. Iglesias
· 16 years ago
329bfa7
microblaze: Correct FPU decoding masks.
by Edgar E. Iglesias
· 16 years ago
Next »