summaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Merge commit '3110e2925489c571901e945e315942ce84fe696f' into upstream-mergeMarcelo Tosatti1-2/+11
2011-04-15qemu_next_deadline should not consider host-time timersPaolo Bonzini1-2/+2
2011-04-15enable vm_clock to "warp" in the iothread+icount casePaolo Bonzini1-1/+7
2011-04-15really fix -icount in the iothread casePaolo Bonzini1-0/+3
2011-04-14Merge commit 'dc7a09cfe47679d89289101cc9eb387c45e48fe7' into upstream-mergeMarcelo Tosatti1-0/+2
2011-04-14Merge commit '2a4dac835008da7328e61d8596b310c05cab801d' into upstream-mergeMarcelo Tosatti1-72/+52
2011-04-14Merge commit '74475455442398a64355428b37422d14ccc293cb' into upstream-mergeMarcelo Tosatti1-4/+4
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-72/+54
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil1-4/+4
2011-03-16Expose thread_id in info cpusJan Kiszka1-0/+2
2011-03-16kvm: Add in-kernel irqchip awareness to cpu_thread_is_idleJan Kiszka1-1/+2
2011-03-15x86: Unbreak TCG support for hardware breakpointsJan Kiszka1-24/+3
2011-03-15Implement qemu_kvm_eat_signals only for CONFIG_LINUXJan Kiszka1-47/+47
2011-03-14Merge commit 'cc015e9a5dde2f03f123357fa060acbdfcd570a4' into upstream-mergeMarcelo Tosatti1-3/+26
2011-03-14Merge commit '714bd040906637441fc10a33d1f6553cfef4938a' into upstream-mergeMarcelo Tosatti1-130/+121
2011-03-14Merge commit '9257d46d55f1fe4e8209be9a6870e339ac3266fe' into upstream-mergeMarcelo Tosatti1-14/+8
2011-03-13add Win32 IPI servicePaolo Bonzini1-3/+22
2011-03-13provide dummy signal init functions for win32Paolo Bonzini1-70/+73
2011-03-13protect qemu_cpu_kick_self for Win32Paolo Bonzini1-0/+4
2011-03-13merge all signal initialization with qemu_signalfd_init, renamePaolo Bonzini1-51/+36
2011-03-13iothread stops the vcpu thread via IPIPaolo Bonzini1-0/+2
2011-03-13do not use timedwait on qemu_cpu_condPaolo Bonzini1-2/+2
2011-03-13do not use timedwait on qemu_pause_condPaolo Bonzini1-1/+1
2011-03-13do not use timedwait on qemu_system_condPaolo Bonzini1-2/+2
2011-03-13do not use timedwait on qemu_halt_condPaolo Bonzini1-2/+2
2011-03-13always signal pause_cond after stopping a VCPUPaolo Bonzini1-0/+2
2011-03-13Refactor thread retrieval and checkJan Kiszka1-14/+8
2011-03-13exit round-robin vcpu loop if cpu->stopped is truePaolo Bonzini1-1/+1
2011-03-13include qemu-thread.h earlyPaolo Bonzini1-2/+1
2011-03-01Fix regression caused by qemu_kvm_init_cpu_signals()Avi Kivity1-0/+4
2011-02-16Merge commit '79f2b6fcdb7c06cdce6eccc796f5651f3efb843e' into upstream-mergeMarcelo Tosatti1-1/+3
2011-02-16Merge commit '7a39fe588251ba042c91bf23d53b0ba820bf964c' into upstream-mergeMarcelo Tosatti1-9/+34
2011-02-16Merge commit '8cf71710f068f9c50ce420b1dd4ef71c2f9b2a8d' into upstream-mergeMarcelo Tosatti1-63/+76
2011-02-16Merge commit '9ccfac9ea4b862a75a4270ed32db1f8e314911c5' into upstream-mergeMarcelo Tosatti1-41/+116
2011-02-16Merge commit 'd0f294cec0ee25461a0a15b889929c5c7dc983cd' into upstream-mergeMarcelo Tosatti1-53/+64
2011-02-16Merge commit '9a36085b866002d8e469f46078f0db5201f44999' into upstream-mergeMarcelo Tosatti1-127/+159
2011-02-16Merge commit 'a1b87fe046bbb5a332e51906053c7e0307f26d89' into upstream-mergeMarcelo Tosatti1-11/+21
2011-02-16Merge commit 'b4a3d965dee06d52281496bb5fd0a5cb5534b545' into upstream-mergeMarcelo Tosatti1-5/+18
2011-02-16Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-273/+452
2011-02-14io-thread: make sure to initialize qemu_work_cond and qemu_cpu_condAnthony Liguori1-1/+3
2011-02-14Refactor debug and vmstop request interfaceJan Kiszka1-8/+1
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-2/+2
2011-02-14kvm: Separate TCG from KVM cpu executionJan Kiszka1-5/+5
2011-02-14Fix a few coding style violations in cpus.cJan Kiszka1-27/+44
2011-02-14Move debug exception handling out of cpu_execJan Kiszka1-5/+30
2011-02-14Refactor cpu_has_work/any_cpu_has_work in cpus.cJan Kiszka1-20/+23
2011-02-14Refactor kvm&tcg function names in cpus.cJan Kiszka1-8/+8
2011-02-14Set up signalfd under !CONFIG_IOTHREADJan Kiszka1-53/+64
2011-02-14kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREADJan Kiszka1-38/+52
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka1-6/+4