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