aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2011-09-20Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-09-20block: avoid SIGUSR2Frediano Ziglio
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15RunState: Add additional statesLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-02main: force enabling of I/O threadAnthony Liguori
2011-08-22Replace qemu_system_cond with VCPU stop mechanismJan Kiszka
2011-08-22Do not kick vcpus in TCG modeJan Kiszka
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23iothread: replace fair_mutex with a condition variablePaolo Bonzini
2011-07-16Fix signal handling of SIG_IPI when io-thread is enabledAlexandre Raymond
2011-07-16Fix signal handling when io-thread is disabledAlexandre Raymond
2011-06-27Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-24Do not include compatfd for WIN32Jan Kiszka
2011-06-20Fix typo in cpus.cAlexandre Raymond
2011-06-15Command line support for altering the log file locationMatthew Fernandez
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini
2011-04-15really fix -icount in the iothread casePaolo Bonzini
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil
2011-03-16Expose thread_id in info cpusJan Kiszka
2011-03-16kvm: Add in-kernel irqchip awareness to cpu_thread_is_idleJan Kiszka
2011-03-15x86: Unbreak TCG support for hardware breakpointsJan Kiszka
2011-03-15Implement qemu_kvm_eat_signals only for CONFIG_LINUXJan Kiszka
2011-03-13add Win32 IPI servicePaolo Bonzini
2011-03-13protect qemu_cpu_kick_self for Win32Paolo Bonzini
2011-03-13provide dummy signal init functions for win32Paolo Bonzini
2011-03-13merge all signal initialization with qemu_signalfd_init, renamePaolo Bonzini
2011-03-13iothread stops the vcpu thread via IPIPaolo Bonzini
2011-03-13do not use timedwait on qemu_cpu_condPaolo Bonzini
2011-03-13do not use timedwait on qemu_pause_condPaolo Bonzini
2011-03-13do not use timedwait on qemu_system_condPaolo Bonzini
2011-03-13do not use timedwait on qemu_halt_condPaolo Bonzini
2011-03-13always signal pause_cond after stopping a VCPUPaolo Bonzini
2011-03-13exit round-robin vcpu loop if cpu->stopped is truePaolo Bonzini
2011-03-13include qemu-thread.h earlyPaolo Bonzini
2011-03-13Refactor thread retrieval and checkJan Kiszka
2011-02-16Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-02-14io-thread: make sure to initialize qemu_work_cond and qemu_cpu_condAnthony Liguori
2011-02-14kvm: Separate TCG from KVM cpu executionJan Kiszka
2011-02-14Move debug exception handling out of cpu_execJan Kiszka
2011-02-14Refactor debug and vmstop request interfaceJan Kiszka
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-02-14Fix a few coding style violations in cpus.cJan Kiszka
2011-02-14Refactor cpu_has_work/any_cpu_has_work in cpus.cJan Kiszka
2011-02-14Refactor kvm&tcg function names in cpus.cJan Kiszka
2011-02-14Introduce VCPU self-signaling serviceJan Kiszka
2011-02-14kvm: Add MCE signal support for !CONFIG_IOTHREADJan Kiszka