summaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-10kvm: i386: Add services required for PCI device assignmentJan Kiszka1-0/+141
2012-08-29kvm: get/set PV EOI MSRMichael S. Tsirkin1-0/+13
2012-08-09kvm: Decouple 'GSI routing' from 'kernel irqchip'Peter Maydell1-1/+2
2012-08-09kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell1-1/+3
2012-08-09kvm: Decouple 'irqfds usable' from 'kernel irqchip'Peter Maydell1-0/+4
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell1-0/+6
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov1-1/+3
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka1-0/+4
2012-07-03kvm: expose tsc deadline timer feature to guestLiu, Jinsong1-0/+5
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber1-2/+4
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber1-38/+38
2012-03-07kvm: fill in padding to help valgrindMichael S. Tsirkin1-0/+6
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka1-2/+23
2012-02-16kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov1-0/+1
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-2/+2
2012-02-08kvm: Allow to set shadow MMU sizeJan Kiszka1-0/+13
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka1-0/+38
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka1-0/+11
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld1-2/+63
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori1-4/+3
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka1-3/+2
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka1-8/+7
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka1-6/+8
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity1-4/+3
2011-11-17Fix typo: runnning -> runningVagrant Cascadian1-1/+1
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity1-0/+15
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong1-0/+14
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti1-14/+0
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong1-0/+14
2011-09-15Drop the vm_running global variableLuiz Capitulino1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-10kvm: remove unnecessary assignmentsBlue Swirl1-1/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-25Fix up some style nits of last uq/master mergeJan Kiszka1-2/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-08-05Remove #ifdef KVM_CAP_TSC_CONTROLMarcelo Tosatti1-2/+0
2011-08-05qemu-x86: Set tsc_khz in kvm when supportedJoerg Roedel1-1/+17
2011-06-20KVM: Fix XSAVE feature bit enumerationAndre Przywara1-1/+4
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka1-15/+15
2011-06-20kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka1-64/+3
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka1-25/+1
2011-06-19kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka1-5/+15
2011-06-14kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn1-0/+15
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini1-1/+1
2011-05-02kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa1-29/+49
2011-03-16kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka1-9/+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 Kiszka1-4/+4
2011-03-16kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka1-0/+5
2011-03-16kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka1-1/+3