summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* Remove macro HOST_LONG_SIZEStefan Weil2012-02-281-2/+0
* fix win32 buildPaolo Bonzini2011-12-151-0/+9
* Expose thread_id in info cpusJan Kiszka2011-03-161-0/+1
* linux-user: Define target alignment sizeLaurent Vivier2011-02-171-4/+10
* Prevent abortion on multiple VCPU kicksJan Kiszka2011-02-141-0/+1
* move stop/stopped CPU_COMMON fields after area zeroed by resetMarcelo Tosatti2010-05-111-2/+2
* port qemu-kvm's on_vcpu codeMarcelo Tosatti2010-05-111-0/+2
* Split TLB addend and target_phys_addr_tPaul Brook2010-04-051-10/+7
* Large page TLB flushPaul Brook2010-03-171-0/+2
* Remove TLB from userspacePaul Brook2010-03-121-3/+14
* KVM: Move and rename regs_modifiedJan Kiszka2010-02-031-1/+2
* Revert "kvm: x86: Save/restore exception_index"Anthony Liguori2009-12-181-1/+1
* kvm: x86: Save/restore exception_indexJan Kiszka2009-12-121-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-5/+5
* extend -smp parsing to include cores= and threads= optionsAndre Przywara2009-08-271-0/+2
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* fix gdbstub support for multiple threads in usermode, v3Nathan Froyd2009-06-041-0/+1
* Hardware convenience libraryPaul Brook2009-05-191-24/+1
* qemu: introduce iothread (Marcelo Tosatti)aliguori2009-04-241-0/+5
* added -numa cmdline parameter parser (Andre Przywara)aliguori2009-04-211-0/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+1
* Fix race condition on access to env->interrupt_requestaurel322009-03-061-0/+2
* Get rid of user_mode_onlyaurel322009-01-141-2/+0
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix comment typo.pbrook2008-11-291-1/+1
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-4/+5
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-10/+16
* Add KVM support to QEMUaliguori2008-11-051-1/+7
* Add GDB XML register description support.pbrook2008-10-111-0/+2
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-1/+4
* Add instruction counter.pbrook2008-06-291-6/+28
* Clean up MMIO TLB handling.pbrook2008-06-091-5/+7
* Multithreaded locking fixes.pbrook2008-06-071-0/+1
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-0/+4
* moved halted field to CPU_COMMONbellard2008-05-281-0/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-3/+0
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-0/+3
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-3/+0
* Use a common constant for temp_buf sizeblueswir12008-04-081-1/+3
* use the TCG code generatorbellard2008-02-011-0/+1
* use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard2008-01-311-0/+16
* Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths2007-12-091-1/+3
* Break up vl.h.pbrook2007-11-171-0/+4
* Implement missing MIPS supervisor mode bits.ths2007-10-281-1/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-9/+0
* TARGET_FMT_lu may also be useful.j_mayer2007-09-191-0/+2