summaryrefslogtreecommitdiff
path: root/qemu-kvm.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Only export phys_mem create functions for !CONFIG_USER_ONLY buildsJes Sorensen1-0/+2
2010-06-22Remove duplicate kvm_init() stub from qemu-kvm.hJes Sorensen1-17/+12
2010-06-14qemu: kvm: Enable XSAVE live migration supportSheng Yang1-0/+28
2010-05-11change header for kvm_get_msr_listGlauber Costa1-1/+0
2010-05-05use upstream memslot management codeMarcelo Tosatti1-12/+0
2010-05-05remove unused kvm_get_dirty_pagesMarcelo Tosatti1-3/+0
2010-05-05remove alias supportMarcelo Tosatti1-26/+0
2010-03-24qemu-kvm: remove unused qemu_kvm_get_dirty_pagesMarcelo Tosatti1-2/+0
2010-03-24remove kvm_update_dirty_pages_log call from ram_save_blockMarcelo Tosatti1-1/+0
2010-03-15qemu-kvm: x86: Add support for saving&restoring debug registersJan Kiszka1-0/+1
2010-03-09kvm-tpr-opt: remove dead codeMarcelo Tosatti1-22/+0
2010-03-09kvm-tpr-opt: use device_initMarcelo Tosatti1-1/+0
2010-03-01qemu-kvm: Clean up KVM's APIC hooksJan Kiszka1-3/+2
2010-03-01qemu-kvm: Cleanup/fix TSC and PV clock writebackJan Kiszka1-4/+0
2010-03-01qemu-kvm: Clean up mpstate synchronizationJan Kiszka1-15/+0
2010-03-01qemu-kvm: Rework VCPU state writeback APIJan Kiszka1-1/+1
2010-03-01qemu-kvm: Add KVM_CAP_X86_ROBUST_SINGLESTEP-awarenessJan Kiszka1-0/+1
2010-02-24Merge commit 'cc84de9570ffe01a9c3c169bd62ab9586a9a080c' into upstream-mergeMarcelo Tosatti1-15/+0
2010-02-21Use upstream guest debug codeJan Kiszka1-37/+0
2010-02-21Use upstream kvm_pit_in_kernelJan Kiszka1-12/+1
2010-02-21Use upstream kvm_arch_get_supported_cpuidJan Kiszka1-5/+0
2010-02-21Use some more upstream prototypesJan Kiszka1-25/+3
2010-02-21Use upstream kvm_setup_guest_memoryJan Kiszka1-1/+0
2010-02-21Use upstream kvm_enabled and cpu_synchronize_stateJan Kiszka1-41/+0
2010-02-21Clean up register access APIJan Kiszka1-11/+3
2010-02-17Merge commit '62a2744ca09a0b44b8406ea0c430c4c67a2c3231' into upstream-mergeMarcelo Tosatti1-0/+4
2009-12-24dummy kvm_save_mpstate for CONFIG_KVM=nMarcelo Tosatti1-0/+1
2009-12-10tpr patching: defer post-migration load to vcpu contextAvi Kivity1-0/+2
2009-12-07Merge commit 'a0fb002c6462d21ceb9eac8c5772e469ec189374' into upstream-mergeAvi Kivity1-0/+1
2009-10-22use upstream kvm_vcpu_ioctlGlauber Costa1-0/+1
2009-10-20use upstream version of kvm_arch_post_runGlauber Costa1-11/+0
2009-10-20change pre and post kvm_run signatures.Glauber Costa1-2/+2
2009-10-19get rid of vcpu structureGlauber Costa1-5/+0
2009-10-19change function signatures so that they don't take a vcpu argumentGlauber Costa1-43/+31
2009-10-14Merge commit 'd549db5a732ef2ec145b84c5008a7585cf17cf67' into upstream-mergeMarcelo Tosatti1-12/+0
2009-10-14Don't sync mpstate to/from kernel when unneeded.Gleb Natapov1-1/+0
2009-10-13remove id field from vcpu context structureGlauber Costa1-1/+0
2009-10-13remove kvm_run from vcpu_contextGlauber Costa1-1/+0
2009-10-13use env in kvm_arch_runGlauber Costa1-1/+2
2009-10-13use env as parameter for functions that access kvm_runGlauber Costa1-2/+2
2009-10-13make some functions staticGlauber Costa1-33/+0
2009-10-13Use kvm_run inside CPUState.Glauber Costa1-1/+0
2009-10-13remove kvm_context from vcpu structureGlauber Costa1-1/+0
2009-10-13remove unneded opaque.Glauber Costa1-1/+1
2009-10-13use a more upstream friendly version of irqchip-in-kernel testGlauber Costa1-9/+4
2009-10-13include stdlib.h in qemu-kvm.hGlauber Costa1-0/+1
2009-10-08qemu-kvm: fix build with KVM_CAP_SET_GUEST_DEBUGMichael S. Tsirkin1-1/+1
2009-09-23Update halted state from mpstate only in case of inkernel irq chipGleb Natapov1-8/+1
2009-09-21Merge commit '5e520a7d500ec2569d22d80f9ef4272a34cb3c80' into upstream-mergeAvi Kivity1-0/+26
2009-09-21MCE: Relay UCR MCE to guestHuang Ying1-2/+7