238 Commits (5e8861a0361d8d39ab69fe557294471c28c49c8b)

Author SHA1 Message Date
Paolo Bonzini 5e8861a036 build: move obj-TARGET-y variables to nested Makefile.objs 14 years ago
Andreas Färber 9444006fa6 target-alpha: QOM'ify CPU init 15 years ago
Andreas Färber 25ebd80f1d target-alpha: QOM'ify CPU 15 years ago
Blue Swirl 2050396801 Use uintptr_t for various op related functions 15 years ago
Stefan Weil 5cbdb3a34b Replace Qemu by QEMU in comments 15 years ago
Stefan Weil 6576b74b0b Replace Qemu by QEMU in internal documentation 15 years ago
Richard Henderson 55fddd6611 target-alpha: Use noreturn marker in helper.h. 15 years ago
Richard Henderson 743434099d target-alpha: Make use of fp_status.flush_inputs_to_zero. 15 years ago
Richard Henderson c30827555d target-alpha: Move memory helpers to mem_helper.c. 15 years ago
Richard Henderson 69163fbb0c target-alpha: Move palcode support helpers to sys_helper.c. 15 years ago
Richard Henderson 2958620f67 target-alpha: Move integer overflow helpers to int_helper.c. 15 years ago
Richard Henderson a44a27775a target-alpha: Move fpcr helpers from op_helper.c to helper.c. 15 years ago
Richard Henderson 4a58aedff4 target-alpha: Move floating-point helpers to fpu_helper.c. 15 years ago
Richard Henderson b9f0923eb7 target-alpha: Move exception helpers to helper.c. 15 years ago
Richard Henderson 0be034bc2c target-alpha: Move integer helpers to int_helper.c. 15 years ago
Richard Henderson 7b74505331 alpha-linux-user: Initialize fpu to round-to-normal. 15 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 15 years ago
Andreas Färber 4d5712f19b target-alpha: Don't overuse CPUState 15 years ago
Stefan Weil 2c9762973c target-alpha: Clean includes 15 years ago
Dong Xu Wang 4abf79a428 fix spelling in target sub directory 15 years ago
Richard Henderson c781cf96e2 target-alpha: Add high-resolution access to wall clock and an alarm. 16 years ago
Richard Henderson 034ebc2753 target-alpha: Implement HALT IPR. 16 years ago
Richard Henderson bc24270e64 target-alpha: Implement WAIT IPR. 16 years ago
Richard Henderson a9406ea127 target-alpha: Honor icount for RPCC instruction. 15 years ago
Blue Swirl bccd9ec5f0 softmmu_header: pass CPUState to tlb_fill 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Blue Swirl 97b348e7d2 Remove unused is_softmmu parameter from cpu_handle_mmu_fault 15 years ago
Blue Swirl 3e4571724f exec.h cleanup 15 years ago
Blue Swirl b14ef7c9ab Fix unassigned memory access handling 15 years ago
Peter Maydell f5fc40bb81 target-alpha, target-ppc: Remove unnecessary setjmp.h include 15 years ago
Blue Swirl 2b41f10e18 Remove exec-all.h include directives 15 years ago
Blue Swirl f081c76ccf Move cpu_has_work and cpu_pc_from_tb to cpu.h 15 years ago
Blue Swirl f3e270377a exec.h: fix coding style and change cpu_has_work to return bool 15 years ago
Blue Swirl 1162c041c1 cpu_loop_exit: avoid using AREG0 15 years ago
Michael S. Tsirkin efa6435159 alpha: remove unused variable 15 years ago
Michael S. Tsirkin b6fb147cc0 alpha/translate: remve unused variables 15 years ago
Richard Henderson 3b4fefd6e6 target-alpha: Implement TLB flush primitives. 16 years ago
Richard Henderson e5214853ea target-alpha: Use a fixed frequency for the RPCC in system mode. 16 years ago
Richard Henderson 5b4504079a target-alpha: Trap for unassigned and unaligned addresses. 16 years ago
Richard Henderson fa6e0a6354 target-alpha: Remap PIO space for 43-bit KSEG for EV6. 16 years ago
Richard Henderson a3b9af1624 target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode. 16 years ago
Richard Henderson 2ace7e55a2 target-alpha: Implement more CALL_PAL values inline. 15 years ago
Richard Henderson 6a80e088c7 target-alpha: Disable interrupts properly. 16 years ago
Richard Henderson a18ad89351 target-alpha: All ISA checks to use TB->FLAGS. 15 years ago
Richard Henderson 21d2beaaef target-alpha: Swap shadow registers moving to/from PALmode. 16 years ago
Richard Henderson 3a6fa678bf target-alpha: Implement do_interrupt for system mode. 16 years ago
Richard Henderson 26b4609447 target-alpha: Add IPRs to be used by the emulation PALcode. 15 years ago
Richard Henderson bba9bdcee8 target-alpha: Use kernel mmu_idx for pal_mode. 15 years ago
Richard Henderson ea879fc719 target-alpha: Add various symbolic constants. 16 years ago
Richard Henderson 2d9671d391 target-alpha: Use do_restore_state for arithmetic exceptions. 16 years ago