]> git.proxmox.com Git - qemu.git/history - cpu-exec.c
qdev: Track runtime machine modifications
[qemu.git] / cpu-exec.c
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-05 Kirill BatuzovSpeedup 'tb_find_slow' by using the same heuristic...
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-09 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-08-06 Edgar E. Iglesiasmips: Add support for VInt and VEIC irq modes
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-22 Jan KiszkaFix cpu_exit for tcp_cpu_exec
2010-07-22 Jan KiszkaFix cpu_unlink_tb race
2010-07-22 Jan KiszkaIntroduce proper compiler barrier
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-11 Richard Hendersontcg-s390: Compute is_write in cpu_signal_handler.
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-14 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-05-11 Marcelo Tosattimake SIG_IPI to tcg vcpu thread reliable
2010-05-05 Richard HendersonEnable -d cpu logging by default.
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Richard Hendersontcg-hppa: Compute is_write in cpu_signal_handler.
2010-04-01 Aurelien Jarnolinux-user/ia64: workaround ia64 strangenesses
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 Paul BrookAdd tb_page_addr_t
2010-02-23 Paolo Bonzinideclare saved_env_reg as volatile
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-21 Jan Kiszkakvm: Fix eflags corruption in kvm mode
2010-02-19 Juergen LockAdd FreeBSD/ppc host ucontext definitions.
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-18 Paolo Bonziniget rid of hostregs_helper.h
2010-02-15 Edgar E. Iglesiascris: Prepare for CRISv10.
2010-01-19 Paolo Bonziniavoid unreachable statement after break
2010-01-19 Paolo Bonziniremove assertions
2010-01-19 Paolo Bonzinichange while to if
2010-01-19 Paolo Bonziniadd assertions about env->current_tb
2010-01-19 Paolo Bonziniclean up env->current_tb
2010-01-19 Paolo Bonzinifix wrong indentation
2010-01-19 Paolo Bonzinikill regs_to_env and env_to_regs
2010-01-08 Igor V. Kovalenkosparc64: interrupt trap handling
2009-12-05 Alexander GrafS/390 CPU fake emulation
2009-11-07 Blue SwirlPPC: rename cpu_ppc_reset to cpu_reset for consistency
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-18 Juergen Lockbsd-user: FreeBSD update
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-08-23 Andrzej ZaborowskiMerge with balrog@git.sv.gnu.org:/srv/git/qemu.git
2009-08-22 Blue Swirlsparc32 remove an unnecessary cpu irq set
2009-07-27 Juan Quintelarename DEBUG_EXEC to CONFIG_DEBUG_EXEC
2009-07-27 Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-12 Igor Kovalenkosparc64: trap handling corrections
2009-07-09 Huang YingQEMU: MCE: Add MCE simulation to qemu/tcg
2009-06-22 Gleb NatapovHandle init/sipi in a main cpu exec loop. (v2)
2009-05-26 Edgar E. Iglesiasmicroblaze: linux-user support.
2009-04-25 Blue SwirlRecognize V9 stores and CAS accesses as writes
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-10 blueswir1BSD user: add support for OpenBSD/amd64 host
2009-04-10 blueswir1BSD user: add support for OpenBSD/i386 host
2009-04-04 blueswir1Make i386-softmmu boot on Sparc host
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-06 aurel32Fix race condition on access to env->interrupt_request
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32Get rid of user_mode_only
2009-01-14 malcRemove all traces of __powerpc__
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-20 thsFix remaining compiler warnings for mips targets.
2008-12-19 pbrookWhen -icount is used and a TB is recompiled due to...
2008-12-13 aurel32target-i386: SVM: acknowledge interrupt only after...
2008-12-11 aurel32target-ppc: rework exception code
2008-12-05 blueswir1Attached patch make cpu-exec.c compile on NetBSD.
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
2008-11-18 aliguoriAdd debug exception hook (Jan Kiszka)
2008-11-18 aliguoriIntroduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-10 aliguoriKVM: simplify kvm_cpu_exec hook
2008-11-06 malcFix interrupt exclusion via SSTEP_NOIRQ
2008-11-06 aurel32Remove unused reg_T2 definition
2008-11-05 aliguoriAdd KVM support to QEMU
2008-11-04 malcAdd safety net against potential infinite loop
2008-10-26 blueswir1Preliminary BSD user emulator support
2008-10-07 edgar_iglCRIS: Fix brk 8 and add S-flag emulation.
2008-09-15 aurel32SH4: Privilege check for instructions
2008-07-17 blueswir1Support for address masking
2008-07-08 blueswir1Fix r4641 (invalid token "=<" in a preprocessor expression)
2008-07-03 thsConvert remaining __builtin_expect to likely/unlikely...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-29 pbrookAdd instruction counter.
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-09 edgar_iglCRIS: Emulate NMIs.
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-06 edgar_iglCRIS: Add the P flag to the tb dependent flags.
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-02 balrogRestore ARM signal handler compilation on glibc < 2...
2008-05-29 blueswir1Remove unused (for now) reg_REGWPTR (original patch...
2008-05-28 bellardSVM rework
2008-05-27 bellardremoved unused code
2008-05-27 edgar_iglCRIS: Re-add the X flag to the tb flags, it allows...
next