summaryrefslogtreecommitdiff
path: root/cpu-defs.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-31cpu: Move thread_id to CPUStateAndreas Färber1-1/+0
2012-10-31cpu: Move queued_work_{first,last} to CPUStateAndreas Färber1-1/+0
2012-10-31cpu: Move halt_cond to CPUStateAndreas Färber1-1/+0
2012-10-31cpu: Move stopped field to CPUStateAndreas Färber1-1/+0
2012-10-31cpu: Move stop field to CPUStateAndreas Färber1-1/+0
2012-10-31cpu: Move created field to CPUStateAndreas Färber1-1/+0
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-08-02cpu: Move thread_kicked to CPUStateAndreas Färber1-1/+0
2012-08-02cpu: Move thread field into CPUStateAndreas Färber1-1/+0
2012-08-02cpu: Move CPU_COMMON_THREAD into CPUStateAndreas Färber1-9/+0
2012-04-15w64: Fix struct CPUTLBEntryStefan Weil1-5/+5
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-2/+2
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-02-28Remove macro HOST_LONG_SIZEStefan Weil1-2/+0
2011-12-15fix win32 buildPaolo Bonzini1-0/+9
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