summaryrefslogtreecommitdiff
path: root/qemu-kvm-x86.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-01qemu-kvm: Use VCPU event state for reset and vmsave/loadJan Kiszka1-2/+4
2010-03-01KVM: x86: Restrict writeback of VCPU stateJan Kiszka1-1/+1
2010-03-01qemu-kvm: Clean up mpstate synchronizationJan Kiszka1-40/+60
2010-03-01qemu-kvm: Rework VCPU state writeback APIJan Kiszka1-2/+1
2010-03-01qemu-kvm: Add KVM_CAP_X86_ROBUST_SINGLESTEP-awarenessJan Kiszka1-25/+2
2010-02-21Use upstream guest debug codeJan Kiszka1-171/+26
2010-02-21Use upstream kvm_pit_in_kernelJan Kiszka1-6/+6
2010-02-21Use upstream kvm_arch_get_supported_cpuidJan Kiszka1-106/+0
2010-02-21Clean up register access APIJan Kiszka1-0/+4
2010-02-18Remove all references to KVM_CR3_CACHEJes.Sorensen@redhat.com1-3/+0
2010-01-28qemu-kvm: enable get/set vcpu events on reset and migrationMarcelo Tosatti1-1/+2
2009-12-21Don't leak kvm_save_mpstate() to main qemu codeAvi Kivity1-0/+1
2009-12-10tpr patching: defer post-migration load to vcpu contextAvi Kivity1-0/+3
2009-11-24Fix mismerge of irq bitmap refactoringAvi Kivity1-0/+2
2009-11-22Merge commit '0e607a80d323ba9f46dee71cd07380c4eb5c2b0a' into upstream-mergeAvi Kivity1-3/+16
2009-10-22use upstream kvm_vcpu_ioctlGlauber Costa1-54/+32
2009-10-20move tpr stuff to qemu-kvm-x86.cGlauber Costa1-0/+7
2009-10-20use upstream version of kvm_arch_post_runGlauber Costa1-22/+0
2009-10-20change pre and post kvm_run signatures.Glauber Costa1-2/+4
2009-10-19get and set clock upon migrationGlauber Costa1-0/+35
2009-10-19properly save kvm system time msr registersGlauber Costa1-0/+11
2009-10-19get rid of MSR_COUNTGlauber Costa1-10/+4
2009-10-19change function signatures so that they don't take a vcpu argumentGlauber Costa1-46/+45
2009-10-15fix MSR_COUNT for kvm_arch_save_regs()Eduardo Habkost1-2/+4
2009-10-13use env in kvm_arch_runGlauber Costa1-6/+6
2009-10-13use env as parameter for functions that access kvm_runGlauber Costa1-2/+2
2009-10-13make some functions staticGlauber Costa1-9/+9
2009-10-13remove unneded opaque.Glauber Costa1-1/+1
2009-10-13drop kvm_mmio_read and writeGlauber Costa1-6/+1
2009-10-13use a more upstream friendly version of irqchip-in-kernel testGlauber Costa1-4/+4
2009-09-23Don't call kvm_cpu_synchronize_state() if there is no irqchip events to processGleb Natapov1-3/+6
2009-09-18Fix compilation without device assignmentJuan Quintela1-0/+2
2009-09-18Use kvm_cpu_synchronize_state() instead of kvm_arch_(save|load)_regs()Gleb Natapov1-2/+1
2009-09-18Remove unused function.Gleb Natapov1-10/+0
2009-08-31Fix mpstate reloadsAvi Kivity1-0/+2
2009-08-04kvm: fix set_ept_identity_addr() in paeSheng Yang1-1/+1
2009-08-04Remove useless wrappers around functionsGlauber Costa1-1/+1
2009-08-03Move EPT identity mapping pages to allow a larger BIOS imageJordan Justen1-1/+1
2009-08-03Move TSS pages to allow a larger BIOS imageJordan Justen1-1/+1
2009-07-23fix mce check extensionGlauber Costa1-1/+1
2009-07-21check extensionGlauber Costa1-3/+3
2009-07-21reuse kvm_ioctlGlauber Costa1-22/+19
2009-07-21reuse kvm_vm_ioctlGlauber Costa1-39/+14
2009-07-21kvm: allow qemu to set EPT identity mapping addressSheng Yang1-0/+45
2009-07-20Add MCE simulation support to qemu/kvmHuang Ying1-0/+55
2009-07-14qemu-kvm: x86: fix memleak if ioctl failsAmit Shah1-1/+1
2009-07-14use kvm_upstream sw_breakpoints structureGlauber Costa1-2/+2
2009-07-14fold libkvm-all into standard qemu headerGlauber Costa1-1/+0
2009-07-14replace malloc with qemu_mallocGlauber Costa1-23/+8
2009-07-12HPET support with kvmBeth Kon1-0/+38