summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* main-loop: introduce qemu_mutex_iothread_lockedPaolo Bonzini2015-07-011-0/+9
* main-loop: use qemu_mutex_lock_iothread consistentlyPaolo Bonzini2015-07-011-3/+7
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-4/+4
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4
* icount: print a warning if there is no more deadline in sleep=no modeVictor CLEMENT2015-06-051-0/+5
* icount: add sleep parameter to the icount option to set icount_sleep modeVictor CLEMENT2015-06-051-0/+9
* icount: implement a new icount_sleep mode toggleing real-time cpu sleepVictor CLEMENT2015-06-051-26/+44
* qmp: Add qom_path field to query-cpus commandEduardo Habkost2015-05-141-0/+1
* cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)Emilio G. Cota2015-04-301-1/+1
* cpus: Don't kick un-realized cpus.Peter Crosthwaite2015-03-251-1/+1
* profiler: Reenable built-in profilerAlexey Kardashevskiy2015-03-181-1/+1
* memsave: Improve and disambiguate error messageBorislav Petkov2015-03-101-1/+3
* cpus: be more paranoid in avoiding deadlocksPaolo Bonzini2015-03-021-1/+5
* cpus: fix deadlock and segfault in qemu_mutex_lock_iothreadPaolo Bonzini2015-03-021-4/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-02-241-1/+1
|\
| * exec: RCUify AddressSpaceDispatchPaolo Bonzini2015-02-161-1/+1
* | qtest: Fix deadloop by running main loop AIO context's timersFam Zheng2015-02-161-0/+4
|/
* cpu-exec: simplify init_delay_paramsPaolo Bonzini2015-02-021-17/+0
* cpus: consistently use QEMU_CLOCK_VIRTUAL_RT for icount_warp_rt timerPavel Dovgalyuk2015-01-141-1/+1
* cpu: initialize cpu->exception_index on resetPaolo Bonzini2014-12-201-3/+0
* cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk2014-12-151-11/+10
* icount: introduce cpu_get_icount_rawPavel Dovgalyuk2014-12-151-3/+10
* icount: set can_do_io outside TB executionPavel Dovgalyuk2014-12-151-0/+3
* cpu-exec: reset exception_index correctlyPavel Dovgalyuk2014-12-151-0/+3
* Introduce cpu_clean_all_dirtyMarcelo Tosatti2014-09-161-0/+9
* cpu: init vmstate for ticks and clock offsetPavel Dovgalyuk2014-09-111-2/+6
* target-tricore: Add target stubs and qom-cpuBastian Koppelmann2014-09-011-0/+6
* s390x: Migrate to new NMI interfaceAlexey Kardashevskiy2014-08-251-14/+0
* cpus: Define callback for QEMU "nmi" commandAlexey Kardashevskiy2014-08-251-1/+2
* monitor: Add drift info to 'info jit'Sebastian Tanase2014-08-071-0/+19
* cpu-exec: Add sleeping algorithmSebastian Tanase2014-08-061-0/+17
* icount: Add align option to icountSebastian Tanase2014-08-061-7/+12
* icount: Add QemuOpts for icountSebastian Tanase2014-08-061-1/+9
* icount: Fix virtual clock start value on ARMSebastian Tanase2014-08-061-1/+1
* timer: add cpu_icount_to_ns function.KONRAD Frederic2014-08-061-1/+6
* migration: migrate icount fields.KONRAD Frederic2014-08-061-0/+27
* icount: put icount variables into TimerState.KONRAD Frederic2014-08-061-13/+16
* qapi event: convert STOPWenchao Xia2014-06-231-1/+3
* vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini2014-06-231-0/+1
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-191-14/+0
* qtest: fix qtest_clock_warp() for no deadline caseSergey Fedorov2014-06-171-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* misc: Use cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil2014-04-271-1/+1
* cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-7/+6
* cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-7/+7
* cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-1/+1
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-5/+20
* cpu: Add per-cpu address spaceEdgar E. Iglesias2014-02-111-0/+2
OpenPOWER on IntegriCloud