Age | Commit message (Expand) | Author |
2011-07-12 | tcg: Reload local variables after return from longjmp | Jan Kiszka |
2011-06-26 | cpu-exec.c: avoid AREG0 use | Blue Swirl |
2011-06-26 | exec.h: fix coding style and change cpu_has_work to return bool | Blue Swirl |
2011-06-26 | cpu-exec: unify do_interrupt call | Blue Swirl |
2011-06-26 | m68k: use caller supplied CPUState for interrupt related stuff | Blue Swirl |
2011-06-26 | x86: use caller supplied CPUState for interrupt related stuff | Blue Swirl |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl |
2011-06-20 | Remove unneeded kvm.h from cpu-exec.c | Jan Kiszka |
2011-05-31 | target-alpha: Disable interrupts properly. | Richard Henderson |
2011-05-28 | Move user emulator stuff from cpu-exec.c to user-exec.c | Blue Swirl |
2011-05-28 | cpu-exec: prepare for user and softmmu split | Blue Swirl |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl |
2011-05-12 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2011-05-08 | target-sparc: Do not check CPU_INTERRUPT_TIMER. | Richard Henderson |
2011-05-08 | irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK. | Richard Henderson |
2011-05-08 | Fix typos in comments and code (occured -> occurred and related) | Stefan Weil |
2011-05-08 | Fix typos in comments (interupt -> interrupt) | Stefan Weil |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil |
2011-04-18 | s390x: Enable s390x-softmmu target | Alexander Graf |
2011-04-12 | unicore32: necessary modifications for other files to support unicore32 | Guan Xuetao |
2011-03-15 | x86: Unbreak TCG support for hardware breakpoints | Jan Kiszka |
2011-03-13 | inline cpu_halted into sole caller | Paolo Bonzini |
2011-03-07 | LatticeMico32 target support | Michael Walle |
2011-02-14 | kvm: Separate TCG from KVM cpu execution | Jan Kiszka |
2011-02-14 | Move debug exception handling out of cpu_exec | Jan Kiszka |
2010-12-27 | target-mips: fix host CPU consumption when guest is idle | Aurelien Jarno |
2010-12-05 | Speedup 'tb_find_slow' by using the same heuristic as during memory page lookup | Kirill Batuzov |
2010-08-06 | mips: Add support for VInt and VEIC irq modes | Edgar E. Iglesias |
2010-07-22 | Fix cpu_exit for tcp_cpu_exec | Jan Kiszka |
2010-07-22 | Fix cpu_unlink_tb race | Jan Kiszka |
2010-07-22 | Introduce proper compiler barrier | Jan Kiszka |
2010-06-11 | tcg-s390: Compute is_write in cpu_signal_handler. | Richard Henderson |
2010-05-11 | make SIG_IPI to tcg vcpu thread reliable | Marcelo Tosatti |
2010-05-05 | Enable -d cpu logging by default. | Richard Henderson |
2010-04-08 | tcg-hppa: Compute is_write in cpu_signal_handler. | Richard Henderson |
2010-04-01 | linux-user/ia64: workaround ia64 strangenesses | Aurelien Jarno |
2010-03-12 | Add tb_page_addr_t | Paul Brook |
2010-02-23 | declare saved_env_reg as volatile | Paolo Bonzini |
2010-02-22 | Merge remote branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2010-02-21 | kvm: Fix eflags corruption in kvm mode | Jan Kiszka |
2010-02-20 | Add FreeBSD/ppc host ucontext definitions. | Juergen Lock |
2010-02-18 | get rid of hostregs_helper.h | Paolo Bonzini |
2010-02-15 | cris: Prepare for CRISv10. | Edgar E. Iglesias |
2010-01-19 | avoid unreachable statement after break | Paolo Bonzini |
2010-01-19 | remove assertions | Paolo Bonzini |
2010-01-19 | change while to if | Paolo Bonzini |
2010-01-19 | add assertions about env->current_tb | Paolo Bonzini |
2010-01-19 | clean up env->current_tb | Paolo Bonzini |
2010-01-19 | fix wrong indentation | Paolo Bonzini |
2010-01-19 | kill regs_to_env and env_to_regs | Paolo Bonzini |