summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* main: force enabling of I/O threadAnthony Liguori2011-09-021-143/+0
* Replace qemu_system_cond with VCPU stop mechanismJan Kiszka2011-08-221-14/+6
* Do not kick vcpus in TCG modeJan Kiszka2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* iothread: replace fair_mutex with a condition variablePaolo Bonzini2011-07-231-15/+9
* Fix signal handling of SIG_IPI when io-thread is enabledAlexandre Raymond2011-07-161-1/+9
* Fix signal handling when io-thread is disabledAlexandre Raymond2011-07-161-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-06-271-0/+3
|\
| * Do not include compatfd for WIN32Jan Kiszka2011-06-241-0/+3
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* Fix typo in cpus.cAlexandre Raymond2011-06-201-1/+1
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-0/+5
* qemu_next_deadline should not consider host-time timersPaolo Bonzini2011-04-151-2/+2
* enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini2011-04-151-1/+7
* really fix -icount in the iothread casePaolo Bonzini2011-04-151-0/+3
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-03-211-72/+54
|\
| * Expose thread_id in info cpusJan Kiszka2011-03-161-0/+2
| * kvm: Add in-kernel irqchip awareness to cpu_thread_is_idleJan Kiszka2011-03-161-1/+2
| * x86: Unbreak TCG support for hardware breakpointsJan Kiszka2011-03-151-24/+3
| * Implement qemu_kvm_eat_signals only for CONFIG_LINUXJan Kiszka2011-03-151-47/+47
* | Fix conversions from pointer to int and vice versaStefan Weil2011-03-201-4/+4
|/
* add Win32 IPI servicePaolo Bonzini2011-03-131-3/+22
* protect qemu_cpu_kick_self for Win32Paolo Bonzini2011-03-131-0/+4
* provide dummy signal init functions for win32Paolo Bonzini2011-03-131-70/+73
* merge all signal initialization with qemu_signalfd_init, renamePaolo Bonzini2011-03-131-51/+36
* iothread stops the vcpu thread via IPIPaolo Bonzini2011-03-131-0/+2
* do not use timedwait on qemu_cpu_condPaolo Bonzini2011-03-131-2/+2
* do not use timedwait on qemu_pause_condPaolo Bonzini2011-03-131-1/+1
* do not use timedwait on qemu_system_condPaolo Bonzini2011-03-131-2/+2
* do not use timedwait on qemu_halt_condPaolo Bonzini2011-03-131-2/+2
* always signal pause_cond after stopping a VCPUPaolo Bonzini2011-03-131-0/+2
* exit round-robin vcpu loop if cpu->stopped is truePaolo Bonzini2011-03-131-1/+1
* include qemu-thread.h earlyPaolo Bonzini2011-03-131-2/+1
* Refactor thread retrieval and checkJan Kiszka2011-03-131-14/+8
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-161-273/+452
|\
| * kvm: Separate TCG from KVM cpu executionJan Kiszka2011-02-141-5/+5
| * Move debug exception handling out of cpu_execJan Kiszka2011-02-141-5/+30
| * Refactor debug and vmstop request interfaceJan Kiszka2011-02-141-8/+1
| * Improve vm_stop reason declarationsJan Kiszka2011-02-141-2/+2
| * Fix a few coding style violations in cpus.cJan Kiszka2011-02-141-27/+44
| * Refactor cpu_has_work/any_cpu_has_work in cpus.cJan Kiszka2011-02-141-20/+23
| * Refactor kvm&tcg function names in cpus.cJan Kiszka2011-02-141-8/+8
| * Introduce VCPU self-signaling serviceJan Kiszka2011-02-141-0/+21
| * kvm: Add MCE signal support for !CONFIG_IOTHREADJan Kiszka2011-02-141-42/+65
| * kvm: Fix race between timer signals and vcpu entry under !IOTHREADJan Kiszka2011-02-141-1/+30
| * Set up signalfd under !CONFIG_IOTHREADJan Kiszka2011-02-141-53/+64
| * kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREADJan Kiszka2011-02-141-38/+52
| * kvm: Refactor qemu_kvm_eat_signalsJan Kiszka2011-02-141-16/+7
| * kvm: Set up signal mask also for !CONFIG_IOTHREADJan Kiszka2011-02-141-2/+27
| * Refactor signal setup functions in cpus.cJan Kiszka2011-02-141-79/+83
OpenPOWER on IntegriCloud