aboutsummaryrefslogtreecommitdiff
path: root/cpu-defs.h
AgeCommit message (Expand)Author
2011-03-16Expose thread_id in info cpusJan Kiszka
2011-02-17linux-user: Define target alignment sizeLaurent Vivier
2011-02-14Prevent abortion on multiple VCPU kicksJan Kiszka
2010-05-11move stop/stopped CPU_COMMON fields after area zeroed by resetMarcelo Tosatti
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti
2010-04-05Split TLB addend and target_phys_addr_tPaul Brook
2010-03-17Large page TLB flushPaul Brook
2010-03-12Remove TLB from userspacePaul Brook
2010-02-03KVM: Move and rename regs_modifiedJan Kiszka
2009-12-18Revert "kvm: x86: Save/restore exception_index"Anthony Liguori
2009-12-12kvm: x86: Save/restore exception_indexJan Kiszka
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-27extend -smp parsing to include cores= and threads= optionsAndre Przywara
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-04fix gdbstub support for multiple threads in usermode, v3Nathan Froyd
2009-05-19Hardware convenience libraryPaul Brook
2009-04-24qemu: introduce iothread (Marcelo Tosatti)aliguori
2009-04-21added -numa cmdline parameter parser (Andre Przywara)aliguori
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-03-06Fix race condition on access to env->interrupt_requestaurel32
2009-01-14Get rid of user_mode_onlyaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-29Fix comment typo.pbrook
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-05Add KVM support to QEMUaliguori
2008-10-11Add GDB XML register description support.pbrook
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-09Clean up MMIO TLB handling.pbrook
2008-06-07Multithreaded locking fixes.pbrook
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-08Use a common constant for temp_buf sizeblueswir1
2008-02-01use the TCG code generatorbellard
2008-01-31use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-17Break up vl.h.pbrook
2007-10-28Implement missing MIPS supervisor mode bits.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-19TARGET_FMT_lu may also be useful.j_mayer
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-26Fix writes to pages containing watchpoints for the RAM not at 0x0 cases.balrog
2007-04-14Add TARGET_FMT_plx to properly display target_phys_addr_t variables.j_mayer