summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Expose thread_id in info cpusJan Kiszka8-0/+29
2011-03-16kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka3-22/+16
2011-03-16kvm: x86: Reorder functions in kvm.cJan Kiszka1-54/+54
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka4-13/+13
2011-03-16kvm: Rework inner loop of kvm_cpu_execJan Kiszka1-12/+14
2011-03-16kvm: Reorder error handling of KVM_RUNJan Kiszka1-6/+5
2011-03-16kvm: Keep KVM_RUN return value in separate variableJan Kiszka1-5/+5
2011-03-16kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUGJan Kiszka1-2/+2
2011-03-16kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka1-0/+5
2011-03-16x86: Save/restore PAT MSRJan Kiszka1-0/+2
2011-03-16x86: Properly reset PAT MSRJan Kiszka3-3/+7
2011-03-16kvm: Mark VCPU state dirty on creationJan Kiszka1-0/+1
2011-03-16kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka1-1/+3
2011-03-16kvm: Add in-kernel irqchip awareness to cpu_thread_is_idleJan Kiszka1-1/+2
2011-03-15s390: Detect invalid invocations of qemu_ram_free/remapJan Kiszka1-0/+4
2011-03-15x86: Unbreak TCG support for hardware breakpointsJan Kiszka2-24/+30
2011-03-15Implement qemu_kvm_eat_signals only for CONFIG_LINUXJan Kiszka1-47/+47
2011-03-15KVM, MCE, unpoison memory address across rebootHuang Ying1-0/+36
2011-03-15Add qemu_ram_remapHuang Ying3-1/+67
2011-03-15kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization failsJan Kiszka1-13/+17
2011-03-15kvm: x86: Clean up kvm_setup_mceJan Kiszka1-7/+4
2011-03-15kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka3-260/+37
2011-03-15x86: Run qemu_inject_x86_mce on target VCPUJan Kiszka1-29/+58
2011-03-15kvm: x86: Inject pending MCE events on state writebackJan Kiszka1-0/+60
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka5-5/+5
2011-03-15kvm: x86: Move MCE functions togetherJan Kiszka1-175/+171
2011-03-15Synchronize VCPU states before resetJan Kiszka1-0/+1
2011-03-15x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka3-10/+28
2011-03-15x86: Refine error reporting of MCE injection servicesJan Kiszka4-41/+54
2011-03-15x86: Small cleanups of MCE helpersJan Kiszka4-22/+30
2011-03-15x86: Perform implicit mcg_status resetJan Kiszka2-3/+2
2011-03-15x86: Account for MCE in cpu_has_workJan Kiszka1-9/+6
2011-03-15kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lackingJan Kiszka1-0/+2
2011-03-15kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_eventsJan Kiszka1-3/+3
2011-03-13add Win32 IPI servicePaolo Bonzini3-13/+22
2011-03-13protect qemu_cpu_kick_self for Win32Paolo Bonzini1-0/+4
2011-03-13provide dummy signal init functions for win32Paolo Bonzini1-70/+73
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-13exit round-robin vcpu loop if cpu->stopped is truePaolo Bonzini1-1/+1
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini4-4/+13
2011-03-13inline cpu_halted into sole callerPaolo Bonzini12-124/+7
2011-03-13remove CONFIG_THREADPaolo Bonzini1-2/+0
2011-03-13add assertions on the owner of a QemuMutexPaolo Bonzini1-1/+5
2011-03-13include qemu-thread.h earlyPaolo Bonzini1-2/+1