summaryrefslogtreecommitdiffstats
path: root/target-microblaze
Commit message (Expand)AuthorAgeFilesLines
* target-lm32/microblaze: Drop second CPU{LM32, MB}State typedefAndreas Färber2012-03-141-2/+2
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-microblaze: Don't overuse CPUStateAndreas Färber2012-03-146-57/+57
* target-lm32/microblaze: Typedef struct CPU{MB,LM32}StateAndreas Färber2012-03-141-0/+1
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-microblaze: Clean includesStefan Weil2012-02-284-17/+3
* microblaze: Break the tb at memory barriersEdgar E. Iglesias2012-01-121-1/+11
* microblaze: Emulate the hw stackprotectorEdgar E. Iglesias2012-01-124-0/+48
* microblaze: Add support for the clz insnEdgar E. Iglesias2012-01-123-0/+17
* fix spelling in target sub directoryDong Xu Wang2011-12-022-3/+3
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias2011-08-252-2/+3
* microblaze: Make the MSR PVR bit non writableEdgar E. Iglesias2011-08-251-3/+8
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-4/+4
* microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite2011-07-311-0/+1
* exec.h cleanupBlue Swirl2011-07-302-28/+4
* Fix unassigned memory access handlingBlue Swirl2011-07-202-12/+6
* Remove exec-all.h include directivesBlue Swirl2011-06-264-4/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-11/+13
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-2/+2
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-2/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-05-121-1/+1
|\
| * Fix typos in comments (accross -> across)Stefan Weil2011-05-081-1/+1
* | irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson2011-05-081-0/+3
|/
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-2/+2
* microblaze: Add partial decoding of stream insnsEdgar E. Iglesias2011-04-124-0/+78
* microblaze: Add stream-insn related constantsEdgar E. Iglesias2011-04-121-0/+9
* microblaze: Add constant for exception-code maskEdgar E. Iglesias2011-04-111-0/+1
* microblaze: Correct MMU_ZONES maskAlejandro Cabrera2011-04-111-1/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* Fix trivial "endianness bugs"Stefan Weil2011-04-031-1/+1
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-11/+0
* microblaze: Add PVR for writeback cache, endiansMichal Simek2011-03-111-0/+4
* microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias2011-02-101-2/+6
* cris, microblaze: use cpu_has_workPaolo Bonzini2011-02-081-3/+1
* microblaze: cleanup helper_addkcEdgar E. Iglesias2011-01-233-10/+7
* microblaze: Improve subkcEdgar E. Iglesias2011-01-223-38/+49
* microblaze: Fix 3rd addkc arg when rd is r0Edgar E. Iglesias2011-01-221-2/+1
* microblaze: Improve addkcEdgar E. Iglesias2011-01-223-26/+45
* microblaze: Remove debug leftovers.Edgar E. Iglesias2011-01-221-2/+0
* microblaze: Reorganize for future patchesEdgar E. Iglesias2011-01-221-19/+17
* microblaze: Add support for load/store reversedEdgar E. Iglesias2011-01-191-8/+161
* microblaze: Tweak comment, fast cases -> common casesEdgar E. Iglesias2011-01-191-1/+1
* microblaze: Improve unconditional direct branchingEdgar E. Iglesias2011-01-141-7/+14
* microblaze: Use more TB chainingEdgar E. Iglesias2011-01-051-5/+23
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+1
OpenPOWER on IntegriCloud